Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
<java.module.name>${hibernate-validator-cdi.module-name}</java.module.name>

<hibernate-validator-parent.path>..</hibernate-validator-parent.path>

<!--
We want to skip the javadoc warnings for this module, since Jakarta Expression Language API is using proper modules,
resulting in a warning like:
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[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.
[WARNING] 1 warning
when trying to build this module. Since it cannot be suppressed, but the generated docs are actually OK
and links point to correct addresses, we just ignore all warnings for this module.
-->
<failOnJavadocWarning>false</failOnJavadocWarning>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<version.com.thoughtworks.paranamer>2.8.1</version.com.thoughtworks.paranamer>
<version.org.glassfish.expressly>6.0.0-M1</version.org.glassfish.expressly>
<version.org.jboss.logging.jboss-logging>3.6.1.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.logging.jboss-logging-tools>3.0.3.Final</version.org.jboss.logging.jboss-logging-tools>
<version.org.jboss.logging.jboss-logging-tools>3.0.4.Final</version.org.jboss.logging.jboss-logging-tools>

<!-- Currently supported version of WildFly -->
<version.wildfly>35.0.1.Final</version.wildfly>
Expand Down Expand Up @@ -167,7 +167,7 @@
-->
<version.org.jboss.weld.weld>6.0.0.Final</version.org.jboss.weld.weld>
<version.org.wildfly.arquillian>5.1.0.Beta9</version.org.wildfly.arquillian>
<version.jakarta.jakartaee-bom>11.0.0-M5</version.jakarta.jakartaee-bom>
<version.jakarta.jakartaee-bom>11.0.0-RC1</version.jakarta.jakartaee-bom>
<!--
These are now managed by the BOM ^ but we want to have version properties available to us
so that we can use them elsewhere, e.g. in asciidoc files.
Expand Down