izeye
38b9a833bd
Fix "Allow optional directories without sub-directories"
...
Fix the update to `resolvePatternEmptyDirectories` introduced in
commit 01dd68e29e
which was incorrectly checking `isOptional`.
See gh-26677
4 years ago
Phillip Webb
1a10162777
Change state change logging to DEBUG
...
Update `ApplicationAvailabilityBean` so that state change logging is
at DEBUG rather than INFO.
Fixes gh-26624
4 years ago
Phillip Webb
78ac7b3861
Polish
4 years ago
Phillip Webb
b6d31fb6a1
Use correct type for deriveFromProperties
...
Fix `DataSourceBuilder` so that the type used to access `deriveFrom`
properties is based on the actual instance type rather than the
user-defined type which could have been changed.
Fixes gh-26644
4 years ago
Scott Frederick
eed620fc80
Allow `driverClassName` to be optional
...
Update `DataSourceBuilder` so that the `driverClassName` may be optional
and silently ignored if it set but the underlying type does not have
a getter/setter.
This restores Spring Boot 2.4 behavior.
Fixes gh-26631
Co-authored-by: Phillip Webb <pwebb@vmware.com>
4 years ago
Scott Frederick
c679b4ccd6
Don't attempt to set null values
...
Update `DataSourceBuilder` so that setters are not longer called for
`null` values. This restores Spring Boot 2.4 behavior.
Fixes gh-26633
Co-authored-by: Phillip Webb <pwebb@vmware.com>
4 years ago
Scott Frederick
a31e976ec6
Support fallback URL properties
...
Update `DataSourceBuilder` so that the url property attempts both
`getUrl()` / `setUrl(...)` and `getURL()`/`setURL(...)`.
Fixes gh-26647
Co-authored-by: Phillip Webb <pwebb@vmware.com>
4 years ago
Phillip Webb
e55948456f
Respect custom username/password properties
...
Fix a bug in `DataSourceInitializationConfiguration` that was stopping
custom username/password properties from being applied.
Fixes gh-26676
4 years ago
Scott Frederick
7d6093680d
Polish
4 years ago
Stephane Nicoll
e5ee1eb86f
Merge branch '2.4.x'
...
See gh-26654
4 years ago
Stephane Nicoll
130261f0df
Merge branch '2.3.x' into 2.4.x
...
See gh-26653
4 years ago
Stephane Nicoll
3fbf5eeb5b
Document spring.profiles.default in the reference guide
...
Closes gh-26592
4 years ago
Phillip Webb
249c675fff
Merge branch '2.4.x'
...
Closes gh-26672
4 years ago
Andy Wilkinson
01dd68e29e
Allow optional directories without sub-directories
...
Update `StandardConfigDataLocationResolver` so that directory resources
are only required when the location is not optional.
Closes gh-26627
Co-authored-by: Phillip Webb <pwebb@vmware.com>
4 years ago
Phillip Webb
6424e3de12
Merge branch '2.4.x'
...
Closes gh-26671
4 years ago
Phillip Webb
14f578ed80
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26670
4 years ago
Phillip Webb
39e3746cf6
Force Eclipse to use JavaSE-1.8 runtime
...
Add `EclipseConventions` to force the JavaSE-1.8 runtime to be applied
to the imported projects.
Closes gh-26669
4 years ago
Stephane Nicoll
3c6bf14c16
Polish
4 years ago
Stephane Nicoll
f3d4fdb9c4
Merge branch '2.4.x'
...
Closes gh-26655
4 years ago
Stephane Nicoll
967a794fa8
Merge pull request #26421 from lower-case
...
* pr/26421:
Polish "Clarify Kotlin version requirements in documentation"
Clarify Kotlin version requirements in documentation
Closes gh-26421
4 years ago
Stephane Nicoll
fe1e2319b2
Polish "Clarify Kotlin version requirements in documentation"
...
See gh-26421
4 years ago
Lovekesh Garg
944ba34556
Clarify Kotlin version requirements in documentation
...
See gh-26421
4 years ago
Stephane Nicoll
d5b41e288f
Merge branch '2.4.x'
...
Closes gh-26654
4 years ago
Stephane Nicoll
9ff372c915
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26653
4 years ago
Stephane Nicoll
b5ebf836e3
Document spring.profiles.default
...
Closes gh-26592
4 years ago
Stephane Nicoll
44ad121c74
Upgrade to Kotlin 1.5.10
...
Closes gh-26652
4 years ago
Madhura Bhave
4416859a81
Merge branch '2.4.x' into main
4 years ago
Madhura Bhave
4955c80da5
Remove test that is no long necessary
4 years ago
Madhura Bhave
ae24d66af7
Merge branch '2.4.x' into main
...
Closes gh-26649
4 years ago
Madhura Bhave
8f2b180eb6
Use Sso Binding from SAML metadata uri if present
...
If the property is explicitly configured, that gets used.
If none are present, we rely on Spring Security's default value of
REDIRECT.
Fixes gh-26454
4 years ago
Stephane Nicoll
cb7c3774a7
Merge branch '2.4.x'
...
Closes gh-26646
4 years ago
Stephane Nicoll
942691753d
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26645
4 years ago
Stephane Nicoll
9bdb205dba
Merge pull request #26632 from dreis2211
...
* pr/26632:
Remove workaround for SUREFIRE-1679
Closes gh-26632
4 years ago
dreis2211
01ee6190a2
Remove workaround for SUREFIRE-1679
...
See gh-26632
4 years ago
Stephane Nicoll
363b508788
Merge pull request #26635 from obfischer
...
* pr/26635:
Add link to Maven Git Commit Id Plugin
Closes gh-26635
4 years ago
Oliver B. Fischer
11af8a816c
Add link to Maven Git Commit Id Plugin
...
See gh-26635
4 years ago
Andy Wilkinson
7a7050879c
Avoid eager initialization when configuring Data repository metrics
...
Fixes gh-26630
4 years ago
Spring Buildmaster
3a28aeeb29
Next development version (v2.5.1-SNAPSHOT)
4 years ago
Madhura Bhave
0548f90b2b
Set LATEST_GA flag to true
4 years ago
Madhura Bhave
3da3f27f14
Merge branch '2.4.x' into main
4 years ago
Madhura Bhave
b25497c45c
Set LATEST_GA flag to false
4 years ago
Phillip Webb
15042e2710
Merge branch '2.4.x'
...
Closes gh-26623
4 years ago
Phillip Webb
6bf069d9e0
Merge branch '2.3.x' into 2.4.x
...
Closes gh-26622
4 years ago
Phillip Webb
004363ceaf
Use WebMvcConfigurer to add resource handlers
...
Move resource handler auto-configuration logic back to the
`WebMvcConfigurer` so that they also get applied to child contexts.
Closes gh-25743
4 years ago
Scott Frederick
c380f06b2c
Merge branch '2.4.x'
4 years ago
Scott Frederick
8b24a80fa8
Merge branch '2.3.x' into 2.4.x
4 years ago
Spring Buildmaster
0fa1fa5230
Next development version (v2.4.7-SNAPSHOT)
4 years ago
Spring Buildmaster
ee76d6038c
Next development version (v2.3.12.BUILD-SNAPSHOT)
4 years ago
Phillip Webb
ab958d2394
Include io.spring.asciidoctor.backends group
...
Update `repositories` declaration to include the
'io.spring.asciidoctor.backends' group.
See gh-26293
4 years ago
Phillip Webb
60a8fae65c
Upgrade to spring-asciidoctor-backends 0.0.1
...
Closes gh-26293
4 years ago