Skip to content

Commit 362bcdd

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
HV-2088 Bump Jakarta EE BOM to 11.0.0-RC1
Bump jakarta.platform:jakarta.jakartaee-bom from 11.0.0-M5 to 11.0.0-RC1 Bumps jakarta.platform:jakarta.jakartaee-bom from 11.0.0-M5 to 11.0.0-RC1. --- updated-dependencies: - dependency-name: jakarta.platform:jakarta.jakartaee-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 05b7141 commit 362bcdd

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

cdi/pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@
2424
<java.module.name>${hibernate-validator-cdi.module-name}</java.module.name>
2525

2626
<hibernate-validator-parent.path>..</hibernate-validator-parent.path>
27+
28+
<!--
29+
We want to skip the javadoc warnings for this module, since Jakarta Expression Language API is using proper modules,
30+
resulting in a warning like:
31+
[INFO] No previous run data found, generating javadoc.
32+
[WARNING] Javadoc Warnings
33+
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://jakarta.ee/specifications/expression-language/6.0/apidocs/ are in named modules.
34+
[WARNING] 1 warning
35+
when trying to build this module. Since it cannot be suppressed, but the generated docs are actually OK
36+
and links point to correct addresses, we just ignore all warnings for this module.
37+
-->
38+
<failOnJavadocWarning>false</failOnJavadocWarning>
2739
</properties>
2840

2941
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
-->
168168
<version.org.jboss.weld.weld>6.0.0.Final</version.org.jboss.weld.weld>
169169
<version.org.wildfly.arquillian>5.1.0.Beta9</version.org.wildfly.arquillian>
170-
<version.jakarta.jakartaee-bom>11.0.0-M5</version.jakarta.jakartaee-bom>
170+
<version.jakarta.jakartaee-bom>11.0.0-RC1</version.jakarta.jakartaee-bom>
171171
<!--
172172
These are now managed by the BOM ^ but we want to have version properties available to us
173173
so that we can use them elsewhere, e.g. in asciidoc files.

0 commit comments

Comments
 (0)