Skip to content

Commit 5cf6792

Browse files
committed
W-17264514: Update dependency
net.revelc.code.formatter:formatter-maven-plugin to v2.26.0
1 parent 153722e commit 5cf6792

File tree

6 files changed

+6
-324
lines changed

6 files changed

+6
-324
lines changed

formatter.xml

-314
This file was deleted.

pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@
156156
<compilerCompliance>${javaVersion}</compilerCompliance>
157157
<compilerSource>${javaVersion}</compilerSource>
158158
<compilerTargetPlatform>${javaVersion}</compilerTargetPlatform>
159-
<configFile>${basedir}/${formatterConfigPath}</configFile>
160-
<configJsFile>${basedir}/${formatterConfigPath}</configJsFile>
161-
<aggregator>false</aggregator>
162-
<executionRoot>true</executionRoot>
163159
</configuration>
164160
</plugin>
165161
<plugin>

src/main/java/module-info.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77
/**
88
* Annotations used for Mule Module API definition.
9-
*
9+
*
1010
* @moduleGraph
1111
* @since 1.5
1212
*/
@@ -16,4 +16,4 @@
1616
exports org.mule.api.annotation.jpms;
1717
exports org.mule.api.annotation.properties;
1818

19-
}
19+
}

src/main/java/org/mule/api/annotation/jpms/OptionalPackages.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Defines the optional API of a module that is part of the Mule Runtime Container.
18-
*
18+
*
1919
* @since 1.6
2020
*/
2121
@Documented

src/main/java/org/mule/api/annotation/jpms/PrivilegedApi.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Defines the privileged API of a module that is part of the Mule Runtime Container.
18-
*
18+
*
1919
* @since 1.6
2020
*/
2121
@Documented

src/main/java/org/mule/api/annotation/jpms/ServiceModule.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/**
1717
* Marks a JPMS Module as the entry point of a Mule Service.
18-
*
18+
*
1919
* @since 1.6
2020
*/
2121
@Documented
@@ -26,7 +26,7 @@
2626
/**
2727
* Add reflective visibility to the annotated service module. The module reading this annotation must have the wanted
2828
* permissions itself, in order to properly propagate them to the annotated service module.
29-
*
29+
*
3030
* @return module and packages to open to the annotated service module.
3131
*/
3232
RequiredOpens[] requiredOpens() default {};

0 commit comments

Comments
 (0)