The is the last release for Java EE 8 (the next version 2.0 will be based on Jakarta EE 10) and based on JDK 11. It brings in up-to-date dependencies, works with latest JDKs (including JDK 23) and targets WildFly 26 (and older EE 8-compliant versions).
What's Changed
- Switch build to JDK 11 and enable JDK testing on CI by @rhusar in #201
- build(deps): bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 by @dependabot in #182
- build(deps): bump org.apache.httpcomponents.core5:httpcore5 from 5.2.3 to 5.3 by @dependabot in #186
- build(deps): bump org.apache.logging.log4j:log4j-bom from 2.22.0 to 2.24.0 by @dependabot in #188
- build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot in #205
- Revert wildfly-arquillian-container to 4.0.1.Final by @WolfgangHG in #207
- Dependabot: Ignore org.wildfly.arquillian:wildfly-arquillian-containe… by @rhusar in #208
- build(deps): bump com.mycila:license-maven-plugin from 4.3 to 4.6 by @dependabot in #202
- build(deps): bump net.bytebuddy:byte-buddy from 1.15.0 to 1.15.2 by @dependabot in #204
- Add a shields badge pointing to the latest release arquillian-warp-bom. by @rhusar in #209
- Repair drone webdriver for firefox and chrome, cleanup by @WolfgangHG in #158
- build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 3.2.1 to 3.3.1 by @dependabot in #181
- Update to LittleProxy 2.3.0 (new groupid) by @WolfgangHG in #217
- Remove animal-sniffer plugin by @WolfgangHG in #219
- build(deps): bump net.bytebuddy:byte-buddy from 1.15.2 to 1.15.3 by @dependabot in #216
- build(deps): bump version.jacoco from 0.8.11 to 0.8.12 by @dependabot in #184
- build(deps): bump org.jboss:jboss-parent from 39 to 46 by @dependabot in #187
- Maven pom cleanup post jboss-parent upgrade: remove unnecessary decla… by @rhusar in #222
- Upgrade arquillian-core to 1.9.0.Final by @rhusar in #223
- build(deps): bump org.apache.logging.log4j:log4j-bom from 2.24.0 to 2.24.1 by @dependabot in #224
- Upgrade arquillian-core to 1.9.1.Final by @rhusar in #225
- Duplicate distributionManagement in the BOM since it doesn't inherit this configuration from the parent. by @rhusar in #226
- Restore jacoco support for the jsf-ftest and ftest modules and move j… by @rhusar in #228
- build(deps): bump io.github.littleproxy:littleproxy from 2.3.0 to 2.3.1 by @dependabot in #232
- Upgrade maven-wrapper to 3.3.2. by @rhusar in #233
- build(deps): bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4 by @dependabot in #234
Full Changelog: 1.0.1.Final...1.1.0.Final