Andy Wilkinson
42c29d3b15
Start building against Spring Session 3.4.0 snapshots
...
See gh-41312
2024-07-03 14:01:03 +01:00
Andy Wilkinson
a213874719
Start building against Spring Security 6.4.0 snapshots
...
See gh-41311
2024-07-03 14:01:03 +01:00
Andy Wilkinson
8390ec8f82
Start building against Spring Kafka 3.3.0 snapshots
...
See gh-41310
2024-07-03 14:01:02 +01:00
Andy Wilkinson
c5ddabf97b
Start building against Spring Integration 6.4.0 snapshots
...
See gh-41309
2024-07-03 14:01:02 +01:00
Andy Wilkinson
d0d6595d75
Start building against Spring Data Bom 2024.0.2 snapshots
...
See gh-41307
2024-07-03 14:01:01 +01:00
Andy Wilkinson
67899e55f5
Start building against Spring AMQP 3.2.0 snapshots
...
See gh-41306
2024-07-03 14:01:01 +01:00
Andy Wilkinson
5a494cc2b1
Upgrade to Prometheus Client 1.3.1
...
Closes gh-41314
2024-07-03 14:01:01 +01:00
Andy Wilkinson
43601b2cb1
Upgrade to OpenTelemetry 1.39.0
...
Closes gh-41313
2024-07-03 14:01:00 +01:00
Andy Wilkinson
b1cebd489c
Start building against Micrometer Tracing 1.4.0 snapshots
...
See gh-41305
2024-07-03 12:14:06 +01:00
Andy Wilkinson
44ad52e8c7
Start building against Micrometer 1.14.0 snapshots
...
See gh-41304
2024-07-03 12:14:01 +01:00
Moritz Halbritter
de001f5af1
Polish "Add standardized property to distinguish a group of applications"
...
See gh-39957
2024-07-03 11:54:49 +02:00
Jakob Wanger
8ddb77f628
Add standardized property to distinguish a group of applications
...
This adds a property to provide some indicator that a set of
applications are part of a larger "business application" so that they
can be viewed in metrics, portals, traces and more.
See gh-39957
2024-07-03 11:06:46 +02:00
Moritz Halbritter
0ce3420fcb
Polish "Publish an AuditEvent on logout"
...
See gh-41278
2024-07-03 10:40:59 +02:00
chu3la
c5953feae6
Publish an AuditEvent on logout
...
See gh-41278
2024-07-03 10:38:39 +02:00
Moritz Halbritter
cbce4940aa
Polish "Add MemoryInfo to ProcessInfo"
...
See gh-41262
2024-07-03 09:34:09 +02:00
Jonatan Ivanov
38013b8e6d
Add MemoryInfo to ProcessInfo
...
See gh-41262
2024-07-03 09:34:06 +02:00
Scott Frederick
17c5538062
Merge branch '3.3.x'
2024-07-01 11:24:00 -05:00
Scott Frederick
70e14d648d
Polish documentation headings
...
Title case should be used in all headings.
2024-07-01 11:23:41 -05:00
Scott Frederick
28dc9cbb59
Merge branch '3.3.x'
2024-06-28 17:22:14 -05:00
Scott Frederick
03a7f48ac0
Polish documentation for xref hyperlink formatting consistency
...
This commit improves the consistency of xref link formatting (no
quotes, italics, or other decoration) and uses automatic link
text generation wherever possible.
2024-06-28 17:20:53 -05:00
Scott Frederick
24a8bbd82f
Polish use of the term starter in documentation
...
Use of the term "starter" was sometimes quoted but sometimes was not,
sometimes used proper case and sometimes lowercase. This commit
improves consistency by removing quotes and using lowercase.
2024-06-28 17:19:30 -05:00
Scott Frederick
26b59ae912
Use Paketo tiny builder by default for JVM and native apps
...
Closes gh-40859
2024-06-28 11:45:54 -05:00
Andy Wilkinson
99904d0307
Merge branch '3.3.x'
...
Closes gh-41274
2024-06-28 16:01:46 +01:00
Andy Wilkinson
55ac058385
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41273
2024-06-28 15:47:54 +01:00
Andy Wilkinson
d71fdd9712
Make buildSrc's custom Gradle tasks consistently abstract
...
Closes gh-41272
2024-06-28 15:40:56 +01:00
Moritz Halbritter
7c3576bda8
Polish "Add ProxyConnectionFactoryCustomizer"
...
See gh-40555
2024-06-28 14:41:04 +02:00
Tadaya Tsuyukubo
75ae7c968a
Add ProxyConnectionFactoryCustomizer
...
See gh-40555
2024-06-28 14:08:47 +02:00
Moritz Halbritter
a2378e1439
Merge branch '3.3.x'
...
Closes gh-41271
2024-06-28 13:52:12 +02:00
Moritz Halbritter
9984dc16a9
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41270
2024-06-28 13:50:33 +02:00
Sébastien Deleuze
a6f1bb9590
Update Kotlin DSL examples of bootBuildImage to be additive
...
See gh-41173
2024-06-28 13:47:42 +02:00
Andy Wilkinson
1521258695
Merge branch '3.3.x'
...
Closes gh-41269
2024-06-28 12:13:38 +01:00
Andy Wilkinson
ac8a3b6332
Merge branch '3.2.x' into 3.3.x
...
Closes gh-41268
2024-06-28 12:12:15 +01:00
Andy Wilkinson
a195394be6
Merge branch '3.3.x'
2024-06-28 11:41:37 +01:00
Andy Wilkinson
7f2e8f85ae
Merge branch '3.2.x' into 3.3.x
2024-06-28 11:40:48 +01:00
Andy Wilkinson
365fdfee45
Reduce scope of mavenOptional feature to only the Maven Plugin
...
Previously, the mavenOptional was added to every published module but it
was only used by spring-boot-maven-plugin. This commit reduces its scope
so that it only affects the Maven plugin. It also reworks the
implementation to reuse the existing optional configuration rather than
declaring a new mavenOptional configuration. Lastly, publication of
Gradle Module Metadata (GMM) has been disabled for
spring-boot-maven-plugin. This is seen as preferable to publishing the
metadata – which isn't really needed as it does not contain any useful
additional information – and having to suppress warnings about
incomplete mapping of GMM to pom metadata.
Closes gh-41263
2024-06-28 11:39:46 +01:00
Andy Wilkinson
2ed72c6e4d
Correct syntax for plexus-utils exclusion
...
See 07442f836600fc346db49b8c0640f3977be18dfd
See gh-41248
2024-06-28 11:39:46 +01:00
Moritz Halbritter
9bd6ec59b7
Merge branch '3.3.x'
...
Closes gh-41267
2024-06-28 12:21:35 +02:00
Johnny Lim
5a387a85a9
Polish gh-40023
...
See gh-41208
2024-06-28 12:17:24 +02:00
Moritz Halbritter
b292fd0e58
Merge branch '3.3.x'
2024-06-28 12:12:38 +02:00
Moritz Halbritter
448089f935
Merge branch '3.2.x' into 3.3.x
2024-06-28 12:10:24 +02:00
Moritz Halbritter
2605f86731
Polish BaggagePropagationIntegrationTests
2024-06-28 10:27:46 +02:00
Moritz Halbritter
70a5dc64f6
Add missing default value for management.otlp.logging.compression
...
See gh-40961
2024-06-28 08:48:07 +02:00
Moritz Halbritter
cfa05716ef
Polish "Provide auto configuration for OpenTelemetry Logs"
...
See gh-40961
2024-06-28 08:37:43 +02:00
Toshiaki Maki
2d6f2488b7
Provide auto configuration for OpenTelemetry Logs
...
See gh-40961
2024-06-27 18:16:53 +02:00
Andy Wilkinson
1dfb4c9719
Polish "Add a customizer for Lettuce's ClientOptions"
...
See gh-40484
2024-06-27 16:37:44 +01:00
임수현
c517664f08
Add a customizer for Lettuce's ClientOptions
...
See gh-40484
2024-06-27 16:29:36 +01:00
Andy Wilkinson
7e04ac2967
Polish "Make it easier to override RequestToViewNameTranslator bean"
...
See gh-40874
2024-06-27 15:29:37 +01:00
rohit patidar
062ed4ba2b
Make it easier to override RequestToViewNameTranslator bean
...
See gh-40874
2024-06-27 15:17:49 +01:00
Andy Wilkinson
6749ad674f
Polish "Add support for org.testcontainers.kafka.KafkaContainer"
...
See gh-40695
2024-06-27 15:10:58 +01:00
Eddú Meléndez
769f3e9d14
Add support for org.testcontainers.kafka.KafkaContainer
...
Testcontainers 1.19.8 provides `org.testcontainers.kafka.KafkaContainer`,
which relies on `apache/kafka` image.
See gh-40695
2024-06-27 14:58:57 +01:00