Jan Bartel
0a27d7aee3
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-13 10:16:39 +10:00
Jan Bartel
be27be49d2
Issue #6772 Update to asm 9.2, spifly 1.3.4 ( #6773 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-09-13 10:15:40 +10:00
Jan Bartel
7235418937
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-13 10:15:22 +10:00
Jan Bartel
c8654c81da
Issue #6770 Update to various osgi test dependencies ( #6771 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-09-13 10:14:06 +10:00
dependabot[bot]
c82986ffba
Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 ( #6764 )
...
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases )
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.1...maven-project-info-reports-plugin-3.1.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 10:27:38 +10:00
dependabot[bot]
3af084ee3a
Bump json-smart from 2.3 to 2.4.7 ( #6763 )
...
Bumps [json-smart](https://github.com/netplex/json-smart-v2 ) from 2.3 to 2.4.7.
- [Release notes](https://github.com/netplex/json-smart-v2/releases )
- [Commits](https://github.com/netplex/json-smart-v2/commits )
---
updated-dependencies:
- dependency-name: net.minidev:json-smart
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 10:27:17 +10:00
Jan Bartel
147ea963cc
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-10 10:24:13 +10:00
Jan Bartel
3b04e5af97
Issue #6735 Fix xml for infinispan-remote-query and infinispan-embedded-query ( #6747 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-09-10 10:12:05 +10:00
Padraic Renaghan
96945c7e10
Issue #6752 DefaultSessionCache more extensible using ConcurrentMap ( #6753 )
...
DefaultSessionCache is designed to be extended, by virtue of its protected session map. Subclasses can set their own map instance instead. However the session map is specified as ConcurrentHashMap, when it only needs to be ConcurrentMap.
Changed data type to ConcurrentMap to allow for wider options for subclasses, such as those wanted to use Caffeine's asMap() method which returns ConcurrentMap.
Although changing to even more relaxed Map would work, that does not provide as much clarity that the map will be used concurrently - therefore used ConcurrentMap instead.
Signed-off-by: Padraic Renaghan <padraic@renaghan.com>
2021-09-10 10:08:42 +10:00
dependabot[bot]
d51cec2d1d
Bump openwebbeans.version from 2.0.20 to 2.0.23 ( #6750 )
...
Bumps `openwebbeans.version` from 2.0.20 to 2.0.23.
Updates `openwebbeans-web` from 2.0.20 to 2.0.23
- [Release notes](https://github.com/apache/openwebbeans/releases )
- [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.20...openwebbeans-2.0.23 )
Updates `openwebbeans-jetty9` from 2.0.20 to 2.0.23
- [Release notes](https://github.com/apache/openwebbeans/releases )
- [Commits](https://github.com/apache/openwebbeans/compare/openwebbeans-2.0.20...openwebbeans-2.0.23 )
---
updated-dependencies:
- dependency-name: org.apache.openwebbeans:openwebbeans-web
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.openwebbeans:openwebbeans-jetty9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 08:59:40 +10:00
dependabot[bot]
17bc566155
Bump google-cloud-datastore from 1.105.0 to 2.1.0 ( #6762 )
...
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore ) from 1.105.0 to 2.1.0.
- [Release notes](https://github.com/googleapis/java-datastore/releases )
- [Changelog](https://github.com/googleapis/java-datastore/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/java-datastore/compare/v1.105.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 08:49:26 +10:00
dependabot[bot]
27c67c5fcc
Bump maven.version from 3.6.3 to 3.8.2 ( #6760 )
...
Bumps `maven.version` from 3.6.3 to 3.8.2.
Updates `maven-plugin-api` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
Updates `maven-artifact` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
Updates `maven-core` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
Updates `maven-resolver-provider` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-resolver-provider
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 08:48:19 +10:00
dependabot[bot]
784f0eb749
Bump maven-plugin-plugin from 3.6.0 to 3.6.1 ( #6726 )
...
Bumps [maven-plugin-plugin](https://github.com/apache/maven-plugin-tools ) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/apache/maven-plugin-tools/releases )
- [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.6.0...maven-plugin-tools-3.6.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 07:16:08 +10:00
dependabot[bot]
7955b1e59e
Bump openpojo from 0.8.13 to 0.9.1 ( #6714 )
...
Bumps [openpojo](https://github.com/OpenPojo/openpojo ) from 0.8.13 to 0.9.1.
- [Release notes](https://github.com/OpenPojo/openpojo/releases )
- [Changelog](https://github.com/OpenPojo/openpojo/blob/master/doc/release_steps.txt )
- [Commits](https://github.com/OpenPojo/openpojo/compare/openpojo-0.8.13...openpojo-0.9.1 )
---
updated-dependencies:
- dependency-name: com.openpojo:openpojo
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 06:08:28 +10:00
dependabot[bot]
dd783152fa
Merge pull request #6743 from eclipse/dependabot/maven/jetty-11.0.x/org.codehaus.mojo-flatten-maven-plugin-1.2.7
2021-09-09 15:34:21 +00:00
dependabot[bot]
889527b7ce
Bump maven.version from 3.6.3 to 3.8.2 ( #6720 )
...
Bumps `maven.version` from 3.6.3 to 3.8.2.
Updates `maven-plugin-api` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
Updates `maven-artifact` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
Updates `maven-core` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
Updates `maven-resolver-provider` from 3.6.3 to 3.8.2
- [Release notes](https://github.com/apache/maven/releases )
- [Commits](https://github.com/apache/maven/compare/maven-3.6.3...maven-3.8.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven:maven-plugin-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven:maven-resolver-provider
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 09:34:38 -05:00
dependabot[bot]
30b42d20d9
Bump org.apache.felix.framework from 6.0.3 to 7.0.1 ( #6707 )
...
Bumps org.apache.felix.framework from 6.0.3 to 7.0.1.
---
updated-dependencies:
- dependency-name: org.apache.felix:org.apache.felix.framework
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 17:41:52 +10:00
Greg Wilkins
ae31c3b576
Bump jnr-unixsocket from 0.38.3 to 0.38.10 ( #6712 ) ( #6751 )
...
* Bump jnr-unixsocket from 0.38.3 to 0.38.10
Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket ) from 0.38.3 to 0.38.10.
- [Release notes](https://github.com/jnr/jnr-unixsocket/releases )
- [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.38.3...jnr-unixsocket-0.38.10 )
---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-unixsocket
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* update jnr dependencies
Bring on native unixdomain support!
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Greg Wilkins <gregw@webtide.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 16:28:41 +10:00
dependabot[bot]
013e1e2a2d
Bump json-smart from 2.3 to 2.4.7 ( #6742 )
...
Bumps [json-smart](https://github.com/netplex/json-smart-v2 ) from 2.3 to 2.4.7.
- [Release notes](https://github.com/netplex/json-smart-v2/releases )
- [Commits](https://github.com/netplex/json-smart-v2/commits )
---
updated-dependencies:
- dependency-name: net.minidev:json-smart
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 14:08:10 +10:00
dependabot[bot]
e4a71cdcaf
Bump maven.resolver.version from 1.6.1 to 1.7.1 ( #6740 )
...
Bumps `maven.resolver.version` from 1.6.1 to 1.7.1.
Updates `maven-resolver-util` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-api` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-spi` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-connector-basic` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-transport-file` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-transport-http` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver-util
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-spi
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-file
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 14:07:43 +10:00
Olivier Lamy
4487a2ec7c
follow up of hazelcast upgrade with .mod files as well ( #6736 )
...
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-09 14:05:08 +10:00
dependabot[bot]
06426dadb9
Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 ( #6744 )
...
Bumps [maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases )
- [Commits](https://github.com/apache/maven-project-info-reports-plugin/compare/maven-project-info-reports-plugin-3.1.1...maven-project-info-reports-plugin-3.1.2 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 14:03:35 +10:00
Jan Bartel
26e6b5f412
Issue #6679 Update to Apache Jasper 10.0.10 ( #6690 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-09-09 12:15:09 +10:00
Jan Bartel
871eeb3b08
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-09 12:14:30 +10:00
Jan Bartel
b236fb6675
Issue #6677 Update to Apache Jasper 9.0.52 ( #6689 )
...
Signed-off-by: Jan Bartel <janb@webtide.com>
2021-09-09 12:07:13 +10:00
dependabot[bot]
194890ecfc
Bump flatten-maven-plugin from 1.2.5 to 1.2.7
...
Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin ) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases )
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.2.5...flatten-maven-plugin-1.2.7 )
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 01:47:50 +00:00
Greg Wilkins
0b0c231597
Simple Example in README ( #6727 )
...
* Simple Example in README
Simple Example in README
* updates from review
2021-09-09 11:32:16 +10:00
dependabot[bot]
c1ba170c6d
Bump gson from 2.8.6 to 2.8.8 ( #6725 )
...
Bumps [gson](https://github.com/google/gson ) from 2.8.6 to 2.8.8.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.8 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 10:21:53 +10:00
dependabot[bot]
e7294c5fda
Bump maven-artifact-transfer from 0.12.0 to 0.13.1 ( #6724 )
...
Bumps [maven-artifact-transfer](https://github.com/apache/maven-artifact-transfer ) from 0.12.0 to 0.13.1.
- [Release notes](https://github.com/apache/maven-artifact-transfer/releases )
- [Commits](https://github.com/apache/maven-artifact-transfer/compare/maven-artifact-transfer-0.12.0...maven-artifact-transfer-0.13.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-artifact-transfer
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 10:21:26 +10:00
dependabot[bot]
67011121f9
Bump hazelcast.version from 4.1 to 4.2.2 ( #6732 )
...
Bumps `hazelcast.version` from 4.1 to 4.2.2.
Updates `hazelcast` from 4.1 to 4.2.2
- [Release notes](https://github.com/hazelcast/hazelcast/releases )
- [Commits](https://github.com/hazelcast/hazelcast/compare/v4.1...v4.2.2 )
Updates `hazelcast-all` from 4.1 to 4.2.2
---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.hazelcast:hazelcast-all
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 10:20:47 +10:00
dependabot[bot]
be327f377a
Bump jmh.version from 1.26 to 1.33 ( #6719 )
...
Bumps `jmh.version` from 1.26 to 1.33.
Updates `jmh-core` from 1.26 to 1.33
Updates `jmh-generator-annprocess` from 1.26 to 1.33
---
updated-dependencies:
- dependency-name: org.openjdk.jmh:jmh-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 08:09:33 +10:00
dependabot[bot]
d459b94542
Bump biz.aQute.bndlib from 5.2.0 to 5.3.0 ( #6722 )
...
Bumps [biz.aQute.bndlib](https://github.com/bndtools/bnd ) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/bndtools/bnd/releases )
- [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md )
- [Commits](https://github.com/bndtools/bnd/commits )
---
updated-dependencies:
- dependency-name: biz.aQute.bnd:biz.aQute.bndlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 12:39:38 -05:00
dependabot[bot]
000580fc0d
Bump maven.resolver.version from 1.6.1 to 1.7.1 ( #6723 )
...
Bumps `maven.resolver.version` from 1.6.1 to 1.7.1.
Updates `maven-resolver-util` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-api` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-spi` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-connector-basic` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-transport-file` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
Updates `maven-resolver-transport-http` from 1.6.1 to 1.7.1
- [Release notes](https://github.com/apache/maven-resolver/releases )
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-1.6.1...maven-resolver-1.7.1 )
---
updated-dependencies:
- dependency-name: org.apache.maven.resolver:maven-resolver-util
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-api
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-spi
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-file
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 20:45:43 +10:00
dependabot[bot]
d96f7fe9f8
Bump gson from 2.8.6 to 2.8.8 ( #6721 )
...
Bumps [gson](https://github.com/google/gson ) from 2.8.6 to 2.8.8.
- [Release notes](https://github.com/google/gson/releases )
- [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md )
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.6...gson-parent-2.8.8 )
---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 20:44:49 +10:00
dependabot[bot]
5d59f4072b
Bump xmemcached from 2.4.6 to 2.4.7 ( #6710 )
...
* Bump xmemcached from 2.4.6 to 2.4.7
Bumps [xmemcached](https://github.com/killme2008/xmemcached ) from 2.4.6 to 2.4.7.
- [Release notes](https://github.com/killme2008/xmemcached/releases )
- [Commits](https://github.com/killme2008/xmemcached/compare/xmemcached-2.4.6...xmemcached-2.4.7 )
---
updated-dependencies:
- dependency-name: com.googlecode.xmemcached:xmemcached
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* update mod file as well
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivier Lamy <oliver.lamy@gmail.com>
2021-09-08 20:21:11 +10:00
dependabot[bot]
80c10b7e02
Bump jnr-unixsocket from 0.38.3 to 0.38.10 ( #6712 )
...
* Bump jnr-unixsocket from 0.38.3 to 0.38.10
Bumps [jnr-unixsocket](https://github.com/jnr/jnr-unixsocket ) from 0.38.3 to 0.38.10.
- [Release notes](https://github.com/jnr/jnr-unixsocket/releases )
- [Commits](https://github.com/jnr/jnr-unixsocket/compare/jnr-unixsocket-0.38.3...jnr-unixsocket-0.38.10 )
---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-unixsocket
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* update jnr dependencies
Bring on native unixdomain support!
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Greg Wilkins <gregw@webtide.com>
2021-09-08 20:20:51 +10:00
Lachlan Roberts
ac39c2599a
Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
2021-09-08 19:04:13 +10:00
Lachlan
aa75d0430c
Merge pull request #6698 from eclipse/jetty-10.0.x-6696-WebSocketUpgradeRequest
...
Issue #6696 - don't keep Request object in the WebSocketNegotiation after upgrade
2021-09-08 19:03:54 +10:00
Simone Bordet
7bfddb33db
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-09-08 09:33:35 +02:00
Simone Bordet
6023e13a01
Simplified release ticklist. ( #6700 )
...
Integrated test bullets into main ticklist.
Normalized spaces at 2 rather than 3 or 4.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-09-08 09:31:08 +02:00
dependabot[bot]
49ad193c1f
Bump bouncycastle.version from 1.62 to 1.69 ( #6717 )
...
Bumps `bouncycastle.version` from 1.62 to 1.69.
Updates `bcpkix-jdk15on` from 1.62 to 1.69
- [Release notes](https://github.com/bcgit/bc-java/releases )
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
Updates `bcprov-jdk15on` from 1.62 to 1.69
- [Release notes](https://github.com/bcgit/bc-java/releases )
- [Changelog](https://github.com/bcgit/bc-java/blob/master/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcpkix-jdk15on
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcprov-jdk15on
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 15:54:14 +10:00
dependabot[bot]
8375f6dcdd
Bump github-api from 1.116 to 1.132 ( #6715 )
...
Bumps [github-api](https://github.com/hub4j/github-api ) from 1.116 to 1.132.
- [Release notes](https://github.com/hub4j/github-api/releases )
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md )
- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.116...github-api-1.132 )
---
updated-dependencies:
- dependency-name: org.kohsuke:github-api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 15:41:42 +10:00
dependabot[bot]
8c584f5c52
Bump google-cloud-datastore from 1.105.0 to 2.1.0 ( #6711 )
...
Bumps [google-cloud-datastore](https://github.com/googleapis/java-datastore ) from 1.105.0 to 2.1.0.
- [Release notes](https://github.com/googleapis/java-datastore/releases )
- [Changelog](https://github.com/googleapis/java-datastore/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/java-datastore/compare/v1.105.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: com.google.cloud:google-cloud-datastore
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 14:30:44 +10:00
Olivier Lamy
8f7ce84e8e
Merge branch 'jetty-10.0.x' into jetty-11.0.x
2021-09-08 14:17:43 +10:00
dependabot[bot]
97f62e406c
Bump h2spec-maven-plugin from 1.0.6 to 1.0.7 ( #6706 )
...
Bumps [h2spec-maven-plugin](https://github.com/jetty-project/h2spec-maven-plugin ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jetty-project/h2spec-maven-plugin/releases )
- [Commits](https://github.com/jetty-project/h2spec-maven-plugin/compare/h2spec-maven-plugin-1.0.6...h2spec-maven-plugin-1.0.7 )
---
updated-dependencies:
- dependency-name: org.mortbay.jetty:h2spec-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 14:05:22 +10:00
dependabot[bot]
9ebda807f6
Bump hazelcast.version from 4.1 to 4.2.2 ( #6705 )
...
Bumps `hazelcast.version` from 4.1 to 4.2.2.
Updates `hazelcast` from 4.1 to 4.2.2
- [Release notes](https://github.com/hazelcast/hazelcast/releases )
- [Commits](https://github.com/hazelcast/hazelcast/compare/v4.1...v4.2.2 )
Updates `hazelcast-all` from 4.1 to 4.2.2
---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.hazelcast:hazelcast-all
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 13:54:39 +10:00
dependabot[bot]
97cf944dfe
Bump jnr-constants from 0.10.0 to 0.10.2 ( #6703 )
...
Bumps [jnr-constants](https://github.com/jnr/jnr-constants ) from 0.10.0 to 0.10.2.
- [Release notes](https://github.com/jnr/jnr-constants/releases )
- [Commits](https://github.com/jnr/jnr-constants/compare/jnr-constants-0.10.0...jnr-constants-0.10.2 )
---
updated-dependencies:
- dependency-name: com.github.jnr:jnr-constants
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-08 13:53:22 +10:00
Joakim Erdfelt
eb0755dfb2
Adding back dependabot configuration ( #6686 )
...
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
2021-09-08 10:40:51 +10:00
Simone Bordet
bb02264146
Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.
...
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-09-07 09:59:53 +02:00
Simone Bordet
0bd15e0831
Fixes #6693 - FastCGI review ( #6694 )
...
* Fixes #6693 - FastCGI review
- Removed code supporting multiplex in the client.
- Removed code supporting multiplex in the server.
- Reworked the server-side processing of a request, now more similar to HTTP/1.1.
- Improved javadocs.
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2021-09-07 09:57:31 +02:00