Commit Graph

42848 Commits

Author SHA1 Message Date
Andy Wilkinson
b29b35905c Merge branch '2.7.x' into 3.0.x 2023-09-08 11:45:46 +01:00
Andy Wilkinson
2656f02001 Fix launch script integration tests on Intel Macs
Closes gh-36799
2023-09-08 11:45:25 +01:00
Moritz Halbritter
bbc10856ee Merge branch '2.7.x' into 3.0.x
Closes gh-37252
2023-09-08 11:17:25 +02:00
Moritz Halbritter
0004f035cf Merge pull request #37210 from izeye
* pr/37210:
  Add default value metadata for management.metrics.export.signalfx.published-histogram-type

Closes gh-37210
2023-09-08 11:05:46 +02:00
Johnny Lim
5f9bc721d3 Add default value metadata for management.metrics.export.signalfx.published-histogram-type
See gh-37210
2023-09-08 11:04:26 +02:00
Andy Wilkinson
dcd16433c5 Merge branch '2.7.x' into 3.0.x
Closes gh-37214
2023-09-07 15:42:28 +01:00
Andy Wilkinson
aa52c1763f Upgrade CI images to Docker 24.0.6
Closes gh-37216
2023-09-07 15:34:15 +01:00
Andy Wilkinson
07555c87ae Merge branch '2.7.x' into 3.0.x
Closes gh-37218
2023-09-07 15:28:39 +01:00
Andy Wilkinson
01fe59ca63 Upgrade CI images to ubuntu:jammy-20230816
Closes gh-37217
2023-09-07 15:26:41 +01:00
Andy Wilkinson
cce3c9d40f Merge branch '2.7.x' into 3.0.x
Closes gh-37223
2023-09-07 10:02:06 +01:00
Andy Wilkinson
38e9ede17d Only suggest snapshots for which a release is planned
Closes gh-37212
2023-09-07 09:55:36 +01:00
Moritz Halbritter
ffed8b0502 Merge branch '2.7.x' into 3.0.x
Closes gh-37206
2023-09-06 14:43:36 +02:00
Moritz Halbritter
65c739e00e Merge pull request #37166 from quaff
* pr/37166:
  Continue polishing

Closes gh-37166
2023-09-06 14:39:47 +02:00
Yanming Zhou
4c39cc2314 Continue polishing
See commit 947e330e9d

See gh-37166
2023-09-06 14:38:57 +02:00
Moritz Halbritter
ec06acab36 Merge branch '2.7.x' into 3.0.x
Closes gh-37203
2023-09-06 14:36:15 +02:00
Moritz Halbritter
2660909243 Merge pull request #37187 from dependabot[bot]
* pr/37187:
  Bump actions/checkout from 3 to 4

Closes gh-37187
2023-09-06 14:35:50 +02:00
dependabot[bot]
ca2cafe638 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

See gh-37187
2023-09-06 14:35:31 +02:00
Andy Wilkinson
7486d9da72 Merge branch '2.7.x' into 3.0.x
Closes gh-37200
2023-09-06 12:07:42 +01:00
Andy Wilkinson
2d6f436893 Improve handling and comparison of snapshot versions
Closes gh-36197
2023-09-06 12:04:58 +01:00
Moritz Halbritter
a69ff3bd59 Merge branch '2.7.x' into 3.0.x 2023-09-05 15:21:51 +02:00
Moritz Halbritter
76e51bc92f Only enable needed Couchbase services in integration tests 2023-09-05 15:10:12 +02:00
Andy Wilkinson
4611c54aef Merge branch '2.7.x' into 3.0.x
Closes gh-37191
2023-09-05 10:53:16 +01:00
Andy Wilkinson
ced32f0751 Require libraries to opt in to moving to snapshots
Closes gh-37190
2023-09-05 10:40:31 +01:00
Andy Wilkinson
878e74378f Merge branch '2.7.x' into 3.0.x 2023-09-04 15:52:26 +01:00
Andy Wilkinson
b858801a07 Use decorator pattern to multi-thread update resolution 2023-09-04 15:44:23 +01:00
Andy Wilkinson
d6b04af512 Merge branch '2.7.x' into 3.0.x
Closes gh-37182
2023-09-04 08:25:33 +01:00
Andy Wilkinson
fadc58679d Speed up ImageReference.of when path contains upper-case chars
Closes gh-35657
2023-09-04 08:18:28 +01:00
Scott Frederick
1e85bf7ca8 Fix mapping of consumed types to propagators
Fixes gh-37161
2023-09-01 14:40:01 -05:00
Andy Wilkinson
3ab1dfb9dc Merge branch '2.7.x' into 3.0.x
Closes gh-37173
2023-09-01 14:17:40 +01:00
Andy Wilkinson
49cf62d97c Merge pull request #37167 from quaff
* gh-37167:
  Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
  Use project.getLayout().getBuildDirectory() instead of getBuildDir()

