Andy Wilkinson
92b4e60ecd
Upgrade to Rxjava2 2.2.13
...
Closes gh-18596
7 years ago
Andy Wilkinson
608f02f060
Upgrade to Unboundid Ldapsdk 4.0.12
...
Closes gh-18595
7 years ago
Andy Wilkinson
8091183c1f
Upgrade to Hazelcast 3.12.3
...
Closes gh-18594
7 years ago
Andy Wilkinson
eafa595ed3
Upgrade to Gson 2.8.6
...
Closes gh-18592
7 years ago
Stephane Nicoll
e4ba6049ff
Clarify scope of "@SpringBootTest#classes"
...
See gh-18229
7 years ago
Stephane Nicoll
2bf8073446
Polish
...
See gh-18440
7 years ago
Andy Wilkinson
b240c810a8
Fix @ConfigurationProperties on @Bean methods without metadata caching
...
Due to a current limitation of Spring Framework, when bean metadata
caching is disabled, a merged bean definition may have a null
resolved factory method that would have been non-null if bean metadata
caching was enabled. Configuration property binding for @Bean methods
annotated with @ConfigurationProperties relied upon the resolved
factory method being enabled to find the @ConfigurationProperties
annotation and trigger property binding. As a result, when bean
metadata caching is disabled on the bean factory, such
@ConfigurationProperties beans would not be bound.
This commit works around the limitation by adding a fallback that
performs a reflection-based search for the factory method when the
resolved factory method on the bean definition is null. This allows
the bean's factory method and any @ConfigurationProperties annotation
on it to be found, ensuring that propoerty binding is then performed.
Fixes gh-18440
7 years ago
Stephane Nicoll
4efb4d1dd3
Polish "Add some more notes on running exploded jar files"
...
See gh-18477
7 years ago
Dave Syer
3f2dd30808
Add some more notes on running exploded jar files
...
See gh-18477
7 years ago
Stephane Nicoll
22f44917ca
Polish "Add metadata entry for spring.main.register-shutdown-hook"
...
See gh-18581
7 years ago
leoli
9b781449cf
Add metadata entry for spring.main.register-shutdown-hook
...
See gh-18581
7 years ago
Stephane Nicoll
f05d7902e2
Polish "Clarify formatting recommendations for configuration property javadoc"
...
See gh-18578
7 years ago
Rafiullah Hamedy
1f9b68707f
Clarify formatting recommendations for configuration property javadoc
...
This commit adds a note to spring-boot-features.adoc to clarify that
using javadoc tags to format configuration property descriptions is not
supported.
See gh-18578
7 years ago
contextshuffling
efedd80d4b
Use LinkedHashSet for deterministic order in test assertions
...
See gh-18580
7 years ago
dreis2211
abfb87d1a3
Rename tests to match Surefire expectations
...
See gh-18579
7 years ago
Phillip Webb
e20aa7dc73
Clarify ConfigurationPropertiesBean Javadoc
...
Update the `ConfigurationPropertiesBean` Javadoc to clarify its purpose.
Closes gh-18487
7 years ago
Andy Wilkinson
3fc51f8063
Isolate the effects of initializing Reactor's debug agent in the tests
7 years ago
王洋
152568521e
Make the logger static final
...
See gh-18575
7 years ago
Andy Wilkinson
65818038fe
Polish "Update Kotlin-related reference documentation"
...
See gh-18573
7 years ago
Sebastien Deleuze
c6c9818285
Update Kotlin-related reference documentation
...
See gh-18573
7 years ago
Andy Wilkinson
c75b06c76c
Remove @ImmutableConfigurationProperties
...
Closes gh-18563
7 years ago
Andy Wilkinson
cf62dc862b
Polish "Correct Mono import in LegacyHealthEndpointCompatibilityConfiguration"
...
See gh-18571
7 years ago
dreis2211
35dc4817dd
Correct Mono import in LegacyHealthEndpointCompatibilityConfiguration
...
See gh-18571
7 years ago
Stephane Nicoll
8108b556ad
Fix resource cleanup in test
...
Closes gh-18569
7 years ago
Ted M. Young
f553784ebc
Fix incorrect backslash escape in documentation sample
...
See gh-18546
7 years ago
dreis2211
d8de6fff53
Polish
...
See gh-18557
7 years ago
dreis2211
3174f06bf2
Remove usage of @InjectMocks
...
See gh-18557
7 years ago
Johnny Lim
887c3b71f3
Fix matchesNestedConfigurationClassWithoutTestMethodsIfItHasTestable()
...
See gh-18559
7 years ago
Andy Wilkinson
9a89039172
Provide a marker artifact for Boot's Gradle plugin
...
Closes gh-18514
7 years ago
Stephane Nicoll
61a914fa28
Polish
7 years ago
Stephane Nicoll
40bd98a3f4
Polish "Remove boxing"
...
See gh-18552
7 years ago
clove506
fe6da39e1b
Remove boxing
...
See gh-18552
7 years ago
Johnny Lim
d60d59434d
Polish
...
See gh-18531
7 years ago
leoli
2b5f8f36a2
Fix ImmutableConfigurationProperties import statement in ref docs
...
See gh-18548
7 years ago
dreis2211
ba46ab6a4f
Remove accidental usage of UnsupportedOptionException
...
See gh-18539
7 years ago
dreis2211
09b9d18d88
Fix formatting issue
...
See gh-18544
7 years ago
dreis2211
e70a5686bf
Fix checkstyle warning
...
See gh-18541
7 years ago
Stephane Nicoll
32a1cdf4d3
Polish "Use dedicated method to turn off authentication"
...
See gh-18538
7 years ago
Michael Simons
04a01a49c2
Use dedicated method to turn off authentication
...
See gh-18538
7 years ago
Andy Wilkinson
b5243c5076
Polish "Polish"
...
See gh-18534
7 years ago
Kant Leung
2f73e196af
Polish
...
See gh-18534
7 years ago
Johnny Lim
e9e6c925e8
Remove a duplicate assertion
...
See gh-18524
7 years ago
Andy Wilkinson
002b2709d9
Document auditevent and httptrace endpoints' need for repositories
...
Closes gh-18352
7 years ago
Andy Wilkinson
8b9890eb5d
Remove Woodstox dependency management after Jackson upgrade
...
The upgrade to Jackson 2.10.0 means that the possibility of getting
an incompatible combination of Woodstox and the StAX API when
building with Maven has gone. This commit removes the dependency
management as it was only added to work around the incompatibility
in Jackson's transitive dependencies.
Closes gh-18500
7 years ago
Andy Wilkinson
f42b442ce2
Fix handling of encoded URLs in Class-Path manifest attribute
...
Fixes gh-18410
7 years ago
Andy Wilkinson
bc8a88d734
Upgrade to Webjars Locator Core 0.41
...
Closes gh-18497
7 years ago
Andy Wilkinson
b7e434d5f8
Upgrade to Mockito 3.1.0
...
Closes gh-18496
7 years ago
Andy Wilkinson
2d08842ad7
Upgrade to Hibernate 5.4.6.Final
...
Closes gh-18495
7 years ago
Andy Wilkinson
a73f7829eb
Upgrade to Johnzon Jsonb 1.2.0
...
Closes gh-18493
7 years ago
Andy Wilkinson
a907519ff5
Upgrade to Okhttp3 3.14.4
...
Closes gh-18492
7 years ago