Stephane Nicoll
bb5e09882a
Extract RabbitTemplate auto-configuration in a configurer
...
This commit movers the auto-configuration of RabbitTemplate to a
dedicated class that can be reused to create additional template with
similar settings.
CLoses gh-19440
5 years ago
Stephane Nicoll
015714c1d6
Merge branch '2.2.x'
...
See gh-19474
5 years ago
Stephane Nicoll
85667ba165
Merge branch '2.1.x' into 2.2.x
...
See gh-19473
5 years ago
Stephane Nicoll
c0f1aaebb6
Fix Tomcat's maxConnections default value
...
Closes gh-19472
5 years ago
Stephane Nicoll
01a474b67a
Merge branch '2.2.x'
...
Closes gh-19474
5 years ago
Stephane Nicoll
6ea522a90a
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19473
5 years ago
Stephane Nicoll
d75efad0de
Upgrade to Tomcat 9.0.30
...
Closes gh-19472
5 years ago
Stephane Nicoll
d64b7192c7
Merge pull request #18732 from nosan
...
* pr/18732:
Polish "Add toolchains support for Spring Boot Maven Plugin"
Add toolchains support for Spring Boot Maven Plugin
Closes gh-18732
5 years ago
Stephane Nicoll
e7f45d8a34
Polish "Add toolchains support for Spring Boot Maven Plugin"
...
See gh-18732
5 years ago
Dmytro Nosan
eede16ff0a
Add toolchains support for Spring Boot Maven Plugin
...
See gh-18732
5 years ago
Stephane Nicoll
08ac72f5f0
Fix build failure
5 years ago
Stephane Nicoll
a2b2b46b83
Merge branch '2.2.x'
...
Closes gh-19463
5 years ago
Stephane Nicoll
83e594ad6a
Merge pull request #18711 from nosan
...
* pr/18711:
Polish contribution
Support commas embedded in command line arguments from Maven plugin
Closes gh-18711
5 years ago
Stephane Nicoll
6c016663fd
Polish contribution
...
See gh-18711
5 years ago
Dmytro Nosan
1fb904acee
Support commas embedded in command line arguments from Maven plugin
...
See gh-18711
5 years ago
Stephane Nicoll
2c1e81adf0
Polish
5 years ago
Stephane Nicoll
1e38dd5531
Merge branch '2.2.x'
...
Closes gh-19461
5 years ago
Stephane Nicoll
b268b57339
Merge pull request #19458 from gintellect79
...
* pr/19458:
Polish contribution
Fix file rotation documentation according to maxHistory new default
Closes gh-19458
5 years ago
Stephane Nicoll
4969ecc59a
Polish contribution
...
See gh-19458
5 years ago
Girish Kulkarni
582a3b472d
Fix file rotation documentation according to maxHistory new default
...
See gh-19458
5 years ago
Stephane Nicoll
065fe9996d
Merge branch '2.2.x'
...
Closes gh-19454
5 years ago
Stephane Nicoll
ee98855905
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19453
5 years ago
Stephane Nicoll
5dc6491807
Clarify documentation of repackage mojo's attach property
...
Closes gh-19021
5 years ago
Stephane Nicoll
ada2d3904f
Merge branch '2.2.x'
...
Closes gh-19452
5 years ago
Stephane Nicoll
1a8a76082b
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19451
5 years ago
Stephane Nicoll
2db2daeddf
Clarify which part of @ConfigurationProperties is internal API
...
Closes gh-19199
5 years ago
Stephane Nicoll
2ee6621123
Merge branch '2.2.x'
...
Closes gh-19449
5 years ago
Stephane Nicoll
aa54a47671
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19448
5 years ago
Stephane Nicoll
8f9d9fa20e
Clarify which caches are automatically bound to the metrics registry
...
See gh-19412
5 years ago
Stephane Nicoll
f44fca95b0
Merge branch '2.2.x'
...
Closes gh-19447
5 years ago
Stephane Nicoll
27317ce73f
Merge pull request #19446 from izeye
...
* pr/19446:
Add JMX note for Kafka consumer metrics
Closes gh-19446
5 years ago
Johnny Lim
e0840b690c
Add JMX note for Kafka consumer metrics
...
See gh-19446
5 years ago
Stephane Nicoll
5b1a622195
Harmonize class visibility
...
Closes gh-19414
5 years ago
Stephane Nicoll
58a28cf54c
Merge branch '2.2.x'
...
Closes gh-19444
5 years ago
Stephane Nicoll
c9bb17f444
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19443
5 years ago
Stephane Nicoll
c6dab447cd
Fix visibility of inner classes of ServletWebServerFactoryConfiguration
...
Closes gh-19395
5 years ago
Stephane Nicoll
68dc850a82
Execute batch jobs with ApplicationRunner
...
This commit migrates JobLauncherCommandLineRunner to an
ApplicationRunner implementation. The latter allows to parse option
arguments (i.e. `--spring.something=value`) and makes it easy to ignore
arguments that are not meant to be passed to batch jobs.
Closes gh-19442
5 years ago
Stephane Nicoll
22fcb954d4
Merge branch '2.2.x'
5 years ago
Stephane Nicoll
930a0ef748
Polish Spring Batch how-to guides
...
See gh-19211
5 years ago
Stephane Nicoll
6d9c176e19
Merge branch '2.2.x'
...
Closes gh-19441
5 years ago
Stephane Nicoll
7d53c62b88
Merge pull request #19099 from ChunMengLu
...
* pr/19099:
Polish "Detect config props using builder pattern and generics"
Detect config props using builder pattern and generics
Closes gh-19099
5 years ago
Stephane Nicoll
b3643965f0
Polish "Detect config props using builder pattern and generics"
...
See gh-19099
5 years ago
如梦技术
743f4a4cb1
Detect config props using builder pattern and generics
...
See gh-19099
5 years ago
Stephane Nicoll
326ad5e8e4
Merge branch '2.2.x'
...
Closes gh-19439
5 years ago
Stephane Nicoll
4fb0a2b8ba
Merge pull request #19211 from Buzzardo
...
* pr/19211:
Polish "Improve Spring Batch coverage in reference documentation"
Improve Spring Batch coverage in reference documentation
Closes gh-19211
5 years ago
Stephane Nicoll
5f987a67f8
Polish "Improve Spring Batch coverage in reference documentation"
...
See gh-19211
5 years ago
Jay Bryant
6bd9b2ebc6
Improve Spring Batch coverage in reference documentation
...
See gh-19211
5 years ago
Stephane Nicoll
d7b7b20c52
Merge pull request #19437 from izeye
...
* pr/19437:
Polish LdapAutoConfigurationTests
Closes gh-19437
5 years ago
Johnny Lim
6efa98951d
Polish LdapAutoConfigurationTests
...
See gh-19437
5 years ago
Stephane Nicoll
5031e6182b
Merge branch '2.2.x'
...
Closes gh-19435
5 years ago