Closes gh-37167
2023-09-01 14:16:19 +01:00
Andy Wilkinson
a77863245d Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
See gh-37167
2023-09-01 14:15:33 +01:00
Yanming Zhou
a8706962d4 Use project.getLayout().getBuildDirectory() instead of getBuildDir()
See gh-37167
2023-09-01 14:08:16 +01:00
Phillip Webb
71ed31343c Merge branch '2.7.x' into 3.0.x
Closes gh-37168
2023-08-31 22:01:06 -07:00
Phillip Webb
fd8cb74b46 Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.

Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.

Fixes gh-34232
2023-08-31 21:40:11 -07:00
Andy Wilkinson
67e1ee5dcf Fix ordering of Jetty's WebSocketUpgradeFilter
Closes gh-37115
2023-08-31 15:22:26 +01:00
Moritz Halbritter
61739bd917 Prevent propagation for local fields when using W3C propagation
Closes gh-37109
2023-08-31 11:50:05 +02:00
Andy Wilkinson
9d4e71fa2d Upgrade Java 17 image to .sdkmanrc to 17.0.8.1
Closes gh-37148
2023-08-31 10:38:02 +01:00
Andy Wilkinson
edf8cb6afe Merge branch '2.7.x' into 3.0.x 2023-08-31 10:35:18 +01:00
Andy Wilkinson
80cb21e800 Upgrade Java 17 CI image to 17.0.8.1+1
Closes gh-37149
2023-08-31 10:34:39 +01:00
Andy Wilkinson
e8be593df4 Merge branch '2.7.x' into 3.0.x 2023-08-31 10:31:51 +01:00
Andy Wilkinson
e3e578f78a Upgrade Java 11 CI image to 11.0.20.1+1
Closes gh-37150
2023-08-31 10:31:25 +01:00
Andy Wilkinson
a8e37b5cc5 Merge branch '2.7.x' into 3.0.x
Closes gh-37142
2023-08-30 13:34:12 +01:00
Andy Wilkinson
d071ec8243 Merge pull request #37112 from hakan-krgn
* gh-37112:
  Polish "Polish code and javadoc"
  Polish code and javadoc

Closes gh-37112
2023-08-30 13:32:06 +01:00
Andy Wilkinson
2de98a84bc Polish "Polish code and javadoc"
See gh-37112
2023-08-30 13:31:58 +01:00
hakan-krgn
6d9ce8a3b5 Polish code and javadoc
See gh-37112
2023-08-30 13:31:58 +01:00
Moritz Halbritter
c749fcb478 Merge branch '2.7.x' into 3.0.x
Closes gh-37139
2023-08-30 14:15:27 +02:00
Moritz Halbritter
0f6342a882 Make JarLaunchScript and SysVinit integration tests ARM64 compatible
Closes gh-36799
2023-08-30 14:01:32 +02:00
Andy Wilkinson
6fcc9f4b21 Merge branch '2.7.x' into 3.0.x
Closes gh-37133
2023-08-30 11:28:37 +01:00
Andy Wilkinson
d1bf1b3e15 Merge pull request #37120 from dependabot[bot]
* gh-37120:
  Bump gradle/gradle-build-action from 2.7.1 to 2.8.0

Closes gh-37120
2023-08-30 11:28:23 +01:00
dependabot[bot]
7d18b0e01b Bump gradle/gradle-build-action from 2.7.1 to 2.8.0
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](243af859f8...ef76a971e2)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

See gh-37120
2023-08-30 11:27:57 +01:00