Skip to content

1.2.2.Final

Latest
Compare
Choose a tag to compare
@rhusar rhusar released this 02 Oct 13:57
· 16 commits to main since this release
467fe54

This release bring in support for random port selection for embedded Tomcat - thanks to @jansohn and other contributors. Moreover, it brings another chunk of internal project cleanup and updated dependencies.

Next releases will bring in Tomcat 11 support, testing coverage and finally some initial documentation and a BOM file for consumption.

What's Changed

  • build(deps): bump tomcat.version from 10.1.23 to 10.1.24 by @dependabot in #160
  • POM chores: maven-release-plugin reconfiguration, tomcat version property unification, pom cleanup by @rhusar in #161
  • chore: Fix deprecation with org.junit.Assert package. by @rhusar in #162
  • build(deps): bump org.jboss:jboss-parent from 45 to 46 by @dependabot in #163
  • build(deps): bump tomcat10.version from 10.1.24 to 10.1.25 by @dependabot in #165
  • Remove obsolete arquillian-core version override in tomcat-embedded-10 module by @rhusar in #167
  • Upgrade version.arquillian.core from 1.8.0.Final to 1.9.0.Final by @rhusar in #170
  • build(deps): bump version.tomcat10 from 10.1.25 to 10.1.26 by @dependabot in #171
  • build(deps): bump version.tomcat10 from 10.1.26 to 10.1.28 by @dependabot in #173
  • build(deps): bump version.arquillian.core from 1.9.0.Final to 1.9.1.Final by @dependabot in #172
  • build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 3.3.0 to 3.3.1 by @dependabot in #174
  • build(deps): bump version.tomcat10 from 10.1.28 to 10.1.30 by @dependabot in #177
  • build(deps): bump org.jboss.weld.servlet:weld-servlet-core from 5.1.2.Final to 5.1.3.Final by @dependabot in #175
  • CI: JDK 23 is now GA. by @rhusar in #178
  • fix: fixed random port selection support by @jansohn in #179
  • Test embedded-10 container with a typical value of 0 which assigns a … by @rhusar in #181
  • chore: Remove bogus org.eclipse.m2e:lifecycle-mapping plugin by @rhusar in #183
  • chore: Fix pom's SCM section URLs prior to release by @rhusar in #184

New Contributors

Full Changelog: 1.2.1.Final...1.2.2.Final