dreis2211
42e34673a6
Remove obsolete files
...
See gh-19896
5 years ago
Stephane Nicoll
eb9b1972cf
Adapt Cassandra documentation of v4 driver upgrade
...
See gh-18621
5 years ago
Stephane Nicoll
2b06a423d0
Merge branch '2.2.x'
...
Closes gh-19873
5 years ago
Stephane Nicoll
c77d4c07d7
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19872
5 years ago
Stephane Nicoll
650e55c242
Polish "Encourage use of SpringBootApplication"
...
See gh-19855
5 years ago
protyay
3131616c5a
Encourage use of SpringBootApplication
...
See gh-19855
5 years ago
Phillip Webb
e0013454b5
Use parentheses when declaring dependencies
...
Update all dependencies declarations to use the form `scope(reference)`
rather than `scope reference`.
Prior to this commit we declared dependencies without parentheses unless
we were forced to add them due to an `exclude`.
5 years ago
Phillip Webb
0209cd3e4c
Polish quote form used in Gradle scripts
...
Replace Gradle single quote strings with the double quote form
whenever possible. The change helps to being consistency to the
dependencies section where mostly single quotes were used, but
occasionally double quotes were required due to `${}` references.
5 years ago
Phillip Webb
bfd2ca7fd9
Polish Gradle expression references
...
Expand all expression `$` references to the full `${...}` form.
5 years ago
dreis2211
991bcf5ce4
Revisit documentation that mentions Gradle "compile" configuration
...
See gh-19797
5 years ago
Stephane Nicoll
67bba7c64a
Merge branch '2.2.x'
...
Closes gh-19820
5 years ago
Stephane Nicoll
3dba4c8f4e
Polish "Document RedisCacheManagerBuilderCustomizer"
...
See gh-19819
5 years ago
Dmytro Nosan
61d8bacd23
Document RedisCacheManagerBuilderCustomizer
...
See gh-19819
5 years ago
dreis2211
dcdadb9aa7
Make Tomcat javadoc link version dependent
...
See gh-19632
5 years ago
Andy Wilkinson
443d1a6a21
Upgrade to Liquibase 3.8.5
...
Closes gh-19754
5 years ago
Brian Clozel
711391cf2f
Move spring.http.* config properties namespace
...
Closes gh-18827
5 years ago
Scott Frederick
c789592e26
Remove support for deprecated Elasticsearch Jest client
...
Closes #19676
5 years ago
Stephane Nicoll
738ba15d0c
Merge branch '2.2.x'
...
Closes gh-19679
5 years ago
Stephane Nicoll
0c7dae0d51
Remove duplicate note in Hazelcast section of reference guide
...
Closes gh-19678
5 years ago
Brian Clozel
b780e5247c
Remove support for Elasticsearch transport client
...
The Elasticsearch transport client has been deprecated since Spring Boot
2.2.0 and is about to be removed from Spring Data Elasticsearch and
Elasticsearch itself in their next major releases.
The available REST client support variants are now the preferred way of
using Elasticsearch features.
Closes gh-19668
5 years ago
Andy Wilkinson
e415f759a2
Raise the minimum supported version of Gradle to 5.6
...
Closes gh-18777
5 years ago
Stephane Nicoll
b97b0c1d7b
Merge branch '2.2.x'
...
Closes gh-19635
5 years ago
dreis2211
9fe114ebad
Update copyright in legal doc section
...
See gh-19621
5 years ago
Andy Wilkinson
ce99db1902
Port the build to Gradle
...
Closes gh-19609
Closes gh-19608
5 years ago
Andy Wilkinson
c584334f5e
Merge branch '2.2.x'
...
Closes gh-19592
5 years ago
Andy Wilkinson
ccf4e1ad44
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19591
5 years ago
dreis2211
2b06f17c69
Fix links to external types in javadoc
...
See gh-19581
5 years ago
dreis2211
34419eda38
Add micrometer-registry-stackdriver dependency for javadoc generation
...
See gh-19578
5 years ago
Stephane Nicoll
462442e7d2
Polish "Add Stackdriver metrics export support"
...
See gh-19528
5 years ago
Stephane Nicoll
47481464ff
Merge branch '2.2.x'
...
Closes gh-19535
5 years ago
Rossen Stoyanchev
f6947648c9
Improve Spring MVC auto-configuration section
...
See gh-19521
5 years ago
Stephane Nicoll
76a48885f8
Merge branch '2.2.x'
...
Closes gh-19516
5 years ago
Stephane Nicoll
fd4829c2ea
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19515
5 years ago
dreis2211
9cbf5902dc
Update some copyrights to 2020
...
See gh-19510
5 years ago
Stephane Nicoll
5d1c844f21
Merge branch '2.2.x'
...
Closes gh-19499
5 years ago
Stephane Nicoll
a684ab8726
Merge branch '2.1.x' into 2.2.x
...
Closes gh-19498
5 years ago
Johnny Lim
27d7727d9f
Polish doc
...
See gh-19491
5 years ago
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
1e38dd5531
Merge branch '2.2.x'
...
Closes gh-19461
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
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
Johnny Lim
e0840b690c
Add JMX note for Kafka consumer metrics
...
See gh-19446
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