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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Logging will delegate any log requests to that provider.
<dependency>
<groupId>org.glassfish.expressly</groupId>
<artifactId>expressly</artifactId>
<version>6.0.0-M1</version>
<version>6.0.0</version>
</dependency>

* Jakarta Validation defines integration points with [CDI](http://jcp.org/en/jsr/detail?id=346). If your application runs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class ValidatorFactoryNoELBootstrapTest {

private final String EL_PACKAGE_PREFIX = "jakarta.el";

private final String EL_IMPL_PACKAGE_PREFIX = "com.sun.el";
private final String EL_IMPL_PACKAGE_PREFIX = "org.glassfish.expressly";
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eclipse-ee4j/expressly@fa5ed8c

includes a fix with which resources/META-INF/servcies are now included in the jar and expressly is getting loaded through the service loader instead of falling back to the com.sun.el


@Test
@TestForIssue(jiraKey = "HV-793")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<version.jakarta.validation.validation-tck>3.1.1</version.jakarta.validation.validation-tck>

<version.com.thoughtworks.paranamer>2.8.3</version.com.thoughtworks.paranamer>
<version.org.glassfish.expressly>6.0.0-M1</version.org.glassfish.expressly>
<version.org.glassfish.expressly>6.0.0</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.4.Final</version.org.jboss.logging.jboss-logging-tools>

Expand Down