Commit Graph

47561 Commits

Author SHA1 Message Date
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
Brian Clozel
4fd0e29cc8 iRemove TypeDefinitionConfigurer auto-configuration
Closes gh-39604
2024-02-16 15:27:23 +01:00
Brian Clozel
77922af3ba Merge branch '3.2.x'
Closes gh-39603
2024-02-16 15:10:14 +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
ce3837dbe7 Merge pull request #39253 from Wzy19930507
* pr/39253:
  Apply @AutoConfigureJson to test slices

Closes gh-39253
2024-02-16 10:15:12 +01:00
Wzy19930507
4a1a98c037 Apply @AutoConfigureJson to test slices
See gh-39253
2024-02-16 10:10:20 +01:00
Moritz Halbritter
ba265e54d0 Merge branch '3.2.x'
Closes gh-39599
2024-02-16 09:44:43 +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
2280aa30cb Merge branch '3.2.x'
Closes gh-39597
2024-02-16 09:29:27 +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
b449acf4ca Merge branch '3.2.x'
Closes gh-39595
2024-02-16 09:20:37 +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
Moritz Halbritter
88bc47b255 Merge pull request #39585 from qlido
* pr/39585:
  Polish "Change Banner declaration with new Java Syntax"
  Change Banner declaration with new Java Syntax

Closes gh-39585
2024-02-16 09:09:36 +01:00
Moritz Halbritter
8ec463c688 Polish "Change Banner declaration with new Java Syntax"
See gh-39585
2024-02-16 09:09:13 +01:00
qlido
9c57444464 Change Banner declaration with new Java Syntax
See gh-39585
2024-02-16 09:08:14 +01:00
Andy Wilkinson
224254b300 Upgrade to Micrometer Tracing 1.3.0-M1
Closes gh-38985
2024-02-14 19:44:22 +00:00
Andy Wilkinson
d13c7e013c Upgrade to Micrometer 1.13.0-M1
Closes gh-38984
2024-02-14 19:44:21 +00:00
Andy Wilkinson
31d25f6dd7 Merge branch '3.2.x' 2024-02-14 19:37:29 +00: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