Skip to content

Releases: arquillian/arquillian-container-tomcat

1.2.4.Final

23 Jan 13:00
1.2.4.Final
635a0b6

Choose a tag to compare

What's Changed

  • Create project documentation #190 by @rhusar in #211
  • build(deps): bump version.tomcat10 from 10.1.35 to 10.1.36 by @dependabot[bot] in #212
  • build(deps): bump version.tomcat10 from 10.1.36 to 10.1.39 by @dependabot[bot] in #213
  • build(deps): bump version.tomcat10 from 10.1.39 to 10.1.40 by @dependabot[bot] in #217
  • docs: remove references to legacy @ Inject (MC) and other cleanup, @ In… by @rhusar in #219
  • build(deps): bump org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-bom from 3.3.3 to 3.3.4 by @dependabot[bot] in #214
  • build(deps): bump org.jboss:jboss-parent from 48 to 49 by @dependabot[bot] in #215
  • build(deps): bump version.arquillian.core from 1.9.3.Final to 1.9.4.Final by @dependabot[bot] in #216
  • ci: JDK 24 is now GA. by @rhusar in #222
  • build(deps): bump version.tomcat10 from 10.1.40 to 10.1.41 by @dependabot[bot] in #220
  • build(deps): bump org.jboss.weld.servlet:weld-servlet-core from 5.1.5.Final to 5.1.6.Final by @dependabot[bot] in #221
  • build(deps): bump version.arquillian.core from 1.9.4.Final to 1.9.5.Final by @dependabot[bot] in #223
  • build(deps): bump version.tomcat10 from 10.1.41 to 10.1.42 by @dependabot[bot] in #224
  • ci: add JDK 25-ea (the next LTS release) to the testing matrix. by @rhusar in #225
  • build(deps): bump version.tomcat10 from 10.1.42 to 10.1.43 by @dependabot[bot] in #227
  • build(deps): bump version.arquillian.core from 1.9.5.Final to 1.10.0.Final by @dependabot[bot] in #226
  • build(deps): bump version.tomcat10 from 10.1.43 to 10.1.44 by @dependabot[bot] in #228
  • build(deps): bump org.jboss:jboss-parent from 49 to 50 by @dependabot[bot] in #230
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #229
  • build(deps): bump actions/setup-java from 4 to 5 by @dependabot[bot] in #233
  • chore(build): Upgrade Maven Wrapper script to 3.3.3 and managed Maven… by @rhusar in #234
  • build(deps): bump version.tomcat10 from 10.1.44 to 10.1.45 by @dependabot[bot] in #235
  • chore: Fix language when connecting to a running container. by @rhusar in #236
  • build(deps): bump version.tomcat10 from 10.1.45 to 10.1.46 by @dependabot[bot] in #237
  • chore(ci): JDK 25 is now GA. by @rhusar in #238
  • build(deps): bump version.tomcat10 from 10.1.46 to 10.1.48 by @dependabot[bot] in #241
  • Upgrade maven wrapper by @rhusar in #239
  • build(deps): bump org.jboss:jboss-parent from 50 to 51 by @dependabot[bot] in #243
  • build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #244
  • build(deps): bump version.tomcat10 from 10.1.48 to 10.1.49 by @dependabot[bot] in #245
  • Update project for Maven central publishing #247 by @rhusar in #248
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #249
  • build(deps): bump version.tomcat10 from 10.1.49 to 10.1.50 by @dependabot[bot] in #250
  • Cleanup workflow files by @rhusar in #251
  • build(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #252
  • Releasing by @rhusar in #253
  • chore(build): Upgrade Maven Wrapper script to 3.3.4 and managed Maven… by @rhusar in #254
  • build(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #255
  • Add EditorConfig checking and fix all violations by @rhusar in #246
  • build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #256
  • build(deps): bump org.jboss.weld.servlet:weld-servlet-core from 5.1.6.Final to 5.1.7.Final by @dependabot[bot] in #257
  • docs: Add contributing guide and improve release documentation by @rhusar in #258
  • License by @rhusar in #259
  • Exclude LICENSE from editorconfig checks. by @rhusar in #260

Full Changelog: 1.2.3.Final...1.2.4.Final

1.2.3.Final

14 Feb 11:30
59dc9c5

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

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

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

Choose a tag to compare

What's Changed

New Contributors

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