Phillip Webb
1a14f39f83
Polish
2 years ago
Phillip Webb
463a614d27
Fix package tangle between SpringApplication and Environment types
...
Update `SpringApplication` so that it no longer directly decides the
type of `Environment` that should be created.
Closes gh-32825
2 years ago
Stephane Nicoll
81beb2e0c6
Merge pull request #32812 from jamessoun93
...
* pr/32812:
Fix typos in logging.adoc
Closes gh-32812
2 years ago
James Seung Hyun Son
5e0a67ac66
Fix typos in logging.adoc
...
See gh-32812
2 years ago
Stephane Nicoll
ea97e4ab87
Merge pull request #32644 from eurythmia
...
* pr/32644:
Upgrade copyright year of changed files
Harmonize ConfigurationProperties code samples
Closes gh-32644
2 years ago
Stephane Nicoll
4d7cb7144e
Upgrade copyright year of changed files
...
See gh-32644
2 years ago
Ada-Claire
c5a1944267
Harmonize ConfigurationProperties code samples
...
Rename the SomeProperties class so that it is consistent with other
examples given within the Type-safe Configuration Properties. This
ensures that readers can intuitively draw the conclusion that the
MyProperties class is annotated with ConfigurationProperties.
See gh-32644
2 years ago
Spring Builds
954e874d72
Next development version (v2.6.14-SNAPSHOT)
2 years ago
Phillip Webb
c416c17fe8
Polish documentation title case
2 years ago
Andy Wilkinson
65bdcdb2a5
Upgrade to Glassfish JAXB 2.3.7
...
Closes gh-32785
2 years ago
Andy Wilkinson
02760ffee4
Upgrade to Dependency Management Plugin 1.0.15.RELEASE
...
Closes gh-32784
2 years ago
Andy Wilkinson
1747c814af
Merge pull request #32747 from hpoettker
...
* gh-32747:
Upgrade MySQL Connector/J and use new Maven identifiers
Closes gh-32747
2 years ago
Henning Poettker
4ed072a06b
Upgrade MySQL Connector/J and use new Maven identifiers
...
See gh-32747
2 years ago
Phillip Webb
a182cc6f7c
Merge pull request #32521 from terminux
...
* pr/32521:
Polish 'Use exclamation character for the document separator prefix'
Use exclamation character for the document separator prefix
Closes gh-32521
2 years ago
Phillip Webb
2c7114fa17
Polish 'Use exclamation character for the document separator prefix'
...
See gh-32521
2 years ago
Guirong Hu
33e379c4a2
Use exclamation character for the document separator prefix
...
See gh-32521
2 years ago
Phillip Webb
eaf854bd9c
Merge pull request #32645 from terminux
...
* pr/32645:
Polish 'Add DataSize serializer for configprops endpoint'
Add DataSize serializer for configprops endpoint
Closes gh-32645
2 years ago
Phillip Webb
de111dba5c
Polish 'Add DataSize serializer for configprops endpoint'
...
See gh-32645
2 years ago
Guirong Hu
3b25132e38
Add DataSize serializer for configprops endpoint
...
See gh-32645
2 years ago
Phillip Webb
e35de7164e
Merge pull request #32770 from YuanHao97
...
* pr/32770:
Polish 'Use more specific bean method return types in KafkaAutoConfiguration'
Use more specific bean method return types in KafkaAutoConfiguration
Closes gh-32770
2 years ago
Phillip Webb
b02c702ad1
Polish 'Use more specific bean method return types in KafkaAutoConfiguration'
...
See gh-32770
2 years ago
yuanhao18
c498ad0320
Use more specific bean method return types in KafkaAutoConfiguration
...
Update `KafkaAutoConfiguration` so that more specific bean types are
returned.
See gh-32770
2 years ago
Andy Wilkinson
a92388cbee
Upgrade to Spring Security 5.6.8
...
Closes gh-32590
2 years ago
Andy Wilkinson
a16e3e6688
Upgrade to Spring Kafka 2.8.10
...
Closes gh-32589
2 years ago
Andy Wilkinson
dade5ec3aa
Test against Gradle 6.9.3
...
Closes gh-32757
2 years ago
Phillip Webb
6641a98913
Improve the phrasing around property source ordering
2 years ago
Stephane Nicoll
c858c1e998
Upgrade to Spring Retry 1.3.4
...
Closes gh-32593
2 years ago
Andy Wilkinson
936cb41c6e
Upgrade to Jetty Reactive HTTPClient 1.1.13
...
Closes gh-32723
2 years ago
Andy Wilkinson
0411ebeeaf
Upgrade to Jackson Bom 2.13.4.20221013
...
Closes gh-32722
2 years ago
Andy Wilkinson
eaf0523656
Upgrade to Spring Data 2021.1.9
...
Closes gh-32588
2 years ago
Andy Wilkinson
5329eac5e4
Upgrade to Reactor 2020.0.24
...
Closes gh-32587
2 years ago
Andy Wilkinson
3244a4a59b
Upgrade to Netty 4.1.84.Final
...
Closes gh-32695
2 years ago
Andy Wilkinson
78bf7b640c
Start building against Spring Data 2021.1.9 snapshots
...
See gh-32588
2 years ago
Stephane Nicoll
ba9e481310
Upgrade Ubuntu version in CI images
...
Closes gh-32690
2 years ago
Andy Wilkinson
ee60ed6e78
Upgrade to Gradle Enterprise Gradle Plugin 3.11.2
...
Closes gh-32687
2 years ago
Phillip Webb
e0c79ce598
Support PEM formatted elliptic-curve TLS keys
...
Update `PrivateKeyParser` to support loading PEM formatted
elliptic-curve keys. We need to do a similar trick to the PKCS1 keys
and convert them to a `PKCS8EncodedKeySpec`.
Fixes gh-32646
2 years ago
Andy Wilkinson
215eb96355
Improve error handling in SpringBootPlugin
...
Closes gh-32677
2 years ago
Stephane Nicoll
907396021f
Upgrade to Lettuce 6.1.10.RELEASE
...
Closes gh-32669
2 years ago
Stephane Nicoll
f49d1704f2
Upgrade to Micrometer 1.8.11
...
Closes gh-32586
2 years ago
Stephane Nicoll
ac9b869cfd
Upgrade to Undertow 2.2.20.Final
...
Closes gh-32651
2 years ago
Stephane Nicoll
e5cbc9cfe0
Upgrade to Tomcat 9.0.68
...
Closes gh-32650
2 years ago
Stephane Nicoll
19c3078623
Upgrade to Hibernate 5.6.12.Final
...
Closes gh-32649
2 years ago
Stephane Nicoll
1efbfdb3d3
Upgrade to Ehcache3 3.9.10
...
Closes gh-32648
2 years ago
Stephane Nicoll
86176e8f4b
Start building against Spring Security 5.6.8 snapshots
...
See gh-32590
2 years ago
Stephane Nicoll
525b724adc
Start building against Spring Kafka 2.8.10 snapshots
...
See gh-32589
2 years ago
Stephane Nicoll
2b2f23ef9c
Start building against Spring Data 2021.1.8 snapshots
...
See gh-32588
2 years ago
Stephane Nicoll
9b002e1c05
Start building against Spring Retry 1.3.4 snapshots
...
See gh-32593
2 years ago
Stephane Nicoll
556543043e
Start building against Micrometer 1.8.11 snapshots
...
See gh-32586
2 years ago
Stephane Nicoll
8d2af7ea93
Start building against Reactor 2020.0.24 snapshots
...
See gh-32587
2 years ago
Andy Wilkinson
c4a0dad6fe
Upgrade to Spring Java Format 0.0.35
...
Closes gh-32609
2 years ago