Skip to content

Releases: arquillian/arquillian-container-jetty

2.0.0.Final

21 Aug 03:38
2.0.0.Final
51613e8
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump version.arquillian_core from 1.7.0.Alpha10 to 1.7.0.Alpha11 by @dependabot in #116
  • build(deps-dev): Bump h2 from 2.1.212 to 2.1.214 by @dependabot in #113
  • build(deps): Bump junit-bom from 5.8.2 to 5.9.0 by @dependabot in #118
  • build(deps): Bump version.arquillian_core from 1.7.0.Alpha11 to 1.7.0.Alpha12 by @dependabot in #117
  • build(deps): Bump slf4j-simple from 1.7.36 to 2.0.0 by @dependabot in #119
  • Upgrade Jetty to 9.4.48.v20220622, 10.0.11, 11.0.11 by @olamy in #120
  • Upgrade Jetty to 9.4.49.v20220914, 10.0.12, 11.0.12 by @olamy in #126
  • build(deps): Bump junit-bom from 5.9.0 to 5.9.1 by @dependabot in #123
  • build(deps): Bump slf4j-simple from 2.0.0 to 2.0.3 by @dependabot in #125
  • Add support of jetty 12 ee10/ee9 by @olamy in #128
  • build(deps): Bump version.arquillian_core from 1.7.0.Alpha12 to 1.7.0.Alpha13 by @dependabot in #130
  • use release Jetty version 12.0.0.alpha2 by @olamy in #131
  • support of jetty 12 alpha3 by @olamy in #132
  • build(deps): Bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #135
  • build(deps): Bump jandex from 3.0.4 to 3.0.5 by @dependabot in #133
  • build(deps): Bump version.arquillian_core from 1.7.0.Alpha13 to 1.7.0.Alpha14 by @dependabot in #137
  • build(deps-dev): Bump jboss-el-api_3.0_spec from 2.0.0.Final to 2.0.1.Final by @dependabot in #136
  • build(deps-dev): Bump jakarta.annotation-api from 2.0.0 to 2.1.1 by @dependabot in #129
  • adapt to last changes from jetty 12.0.0.beta0 by @olamy in #138
  • build(deps): Bump junit-bom from 5.9.2 to 5.9.3 by @dependabot in #141
  • build(deps): Bump jandex from 3.0.5 to 3.1.1 by @dependabot in #140
  • build(deps): Bump version.arquillian_core from 1.7.0.Alpha14 to 1.7.0.Final by @dependabot in #143
  • build(deps): Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #148
  • build(deps-dev): Bump h2 from 2.1.214 to 2.2.220 by @dependabot in #147
  • build(deps-dev): Bump version.shrinkwrap from 3.1.4 to 3.2.0 by @dependabot in #146
  • build(deps): Bump jandex from 3.1.1 to 3.1.2 by @dependabot in #144
  • Upgrade to Jetty 12.0.0 release by @olamy in #142
  • build(deps-dev): Bump version.shrinkwrap from 3.2.0 to 3.2.1 by @dependabot in #149
  • build(deps): Bump version.arquillian_core from 1.7.0.Final to 1.7.1.Final by @dependabot in #150

Full Changelog: 1.0.0.Final...2.0.0.Final

1.0.0.Final

20 May 04:52
Compare
Choose a tag to compare

A final release of the 1.0 stream which will now transition to a legacy role in a 1.0 branch as the main branch moves to support EE10.

πŸš€ New features and improvements

  • Add https and h2c serverconnector (#103) @olamy
  • add configuration of InferredEncodings (#102) @olamy
  • add a feature to be able to customise the WebAppContext for a given archive (#101) @olamy
  • add a parameter to be able to configure context url of a webapp i.e archive name (#99) @olamy
  • use a random port for testing rather than hardcoded one as it can issue when building with mvnd or -Tx option (#97) @olamy
  • add configuration to setup cookie compliance specs (#96) @olamy
  • add release drafter to get fancy release notes (#95) @olamy
  • feat: moves tests to JUnit 5 (#94) @olamy

πŸ› Bug Fixes

  • fix cdi enricher with using correct dependency for jakarta (#108) @olamy

πŸ“¦ Dependency updates

  • Upgrade Jetty 9.4.46.v20220331 10.0.9 11.0.9 (#106) @olamy
  • build(deps-dev): Bump h2 from 2.1.210 to 2.1.212 (#105) @dependabot
  • build(deps): Bump stCarolas/setup-maven from 4.2 to 4.3 (#92) @dependabot
  • build(deps): Bump actions/checkout from 2 to 3 (#91) @dependabot
  • build(deps): Bump actions/setup-java from 2.5.0 to 3 (#90) @dependabot
  • build(deps): Bump slf4j-simple from 1.7.35 to 1.7.36 (#86) @dependabot
  • build(deps): Bump javax.servlet-api from 3.1.0 to 4.0.1 (#68) @dependabot
  • build(deps): Bump slf4j-simple from 1.7.33 to 1.7.35 (#84) @dependabot

1.0.0.CR4

17 Mar 06:12
Compare
Choose a tag to compare

What's Changed

  • feat: adds basic github action to check the build by @olamy in #60
  • build(deps): Bump stCarolas/setup-maven from 4.1 to 4.2 by @dependabot in #62
  • build(deps): Bump version.arquillian_core from 1.1.13.Final to 1.6.0.Final by @dependabot in #63
  • build(deps): Bump actions/setup-java from 2.3.0 to 2.3.1 by @dependabot in #61
  • feat: removes not supported Jetty versions 6, 7 and 8 by @olamy in #59
  • build(deps): Bump jboss-parent from 22 to 38 by @bartoszmajsak in #65
  • build(deps-dev): Bump h2 from 1.2.138 to 1.4.200 by @dependabot in #66
  • Add Jetty 10 support by @olamy in #71
  • feat: adds Jetty 11 support by @olamy in #75
  • build(deps): Bump actions/setup-java from 2.3.1 to 2.4.0 by @dependabot in #77
  • build(deps): Bump actions/setup-java from 2.4.0 to 2.5.0 by @dependabot in #79
  • build(deps-dev): Bump h2 from 1.4.200 to 2.0.204 by @dependabot in #80
  • build(deps): Bump jboss-parent from 38 to 39 by @dependabot in #76
  • build(deps): Bump slf4j-simple from 1.7.32 to 1.7.33 by @dependabot in #82
  • build(deps-dev): Bump h2 from 2.0.204 to 2.0.206 by @dependabot in #81

New Contributors

Full Changelog: https://github.com/arquillian/arquillian-container-jetty/commits/1.0.0.CR4