Commit Graph

1041 Commits

Author SHA1 Message Date
Joakim Erdfelt 3935b2fb04
Fixing dependencies 2024-03-01 15:10:58 -06:00
Joakim Erdfelt 5edc5a98bc
Updating to version 9.4.55-SNAPSHOT 2024-02-08 13:51:59 -06:00
Joakim Erdfelt cef3fbd6d7
Updating to version 9.4.54.v20240208 2024-02-08 13:42:16 -06:00
Joakim Erdfelt 6f46d995ec
Updating to version 9.4.54-SNAPSHOT 2023-10-09 07:39:00 -05:00
Joakim Erdfelt 27bde00a0b
Updating to version 9.4.53.v20231009 2023-10-09 07:27:40 -05:00
Joakim Erdfelt b335a5e7d9
Updating to version 9.4.53-SNAPSHOT 2023-08-23 14:36:20 -05:00
Joakim Erdfelt abdcda7381
Updating to version 9.4.52.v20230823 2023-08-23 14:29:17 -05:00
Olivier Lamy 3903a6749e Updating to version 9.4.52-SNAPSHOT 2023-03-01 18:53:59 +10:00
Joakim Erdfelt b47055cad1
Updating to version 9.4.51-SNAPSHOT 2022-12-01 16:20:11 -06:00
Joakim Erdfelt da9a0b3069
Updating to version 9.4.50.v20221201 2022-12-01 16:06:30 -06:00
Olivier Lamy ec7a988358
merge back release branch to bump version to 9.4.50-SNAPSHOT (#8592)
* Updating to version 9.4.50-SNAPSHOT
* fix test due to changes in deployed Javadoc

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-09-19 11:14:17 +10:00
Joakim Erdfelt 1f4c531357
Merge Release 9.4.48 back into `jetty-9.4.x` branch (#8195)
* Updating to version 9.4.48.v20220622

* Updating to version 9.4.49-SNAPSHOT
2022-06-22 16:24:43 -05:00
Lachlan f977f36ae3
exclude some infinispan dependencies to avoid problem with m-enforcer-p (#8177)
* exclude some infinispan dependencies to avoid problem with m-enforcer-p

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>

* exclude some infinispan dependencies to avoid problem with m-enforcer-p

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
2022-06-21 15:28:24 -05:00
Joakim Erdfelt 3886ac5d66
Merge Release 9.4.47 back into `jetty-9.4.x` (#8179)
* Updating to version 9.4.48-SNAPSHOT
2022-06-21 14:41:14 +02:00
Jan Bartel ff2cb453f5
Jetty 9.4.x 7801 duplicate set session cookies (#7809)
* Issue #7801 Duplicate session cookies after session id change.

Signed-off-by: Jan Bartel <janb@webtide.com>
2022-06-08 10:14:54 +10:00
Olivier Lamy a030c0b3a2
exclude log4j-core to avoid problem with m-enforcer-p see https://issues.apache.org/jira/browse/LOG4J2-3241 (#8094) (#8113)
* exclude log4j-core to avoid problem with m-enforcer-p see https://issues.apache.org/jira/browse/LOG4J2-3241

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-06-06 14:55:32 +10:00
Joakim Erdfelt 24b58ede30
Merge Release 9.4.46 (#7820)
* Updating to version 9.4.46.v20220331

* Updating to version 9.4.47-SNAPSHOT
2022-04-02 08:43:58 -05:00
Olivier Lamy 274375272e
simplify pom by using simple property rather than xml fragment (#7578)
* simplify skip deploy configuration

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2022-02-15 09:16:34 +10:00
Simone Bordet a2622dcf65
Updating to version 9.4.46-SNAPSHOT 2022-02-03 10:28:03 +01:00
Simone Bordet 4a0c91c0be
Updating to version 9.4.45.v20220203 2022-02-03 10:13:59 +01:00
Joakim Erdfelt ba88cd0e95
Happy New Year 2022
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2022-01-27 06:55:28 -06:00
Jan Bartel ded84ffbc1
Issue #7375 Request scoped session saves (#7376)
Signed-off-by: Jan Bartel <janb@webtide.com>
2022-01-14 11:08:58 +11:00
Olivier Lamy 44e6e9312d
cherry pick fron 10.0.x (#7130)
Issue #7034 infinispan flaky tests on CI, force TCP over UDP for  jgroups multicasting as it is too slow with kubernetes (#7122)

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-11-18 12:22:02 +10:00
dependabot[bot] 780ef95994 Bump testcontainers-bom from 1.16.0 to 1.16.1 (#7019)
* Bump testcontainers-bom from 1.16.0 to 1.16.1

Bumps [testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.16.0 to 1.16.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.16.0...1.16.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

* use mongodb testcontainer module and upgrade a bit mongodb version
* give it more time to start
* use mongo image from test container api for distribution test
* create only once
* use a different wait strategy based on log rather than port as hazelcast try to do some broadcastind
* change wait for strategy

Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
2021-10-25 07:27:31 +10:00
Jan Bartel 4aed1f3377
Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766) (#6889)
* Issue #6687 Update to infinispan 11.0.11

Signed-off-by: Jan Bartel <janb@webtide.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-10-08 10:49:20 +11:00
Joakim Erdfelt 3dee3423f6 Updating to version 9.4.45-SNAPSHOT 2021-09-27 18:22:11 -05:00
Joakim Erdfelt 8da83308ee Updating to version 9.4.44.v20210927 2021-09-27 17:45:51 -05:00
Joakim Erdfelt 5f21ec1d65
Rollup of version changes for 9.4.x (#6796)
* Bump testcontainers.version from 1.15.1 to 1.16.0

Bumps `testcontainers.version` from 1.15.1 to 1.16.0.

Updates `testcontainers` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.1...1.16.0)

Updates `junit-jupiter` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.1...1.16.0)

Updates `mariadb` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.1...1.16.0)

Updates `gcloud` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.1...1.16.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:mariadb
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:gcloud
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Junit to 5.8.0
* Update maven-war-plugin to 3.3.2
* Bump jna to version 5.8.0
* Update maven.resolver.version to 1.7.2
* Update maven-javadoc-plugin to 3.3.1
* Update maven-jxr-plugin to 3.1.1
* Fixing jetty-runner use of maven-dependency-plugin
+ Don't exclude by "test" (that means exclude all)
  Include by "compile" instead.
* Bump jnr-unixsocket to 0.38.10
* Bump maven.version to 3.8.2
* Bump jna to 5.9.0
* Bump slf4j to 1.7.32
* Bump maven.plugin-tools.version to 3.6.1
* Bump plexus-utils to 3.4.1
* Bump jetty.perf-helper.version to 1.0.7
* Bump jboss.logging.version to 3.4.2.Final
* Bump grpc.version to 1.40.1
* Adding versions-maven-plugin config
* Bump bnd.version to 5.3.0
* Bump gson.version to 2.8.8
* Bump xmemcached to 2.4.7
* Bump osgi-services-version to 3.10.100
* Bump osgi-util-version to 3.6.0
* Bump conscrypt.version to 2.5.2
* Bump openwebbeans.version to 2.0.23
* Bump maven-artifact-transfer to 0.13.1
* Fix mongo testcontainers setup
* Bump maven-checkstyle-plugin to 3.1.2
* Bump jacoco-maven-plugin to 0.8.7
* Fix memcached testcontainer usage
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 14:02:24 +10:00
Joakim Erdfelt e37a708c40 Updating to version 9.4.44-SNAPSHOT 2021-06-30 06:30:31 -05:00
Joakim Erdfelt 526006ecfa Updating to version 9.4.43.v20210629 2021-06-30 05:57:49 -05:00
Joakim Erdfelt 5c130e400a Updating to version 9.4.43-SNAPSHOT 2021-06-04 12:49:12 -05:00
Joakim Erdfelt 5cd5e6d237 Updating to version 9.4.42.v20210604 2021-06-04 12:24:37 -05:00
olivier lamy 29c534daca add-opens to fix infinispan with java16
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2021-05-29 11:36:40 +10:00
Jan Bartel a5bd1ced8d
Issue #6138 Fix flakey DuplicateCookieTest (#6307) (#6315)
* Issue #6138 Fix flakey DuplicateCookieTest

Signed-off-by: Jan Bartel <janb@webtide.com>
2021-05-25 11:12:57 +10:00
Jan Bartel 487e4e4f36
Issue #6309 remove duplicate commented out session test (#6310) (#6318)
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-05-25 09:57:59 +10:00
Jan Bartel fabfa3832e
Issue #6291 Fix FileSessionDataStoreTest.testCleanOrphans (#6292) (#6299)
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-05-20 10:31:00 +10:00
olivier lamy 97a2a9993f bump to next version 9.4.42-SNAPSHOT
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
2021-05-18 13:06:42 +02:00
Jan Bartel 087f486b44
Issue #6277 Better handling of exceptions thrown in sessionDestroyed (#6278) (#6279)
* Issue #6277 Better handling of exceptions thrown in sessionDestroyed

Signed-off-by: Jan Bartel <janb@webtide.com>
2021-05-16 17:32:49 +10:00
Joakim Erdfelt 241ca2c2a0 Updating to version 9.4.41-SNAPSHOT 2021-04-13 16:24:42 -05:00
Joakim Erdfelt b881a57266 Updating to version 9.4.40.v20210413 2021-04-13 15:32:28 -05:00
Jan Bartel 57d0bae2f9
Issue #5684 Reduce intensity and rename SameNodeLoadTest (#6143)
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-04-13 17:12:47 +10:00
Jesse McConnell d23925809d
Updating to version 9.4.40-SNAPSHOT 2021-03-25 10:06:56 -05:00
Jesse McConnell ee95f92d70
Updating to version 9.4.39.v20210325 2021-03-25 09:33:14 -05:00
Jesse McConnell 7dacf1503f
reset release to 9.4.39-SNAPSHOT 2021-03-25 09:03:35 -05:00
Jesse McConnell be786489a8
reset release to 9.4.39-SNAPSHOT 2021-03-25 08:52:25 -05:00
Simone Bordet f6afdc5b01 Issue #6085 Fix duplicate valid session cookies to pick first valid.
Fixed typo and stopping server & client in testMulitpleIdenticalSessionCookies().

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-03-25 13:09:32 +01:00
Jan Bartel af042ba297 Issue #6085 Fix duplicate valid session cookies to pick first valid.
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-03-25 13:09:32 +01:00
Olivier Lamy e0111e581a Updating to version 9.4.40-SNAPSHOT 2021-03-25 03:39:19 +00:00
Olivier Lamy e56edccd03 Updating to version 9.4.39.v20210325 2021-03-25 03:20:25 +00:00
Jan Bartel 6d8ae9cafe
Issue #6085 Fix reference counts for multiple valid cookies for sessions (#6088)
* Issue #6085 Fix reference counts for multiple valid cookies for sesssions

Signed-off-by: Jan Bartel <janb@webtide.com>
2021-03-24 13:31:36 +11:00