Andy Wilkinson
57b3a128ab
Upgrade to Spring Pulsar 1.1.2
...
Closes gh-41537
2024-07-17 07:46:27 +01:00
Andy Wilkinson
eb2060793c
Merge branch '3.3.x'
...
Closes gh-41535
2024-07-17 07:42:33 +01:00
Andy Wilkinson
1fccf90323
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41534
2024-07-17 07:42:24 +01:00
Andy Wilkinson
07b103cc2b
Prohibit upgrades to Undertow 2.3.15
...
Closes gh-41533
2024-07-17 07:42:02 +01:00
Andy Wilkinson
4e205ede1d
Upgrade to Spring Pulsar 1.0.8
...
Closes gh-41532
2024-07-17 07:38:49 +01:00
Andy Wilkinson
23facd31db
Upgrade to Spring Session 3.4.0-M1
...
Closes gh-41312
2024-07-16 19:54:25 +01:00
Andy Wilkinson
3bffbeb89c
Upgrade to Spring Integration 6.4.0-M1
...
Closes gh-41309
2024-07-16 19:54:23 +01:00
Andy Wilkinson
bf890c71d0
Upgrade to Spring Integration 6.3.2
...
Closes gh-41302
2024-07-16 19:51:44 +01:00
Andy Wilkinson
ef0fd1cc53
Merge pull request #41511 from theodorosidmar
...
* gh-41511:
Polish "Add support for Postgres trust host auth method with Docker Compose"
Add support for Postgres trust host auth method with Docker Compose
Closes gh-41511
2024-07-16 19:43:02 +01:00
Andy Wilkinson
3b13490689
Polish "Add support for Postgres trust host auth method with Docker Compose"
...
See gh-41511
2024-07-16 19:16:59 +01:00
sid
af89924582
Add support for Postgres trust host auth method with Docker Compose
...
See gh-41511
2024-07-16 19:16:23 +01:00
Andy Wilkinson
0eb830de15
Upgrade to Spring Integration 6.2.7
...
Closes gh-41296
2024-07-16 18:50:21 +01:00
Andy Wilkinson
11344d7655
Upgrade to Spring GraphQL 1.3.2
...
Closes gh-41529
2024-07-16 18:45:03 +01:00
Andy Wilkinson
e7c8b80f88
Upgrade to Spring GraphQL 1.3.2
...
Closes gh-41527
2024-07-16 18:40:59 +01:00
Stéphane Nicoll
d4dd9f76e0
Merge branch '3.3.x'
...
Closes gh-41525
2024-07-16 16:49:14 +02:00
Eddú Meléndez
31d2bebd49
Add support for ServiceConnection in DataLdapTest
...
See gh-41325
2024-07-16 16:48:21 +02:00
Andy Wilkinson
7966d11c49
Upgrade to Spring GraphQL 1.2.8
...
Closes gh-41523
2024-07-16 12:37:29 +01:00
Andy Wilkinson
a61abb0d74
Merge branch '3.3.x'
...
Closes gh-41522
2024-07-16 12:05:21 +01:00
Andy Wilkinson
f062c46154
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41521
2024-07-16 12:05:02 +01:00
Andy Wilkinson
1cc7498c9a
Add property for Integration's default endpoint timeout
...
Fixes gh-41477
2024-07-16 11:22:27 +01:00
Andy Wilkinson
350a70199c
Merge branch '3.3.x'
...
Closes gh-41519
2024-07-16 08:48:05 +01:00
Andy Wilkinson
754e71d265
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41518
2024-07-16 08:47:49 +01:00
Andy Wilkinson
17d6f90468
Document types to which format properties apply
...
Closes gh-41482
2024-07-16 08:47:30 +01:00
Andy Wilkinson
80cfd5e981
Merge branch '3.3.x'
...
Closes gh-41517
2024-07-16 08:45:39 +01:00
Andy Wilkinson
30d34c0c34
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41516
2024-07-16 08:45:21 +01:00
Andy Wilkinson
6941d0e84b
Document that logging.file.path if logging.file.name is set
...
Closes gh-41351
2024-07-16 08:45:01 +01:00
Stéphane Nicoll
5f5336f5d9
Upgrade to Spring Security 6.4.0-M1
...
Closes gh-41311
2024-07-16 08:12:31 +02:00
Stéphane Nicoll
e89fd97a75
Upgrade to Spring Kafka 3.3.0-M1
...
Closes gh-41310
2024-07-16 08:11:40 +02:00
Stéphane Nicoll
91425144a4
Upgrade to Spring AMQP 3.2.0-M1
...
Closes gh-41306
2024-07-16 08:11:21 +02:00
Stéphane Nicoll
320cb4d7f4
Upgrade to Spring Kafka 3.2.2
...
Closes gh-41303
2024-07-16 08:10:37 +02:00
Stéphane Nicoll
49538adbda
Upgrade to Spring Kafka 3.1.7
...
Closes gh-41297
2024-07-16 08:09:34 +02:00
lijuny
b6901044c7
Polish
...
See gh-41510
2024-07-16 07:49:43 +02:00
Phillip Webb
d2cd5c9b98
Fix Arrays import
...
See gh-41489
2024-07-16 02:23:24 +01:00
Andy Wilkinson
fba6f29bc8
Merge branch '3.3.x'
...
Closes gh-41505
2024-07-15 15:35:47 +01:00
Andy Wilkinson
999d99e655
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41504
2024-07-15 15:35:31 +01:00
Andy Wilkinson
d63e3c3b53
Rethrow failure on main thread
...
Previously, if a failure occurred when evaluating conditions on a
separate thread, an NPE would occur on the main thread as the
expected array of outcomes was null.
This commit avoids the NPE and the lack of error reporting by
rethrowing on the main thread any failure that occurs on the
separate thread that's spawned to parallelize the evaluation.
Closes gh-41492
2024-07-15 15:09:57 +01:00
Andy Wilkinson
fc804648bc
Upgrade to Versions Maven Plugin 2.17.1
...
Closes gh-41503
2024-07-15 15:09:04 +01:00
Andy Wilkinson
ce73d3fa70
Upgrade to Spring HATEOAS 2.3.1
...
Closes gh-41501
2024-07-15 15:08:53 +01:00
Andy Wilkinson
da92340a9d
Upgrade to Spring Data Bom 2024.0.2
...
Closes gh-41307
2024-07-15 15:08:48 +01:00
Andy Wilkinson
33c9398714
Upgrade to Maven Surefire Plugin 3.3.1
...
Closes gh-41500
2024-07-15 15:08:47 +01:00
Andy Wilkinson
96f5d7a7b2
Upgrade to Maven Failsafe Plugin 3.3.1
...
Closes gh-41499
2024-07-15 15:08:41 +01:00
Andy Wilkinson
9470fdf853
Upgrade to Spring HATEOAS 2.3.1
...
Closes gh-41497
2024-07-15 15:05:26 +01:00
Andy Wilkinson
84654d4717
Upgrade to Spring Data Bom 2024.0.2
...
Closes gh-41300
2024-07-15 15:05:21 +01:00
Andy Wilkinson
68ad8ff0a6
Upgrade to SQLite JDBC 3.43.2.2
...
Closes gh-41495
2024-07-15 15:02:07 +01:00
Andy Wilkinson
46aeb71114
Upgrade to Spring HATEOAS 2.2.3
...
Closes gh-41493
2024-07-15 15:02:02 +01:00
Andy Wilkinson
b49085bf8c
Upgrade to Spring Data Bom 2023.1.8
...
Closes gh-41294
2024-07-15 15:02:01 +01:00
Andy Wilkinson
00c2fbc42b
Polish
2024-07-15 14:34:36 +01:00
Andy Wilkinson
1ec2a38ea0
Fix structured logging tests on Windows
...
See gh-5479
2024-07-15 14:32:12 +01:00
Moritz Halbritter
bf2950c045
Add support for structured logging
...
Update Logback and Log4j2 integrations to support structured logging.
Support for the ECS and Logstash JSON formats is provided out-of-the-box
and the `StructuredLogFormatter` interface may be used to if further
custom formats need to be supported.
Closes gh-5479
Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2024-07-15 11:45:41 +01:00
Phillip Webb
89f3052f6e
Migrate `PulsarPropertiesMapper` to use `JsonWriter`
...
Closes gh-41490
2024-07-15 11:45:41 +01:00