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
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
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
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
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
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
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
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
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
Brian Clozel
59693f2b12
Move "micrometer.observations.*" configuration properties
...
This commit moves the "micrometer.observations.*" configuration
properties to "management.observations.*" namespace, as it was
introduced in the wrong namespace initially.
The former configuration property is deprecated and will be removed in a
future version.
Fixes gh-39600
2024-02-16 15:03:18 +01:00
Moritz Halbritter
d6d70828f1
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39598
2024-02-16 09:44:32 +01:00
Moritz Halbritter
3a31941071
Merge pull request #39321 from vjh0107
...
* pr/39321:
Change ConcurrentReferenceCachingMetadataReaderFactory to use application's resource loader
Closes gh-39321
2024-02-16 09:44:17 +01:00
junhyung
8fee77761d
Change ConcurrentReferenceCachingMetadataReaderFactory to use application's resource loader
...
See gh-39321
2024-02-16 09:32:24 +01:00
Moritz Halbritter
de35d2e443
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39596
2024-02-16 09:28:39 +01:00
Moritz Halbritter
03dfc3bbd1
Merge pull request #39589 from lukasdo
...
* pr/39589:
Polish "Document default value for show-value configuration properties"
Document default value for show-value configuration properties
Closes gh-39589
2024-02-16 09:27:03 +01:00
Moritz Halbritter
e2b29dc9cb
Polish "Document default value for show-value configuration properties"
...
See gh-39589
2024-02-16 09:24:32 +01:00
lukasdooo
7ade54d304
Document default value for show-value configuration properties
...
See gh-39589
2024-02-16 09:21:55 +01:00
Moritz Halbritter
ceae967c58
Merge branch '3.1.x' into 3.2.x
...
Closes gh-39594
2024-02-16 09:20:27 +01:00
Moritz Halbritter
8b2a7e8a19
Merge pull request #39544 from gdmrw
...
* pr/39544:
Add smoke test for InfoContributor
Closes gh-39544
2024-02-16 09:20:17 +01:00
gdmrw
3befeb2d7e
Add smoke test for InfoContributor
...
See gh-39544
2024-02-16 09:12:04 +01:00
Andy Wilkinson
71abc9d6b7
fixup! Upgrade to Testcontainers 1.19.5
2024-02-14 18:58:19 +00:00
Andy Wilkinson
6be9fdaeec
Upgrade to Undertow 2.3.11.Final
...
Closes gh-39579
2024-02-14 17:59:28 +00:00
Andy Wilkinson
90e46b9415
Upgrade to Testcontainers 1.19.5
...
Closes gh-39578
2024-02-14 17:59:23 +00:00
Andy Wilkinson
24572e46c9
Upgrade to SLF4J 2.0.12
...
Closes gh-39577
2024-02-14 17:59:16 +00:00
Andy Wilkinson
a61a7b9d16
Upgrade to Netty 4.1.107.Final
...
Closes gh-39576
2024-02-14 17:59:12 +00:00
Andy Wilkinson
6536ee973a
Upgrade to Micrometer Tracing 1.2.3
...
Closes gh-39475
2024-02-14 17:59:07 +00:00
Andy Wilkinson
a7d78aee8b
Upgrade to Micrometer 1.12.3
...
Closes gh-39474
2024-02-14 17:59:06 +00:00
Andy Wilkinson
d16c3db912
Upgrade to JUnit Jupiter 5.10.2
...
Closes gh-39575
2024-02-14 17:59:06 +00:00
Andy Wilkinson
5c6f200b85
Upgrade to jOOQ 3.18.10
...
Closes gh-39574
2024-02-14 17:59:01 +00:00
Andy Wilkinson
1d4f0e78e6
Upgrade to Jetty 12.0.6
...
Closes gh-39573
2024-02-14 17:58:57 +00:00
Andy Wilkinson
3a9987371c
Upgrade to Jetty Reactive HTTPClient 4.0.3
...
Closes gh-39572
2024-02-14 17:58:52 +00:00
Andy Wilkinson
6ea6aa42f7
Upgrade to Janino 3.1.12
...
Closes gh-39571
2024-02-14 17:58:47 +00:00
Andy Wilkinson
4ee4215c8b
Upgrade to Infinispan 14.0.24.Final
...
Closes gh-39570
2024-02-14 17:58:43 +00:00