Skip to content

Releases: arquillian/arquillian-container-tomcat

1.2.3.Final

14 Feb 11:30
59dc9c5
Compare
Choose a tag to compare

This release includes internal cleanup and clears the reported vulnerability with the standard security tooling (Dependency maven:org.apache.maven.shared:maven-shared-utils:3.2.1 is vulnerableCVE-2022-29599).

What's Changed

  • Upgrade maven-wrapper to 3.2.0 by @rhusar in #180
  • chore: Remove redundant "@ Version $Revision: $" declarations and fix test method name by @rhusar in #185
  • Enable dependabot for github-actions. by @rhusar in #189
  • Upgrade maven-wrapper to 3.3.2 by @rhusar in #188
  • CI: Replace explicit caching with setup-java cache mechanism; use mav… by @rhusar in #191
  • build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 3.3.1 to 3.3.2 by @dependabot in #192
  • build(deps): bump org.jboss:jboss-parent from 46 to 47 by @dependabot in #194
  • build(deps): bump version.arquillian.core from 1.9.1.Final to 1.9.3.Final by @dependabot in #200
  • build(deps): bump org.jboss:jboss-parent from 47 to 48 by @dependabot in #201
  • build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 3.3.2 to 3.3.3 by @dependabot in #197
  • Remove unnecessary Base64 encoder and use JDK one instead. by @rhusar in #202
  • build(deps): bump version.tomcat10 to 10.1.34 by @rhusar in #205
  • build(deps): Upgrade version.tomcat10 to 10.1.35 which now requires access to certain modules; setup ${modular.jdk.args} and pass around to appropriate places by @rhusar in #207
  • build(deps): bump org.jboss.weld.servlet:weld-servlet-core from 5.1.3.Final to 5.1.5.Final by @dependabot in #208
  • Add CODEOWNERS file #141 by @rhusar in #210

Full Changelog: 1.2.2.Final...1.2.3.Final

1.2.2.Final

02 Oct 13:57
467fe54
Compare
Choose a tag to compare

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

1.2.1.Final

14 May 11:23
bb76b26
Compare
Choose a tag to compare

What's Changed

  • chore: update CI and fix maven goal, add caching, add LTS JDKs, add p… by @rhusar in #131
  • chore: enable latest version of Dependabot by @rhusar in #132
  • build(deps): bump jakarta.annotation:jakarta.annotation-api from 2.1.0 to 2.1.1 by @dependabot in #136
  • build(deps): bump arquillian.core.version from 1.7.0.Alpha10 to 1.8.0.Final by @dependabot in #133
  • build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 2.2.6 to 3.3.0 by @dependabot in #134
  • build(deps): bump org.jboss:jboss-parent from 36 to 43 by @dependabot in #135
  • build(deps): bump org.codehaus.cargo:cargo-maven2-plugin from 1.7.4 to 1.8.5 by @dependabot in #144
  • build(deps): bump org.jboss.weld.servlet:weld-servlet-core from 5.0.0.SP2 to 5.1.2.Final by @dependabot in #145
  • build(deps): bump tomcat version to 10.1.19 - the released non-milest… by @rhusar in #146
  • Restore managed version (close #142) by @rhusar in #148
  • build(deps): bump org.jboss:jboss-parent from 43 to 44 by @dependabot in #152
  • build(deps): bump tomcat.version from 10.1.19 to 10.1.20 by @dependabot in #150
  • CI: JDK 22 is now GA; cleanup workflow definition by @rhusar in #154
  • build(deps): bump tomcat.version from 10.1.20 to 10.1.23 by @dependabot in #155
  • Drop unused javax.servlet:javax.servlet-api dependency by @rhusar in #156
  • build(deps): bump org.jboss:jboss-parent from 44 to 45 by @dependabot in #157
  • Restore remote version #149 by @rhusar in #158

New Contributors

Full Changelog: 1.2.0.Final...1.2.1.Final

1.2.0.Final

21 Jun 18:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/arquillian/arquillian-container-tomcat/commits/1.2.0.Final