Andy Wilkinson
85a8364d73
Upgrade to jOOQ 3.18.11
...
Closes gh-39661
2024-02-21 20:09:15 +00:00
Andy Wilkinson
319331175a
Upgrade to Jackson Bom 2.15.4
...
Closes gh-39660
2024-02-21 20:09:10 +00:00
Andy Wilkinson
b4304af23f
Upgrade to Byte Buddy 1.14.12
...
Closes gh-39659
2024-02-21 20:09:05 +00:00
Moritz Halbritter
50301a5e63
Merge branch '3.2.x'
...
Closes gh-39647
2024-02-21 10:21:13 +01:00
Moritz Halbritter
f61e234596
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39646
2024-02-21 10:21:03 +01:00
Moritz Halbritter
dc15cfc003
Migrate to gradle/actions/setup-gradle
...
Closes gh-39645
2024-02-21 10:20:51 +01:00
Moritz Halbritter
ed4d13a8bf
Move zipkin.Span types in the OpenTelemetry auto-configuration
...
Brave can work without zipkin2 on the classpath, OpenTelemetry can't.
To not force users to have zipkin2 on the classpath, move it into the
OpenTelemetry auto-configuration.
See gh-39049
2024-02-21 10:07:25 +01:00
Scott Frederick
5e844dbbdd
Merge branch '3.2.x'
...
Closes gh-39642
2024-02-20 11:58:57 -06:00
Scott Frederick
60d2b3ea43
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39641
2024-02-20 11:58:39 -06:00
Scott Frederick
c3af82ca62
Merge pull request #39616 from wanger26
...
* pr/39616:
Polish "Add note regarding mixing of bundle-based and direct SSL configuration"
Add note regarding mixing of bundle-based and direct SSL configuration
Closes gh-39616
2024-02-20 11:58:18 -06:00
Scott Frederick
eb4d6e7c15
Polish "Add note regarding mixing of bundle-based and direct SSL configuration"
...
See gh-39616
2024-02-20 11:57:06 -06:00
Jakob Wanger
4c069f0079
Add note regarding mixing of bundle-based and direct SSL configuration
...
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
See gh-39616
2024-02-20 11:57:05 -06:00
Scott Frederick
bb384f268e
Merge branch '3.2.x'
...
Closes gh-39639
2024-02-20 10:34:54 -06:00
Scott Frederick
71e5e1252a
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39638
2024-02-20 10:34:32 -06:00
Scott Frederick
e6d9fcd208
Merge pull request #39617 from wanger26
...
* pr/39617:
Polish "Prevent long parse times for images with illegal char in tag"
Prevent long parse times for images with illegal char in tag
Closes gh-39617
2024-02-20 10:34:13 -06:00
Scott Frederick
c93acdafbd
Polish "Prevent long parse times for images with illegal char in tag"
...
See gh-39617
2024-02-20 10:27:28 -06:00
Jakob Wanger
c892544741
Prevent long parse times for images with illegal char in tag
...
Update the regular expression used to parse Docker images references to
prevent catastrophic backtracking when images names are long and the
tag contains an illegal character.
See gh-39617
2024-02-20 10:27:27 -06:00
Moritz Halbritter
806a39eccf
Merge branch '3.2.x'
...
Closes gh-39637
2024-02-20 14:39:44 +01:00
Moritz Halbritter
50dd514c40
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39636
2024-02-20 14:39:34 +01:00
Moritz Halbritter
27200f39d5
Merge pull request #39626 from dependabot[bot]
...
* pr/39626:
Bump gradle/gradle-build-action from 3.0.0 to 3.1.0
Closes gh-39626
2024-02-20 14:39:27 +01:00
dependabot[bot]
441a012556
Bump gradle/gradle-build-action from 3.0.0 to 3.1.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](3b1b3b9a21...29c0906b64
)
---
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-39626
2024-02-20 14:39:09 +01:00
Moritz Halbritter
013e148526
Implement JDK HttpClient based Zipkin sender
...
Closes gh-39545
2024-02-20 14:21:44 +01:00
Moritz Halbritter
52648d9d70
Merge pull request #39049 from codefromthecrypt
...
* pr/39049:
Polish "Migrate to Brave 6 and Zipkin Reporter 3"
Migrate to Brave 6 and Zipkin Reporter 3
Closes gh-39049
2024-02-20 13:45:48 +01:00
Moritz Halbritter
7555f6c71e
Polish "Migrate to Brave 6 and Zipkin Reporter 3"
...
See gh-39049
2024-02-20 13:42:27 +01:00
Adrian Cole
4b0bed23b0
Migrate to Brave 6 and Zipkin Reporter 3
...
Signed-off-by: Adrian Cole <adrian@tetrate.io>
See gh-39049
2024-02-20 12:00:36 +01:00
Moritz Halbritter
3a565e4e4b
Use Jersey's ObservationRequestEventListener for Jersey observability
...
Closes gh-39633
2024-02-20 11:46:14 +01:00
Moritz Halbritter
7e43d7ba0f
Merge pull request #39611 from BenchmarkingBuffalo
...
* pr/39611:
Polish "Configure suitable TaskExecutor for WebSocket"
Configure suitable TaskExecutor for WebSocket
Closes gh-39611
2024-02-20 11:13:16 +01:00
Moritz Halbritter
9110b1298c
Polish "Configure suitable TaskExecutor for WebSocket"
...
See gh-39611
2024-02-20 11:07:27 +01:00
BenchmarkingBuffalo
1d820a8994
Configure suitable TaskExecutor for WebSocket
...
For WebSocket support the preconfigured ThreadExecutor is set for
ChannelRegistrations similar to the JpaRepositoriesAutoConfiguration.
See gh-39611
2024-02-20 10:26:23 +01:00
Moritz Halbritter
3dd3fc8f3a
Merge branch '3.2.x'
...
Closes gh-39632
2024-02-20 09:39:14 +01:00
Moritz Halbritter
3668c5445c
Merge pull request #39629 from wanger26
...
* pr/39629:
Polish "Clarify that pool size properties are ignored with task executor"
Clarify that pool size properties are ignored with task executor
Closes gh-39629
2024-02-20 09:39:05 +01:00
Moritz Halbritter
cd27dd9fd4
Polish "Clarify that pool size properties are ignored with task executor"
...
See gh-39629
2024-02-20 09:38:48 +01:00
Jakob Wanger
35e2a12ed8
Clarify that pool size properties are ignored with task executor
...
Signed-off-by: Jakob Wanger <jakobwanger@gmail.com>
See gh-39629
2024-02-20 09:34:23 +01:00
Moritz Halbritter
eb2ef12c36
Merge branch '3.2.x'
...
Closes gh-39631
2024-02-20 09:31:27 +01:00
Moritz Halbritter
86910b200f
Merge pull request #39630 from onobc
...
* pr/39630:
Add link to Pulsar env var workaround
Closes gh-39630
2024-02-20 09:31:13 +01:00
Chris Bono
642bd696dd
Add link to Pulsar env var workaround
...
There is a section in the Pulsar client authentication reference guide
that warns users of the lack of relaxed binding for authentication
parameter map keys.
This lack of relaxed binding prevents users from setting these auth
parameters directly via env var as the casing is lost in translation.
The commit adds a link in this area of the reference guide to a
workaround in the Spring Pulsar framework reference guide.
See gh-39630
2024-02-20 09:21:22 +01:00
Brian Clozel
8d1e877e55
Merge branch '3.2.x'
...
Closes gh-39625
2024-02-19 14:36:21 +01:00
Patrick Strawderman
057432c87b
Re-order route registration for GraphQL web endpoints
...
Re-order the route registrations for GraphQL requests so that the
most commonly matched path is evaluated first.
Closes gh-39613
2024-02-19 14:36:09 +01:00
Moritz Halbritter
b0914f8632
Merge branch '3.2.x'
2024-02-19 14:31:54 +01:00
Moritz Halbritter
1e45d5cfa2
Merge branch '3.1.x' into 3.2.x
2024-02-19 14:31:46 +01:00
Moritz Halbritter
6d27c0a933
Fix SpringApplicationBannerPrinterTests on Windows
2024-02-19 14:22:18 +01:00
Moritz Halbritter
8574926210
Merge branch '3.2.x'
...
Closes gh-39622
2024-02-19 11:34:40 +01:00
Moritz Halbritter
68637fa86c
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39621
2024-02-19 11:34:33 +01:00
Moritz Halbritter
ddd3e37ddd
Merge pull request #39601 from alvican
...
* pr/39601:
Polish "Fix local dependent writing of banner into ByteArrayOutputStream"
Fix local dependent writing of banner into ByteArrayOutputStream
Closes gh-39601
2024-02-19 11:34:22 +01:00
Moritz Halbritter
ea2f273cf8
Polish "Fix local dependent writing of banner into ByteArrayOutputStream"
...
See gh-39601
2024-02-19 11:33:57 +01:00
Thorsten Schmidt
f82a5e10db
Fix local dependent writing of banner into ByteArrayOutputStream
...
See gh-39601
2024-02-19 11:12:12 +01:00
Moritz Halbritter
73d3623670
Merge branch '3.2.x'
...
Closes gh-39620
2024-02-19 11:09:44 +01:00
Moritz Halbritter
bb7706fe88
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39619
2024-02-19 11:09:36 +01:00
Moritz Halbritter
d2136e5017
Merge pull request #39605 from snicoll
...
* pr/39605:
Fix json path assertion
Closes gh-39605
2024-02-19 11:01:32 +01:00
Stéphane Nicoll
7d73b11239
Fix json path assertion
...
See gh-39605
2024-02-19 11:01:12 +01:00