Stéphane Nicoll
dcf8b31eda
Upgrade to Micrometer 1.13.9
...
Closes gh-43388
1 year ago
Stéphane Nicoll
7486c27cdd
Upgrade to jOOQ 3.19.16
...
Closes gh-43463
1 year ago
Stéphane Nicoll
bed68daa13
Upgrade to Zipkin Reporter 3.4.3
...
Closes gh-43462
1 year ago
Moritz Halbritter
e2cf9e105c
Respect profiles when listing running Docker Compose containers
...
Closes gh-40139
1 year ago
Tran Ngoc Nhan
a96b91fa3e
Fix logback javadoc
...
See gh-43439
1 year ago
Soby Chacko
55ffed4ee4
Add dependency management for kafka-server
...
Apache Kafka now ships a new module, kafka-server, since the 3.7.0
release. The `3.9.0` kafka-client introduced some breaking changes that
require this dependecy for the `EmbeddedKafka` support in Spring for
Apache Kafka.
This commit adds this dependecny for Spring Boot based Spring Kafka
projects.
See gh-43450
1 year ago
Phillip Webb
3338c22372
Restore `build...` methods that don't need an SSL bundle
...
Restore `buildConsumerProperties()` and `buildProducerProperties()`
methods in `KafkaProperties` to make it more convenient to use them
without an SSL bundle.
Fixes gh-43300
1 year ago
Phillip Webb
f21402d4c3
Consistently return non-zero exit codes for jarmode failures
...
Update jar mode launchers to catch all exceptions and return a non-zero
exit code. This refinement also allows us to consolidate the existing
error reporting logic to a central locations. Modes that wish to report
a simple error rather than a full stacktrace can throw the newly
introduced `JarModeErrorException`.
Fixes gh-43435
1 year ago
Tran Ngoc Nhan
dbe7ecd168
Fix Junit javadoc links
...
See gh-43383
1 year ago
Phillip Webb
9e7972a9b4
Polish code with code cleanup rules
1 year ago
Phillip Webb
1edc997440
Start building against Spring Session 3.3.4 snapshots
...
See gh-43397
1 year ago
Phillip Webb
210c1465a2
Start building against Spring Pulsar 1.1.7 snapshots
...
See gh-43396
1 year ago
Phillip Webb
f0fd24800a
Start building against Spring LDAP 3.2.9 snapshots
...
See gh-43395
1 year ago
Phillip Webb
8761285557
Start building against Spring Kafka 3.2.6 snapshots
...
See gh-43394
1 year ago
Phillip Webb
6cd3ee5347
Start building against Spring Data Bom 2024.0.7 snapshots
...
See gh-43392
1 year ago
Phillip Webb
cd3fd0e6da
Start building against Spring Authorization Server 1.3.4 snapshots
...
See gh-43391
1 year ago
Phillip Webb
740862a39b
Start building against Reactor Bom 2023.0.13 snapshots
...
See gh-43390
1 year ago
Phillip Webb
53824c860a
Start building against Micrometer Tracing 1.3.7 snapshots
...
See gh-43389
1 year ago
Phillip Webb
c09f7c9944
Start building against Micrometer 1.13.9 snapshots
...
See gh-43388
1 year ago
Phillip Webb
4c00c376a1
Upgrade to Undertow 2.3.18.Final
...
Closes gh-43387
1 year ago
Phillip Webb
0ebee16043
Upgrade to RxJava3 3.1.10
...
Closes gh-43386
1 year ago
Stéphane Nicoll
cc274ccdca
Polish "Polish formatting of log configuration file"
...
See gh-43322
1 year ago
Yanming Zhou
3f17e42b38
Polish formatting of log configuration file
...
1. Remove space before `/>` to keep consistency.
2. Capitalize `filters` for Log4j2.
3. Uppercase log level to keep consistency.
See gh-43322
1 year ago
Phillip Webb
3dcea98f00
Polish `redirect.adoc` by sorting contents alphabetically
1 year ago
Phillip Webb
709cd91b3e
Add legacy anchor redirects
...
Add anchor redirects previously covered by the
`anchor-rewrite.properties` file.
See gh-43367
1 year ago
Phillip Webb
75a3722ee4
Add more anchor redirects
...
See gh-43367
1 year ago
Phillip Webb
4265a0bcc2
Reset `Startables` COUNTER when testing parallel startup
...
Closes gh-43369
1 year ago
Phillip Webb
b340c855c0
Prevent H2 console from causing early DataSource initialization
...
Update `H2ConsoleAutoConfiguration` so that DataSource connection
logging occurs outside of the `ServletRegistrationBean`.
Fixes gh-43337
1 year ago
Phillip Webb
0afbc0b23c
Polish 'Accept Docker progress on numbers >2GB'
...
Restore `int` returns for existing methods and deprecate them in
favor of a new `asPercentage()` method.
See gh-43328
1 year ago
Wolfgang Kronberg
d8565185e8
Accept Docker progress on numbers >2GB
...
Update `ProgressUpdateEvent` to support images of a file size
>2GB without provoking build failures.
See gh-43328
1 year ago
Yanming Zhou
d81678016e
Restore System property in Logging section of the reference documentation
...
Before this commit, it is rendered as an unexpected link with simple class
name, it should be full qualified class name.
See gh-43341
1 year ago
BenchmarkingBuffalo
b86b81da35
Remove prohibited undertow upgrade restriction
...
See gh-43333
1 year ago
Stefano Cordio
26b1d74470
Fix link to proxyBeanMethods in @AutoConfiguration javadoc
...
See gh-43323
1 year ago
Tran Ngoc Nhan
82652aba49
Fix Servlet and JPA javadoc links
...
See gh-43320
1 year ago
Andy Wilkinson
5cff43ddff
Link to EnableMethodSecurity instead of EnableGlobalMethodSecurity
...
Closes gh-43308
1 year ago
Tran Ngoc Nhan
57a5fa0555
Fix Javadoc link for Hikari
...
See gh-43305
1 year ago
Andy Wilkinson
7bc709c32f
Fix subName from adapted name with value processor
...
Previously, when a configuration property name was created by
adapting a source with a value processor, creating sub names from
that property name did not work correctly. This broke binding of
prefixed environment variables to a map as the ancestor checking
did not work.
Fixes gh-43304
1 year ago
Tran Ngoc Nhan
16838a9b58
Fix syntax in reference guide
...
See gh-43271
1 year ago
Andy Wilkinson
d924e4d999
Mark shaded application's jar as multi-release by default
...
Spring Framework now uses a multi-release jar for its virtual thread
support. If the shaded jar is not marked as being a multi-release jar
and virtual threads are enabled, the application will fail to start as
the Java 21+ virtual threads delegate will be unavailable.
This commit updates the starter parent's default configuration for the
Maven Shade plugin to set Multi-Release: true in the application's
manifest.
Closes gh-43284
1 year ago
Andy Wilkinson
bb3651b7d1
Reduce warnings reported by Eclipse
...
Closes gh-43269
1 year ago
Andy Wilkinson
cf1dadf2e7
Stop publishing CLI's Homebrew formula in commercial builds
...
Closes gh-43247
1 year ago
Phillip Webb
5c938fc8bc
Update copyright year of changed files
1 year ago
Phillip Webb
6b6597b403
Restore monospaced text to unescaped form
...
See gh-41614
1 year ago
Phillip Webb
4c8dafe12b
Migrate class references to full javadoc links
...
Update documentation to use `javadoc:...` macro for class and interface
references.
Migrated using https://github.com/philwebb/asciidoctor-javadoc-migration
See gh-41614
1 year ago
Phillip Webb
3d57d36c16
Use fully-qualified names for ambiguous type references
...
Update type references to use a fully qualified name when we have
more than one candidate available to us.
See gh-41614
1 year ago
Phillip Webb
d289d0a442
Temporarily escape monospaced text that will not be linked
...
Escape elements that we know cannot be converted to a javadoc link.
See gh-41614
1 year ago
Phillip Webb
81ba8b6c7b
Refine javadoc links
...
See gh-41614
1 year ago
Phillip Webb
dc49c64e56
Remove FlywayCallback reference in documentation
...
Closes gh-43233
1 year ago
Phillip Webb
924ea70c19
Polish documentation to use more javadoc links
...
Update a few areas of the documentation to use full javadoc
links.
See gh-41614
1 year ago
Phillip Webb
47722af18e
Polish documentation
...
Cleanup and polish some areas of the documentation.
1 year ago