Andy Wilkinson
ee2550ad7d
Upgrade to Neo4j Ogm 3.0.1
...
Closes gh-10789
9 years ago
Andy Wilkinson
9f8c403d21
Upgrade to Hibernate Validator 6.0.4.Final
...
Closes gh-10788
9 years ago
Andy Wilkinson
20eb2f8644
Upgrade to Activemq 5.15.2
...
Closes gh-10787
9 years ago
Andy Wilkinson
c3f68acd88
Upgrade to Byte Buddy 1.7.8
...
Closes gh-10786
9 years ago
Stephane Nicoll
dbb1e222ab
Initialize only an embedded datasource by default
...
This commit renames spring.datasource.initialize to
spring.datasource.initialization-mode and use the
DataSourceInitializationMode enum. By default, only an embedded
datasource is initialized.
Closes gh-10773
9 years ago
Stephane Nicoll
b720c2141c
Rename DatabaseInitialization to DataSourceInitialization
...
Closes gh-10779
9 years ago
Stephane Nicoll
555f51bfdb
Fix checkstyle violation
9 years ago
Stephane Nicoll
00e0d61ee4
Use ParameterNameDiscoverer to detect operation's parameter names
...
Closes gh-10117
9 years ago
Stephane Nicoll
56afc25304
Allow to customize the path of a web endpoint
...
This commit introduces a endpoints.<id>.web.path generic property that
allows to customize the path of an endpoint. By default the path is the
same as the id of the endpoint.
Such customization does not apply for the CloudFoundry specific
endpoints.
Closes gh-10181
9 years ago
Andy Wilkinson
622e65a290
Align simple sample with configuration properties validation change
...
See gh-8024
9 years ago
Stephane Nicoll
852ad093b2
Add support for @SendTo with kafka listener
...
This commit makes sure that the `replyTemplate` is set if a
KafkaTemplate is available in the context which effectively add support
for `@SendTo`.
Closes gh-10669
9 years ago
Stephane Nicoll
3412ee62d5
Make @Validated a hard requirement for JSR-303 validation
...
Closes gh-8024
9 years ago
Stephane Nicoll
97c1365e24
Remove Http401AuthenticationEntryPoint
...
Closes gh-10715
9 years ago
Stephane Nicoll
b23f68b0d5
Merge branch '1.5.x'
9 years ago
Stephane Nicoll
81e33dc801
Fix NPE in url is null and no embedded database is available
...
Closes gh-10626
9 years ago
Stephane Nicoll
7e438ca6c2
Merge branch '1.5.x'
9 years ago
Stephane Nicoll
33ff2407e4
Add a note about env variables and Microsoft Windows
...
Closes gh-10727
9 years ago
Stephane Nicoll
78229bdbc7
Add ref to Okta Spring Boot starter
...
See gh-10064
9 years ago
Stephane Nicoll
e79db1d9f5
Upgrade to Maven wrapper 3.5.2
9 years ago
Andy Wilkinson
c3f3bba090
Test the Gradle plugin against Gradle 4.3-rc-3
...
See gh-10769
9 years ago
Stephane Nicoll
e2d8fa92b4
Upgrade to Spring Framework 5.0.1.RELEASE
...
Closes gh-10587
9 years ago
Stephane Nicoll
d1124a955a
Merge pull request #10764 from vpavic:hazelcast-3.9
...
* pr/10764:
Upgrade to Hazelcast 3.9
9 years ago
Vedran Pavic
ac10fa31cd
Upgrade to Hazelcast 3.9
...
Closes gh-10764
9 years ago
Madhura Bhave
2e3187d1f6
Null values from yaml should be stored as empty string
...
When building a flattened map, the YamlProcessor from
Spring Framework, converts a null value to an empty string.
We want the null value to also keep track of its origin,
which is why this commit creates an `OriginTrackedValue`
for an empty string if the original value is null.
Fixes gh-10656
9 years ago
Madhura Bhave
182b6f0d29
Fix OAuth2 client tests as per upstream changes
9 years ago
Andy Wilkinson
66b55defa0
Adapt to password encoder changes in Spring Security
...
Closes gh-10762
9 years ago
Andy Wilkinson
35c6b83fce
Merge pull request #10494 from Johnny Lim
...
* gh-10494:
Polish “Remove explicit type arguments”
Remove explicit type arguments
9 years ago
Andy Wilkinson
2b426c30a6
Polish “Remove explicit type arguments”
...
Closes gh-10494
9 years ago
Johnny Lim
6168fae720
Remove explicit type arguments
...
See gh-10494
9 years ago
Andy Wilkinson
a256602c7b
Polish
9 years ago
Andy Wilkinson
7065a41711
Start building against snapshots for Spring Data Kay-SR1
...
See gh-10759
9 years ago
Andy Wilkinson
f5f56ba6b2
Start building against 2.0 snapshots of Spring Cloud Connectors
...
See gh-10758
9 years ago
Andy Wilkinson
1b3de4bbec
Merge pull request #10754 from Jay Bryant
...
* gh-10754:
Editorial changes to overview section of the reference documentation
9 years ago
Jay Bryant
9a9850310c
Editorial changes to overview section of the reference documentation
...
Closes gh-10754
9 years ago
Stephane Nicoll
76c4819053
Remove internal configuration properties validator cleanup
...
This commit removes the cleanup of the javax.validator.Validator that
can be created to validate @ConfigurationProperties binding as the
memory effect can no longer be reproduced.
Closes gh-10573
9 years ago
Stephane Nicoll
59a906bd58
Upgrade Java9 build to AspectJ 1.9.0.RC1
9 years ago
Andy Wilkinson
9dc575a59d
Upgrade to Reactor Bismuth-SR3
...
Closes gh-10679
9 years ago
Stephane Nicoll
bfd0e319d2
Fix typo
9 years ago
Stephane Nicoll
2b69e3c6d5
Fix metadata of spring.mustache.suffix
...
Closes gh-10752
9 years ago
Andy Wilkinson
67a8c3a838
Remove erroneous dependency management for reactor-extra
...
See 64939008
9 years ago
Andy Wilkinson
90ecb29667
Align with spring-security-jwt-jose being renamed to s-s-auth2-jose
...
Closes gh-10750
9 years ago
Andy Wilkinson
64939008fc
Update to Reactor Bismuth-SR2
...
Closes gh-10679
9 years ago
Andy Wilkinson
616bac0d4f
Upgrade to Reactor Bismuth-SR1
...
Closes gh-10679
9 years ago
Andy Wilkinson
b7ce3e00a1
Revert Reactor Bismuth-SR1 work arounds as it is now in Central
...
This commit reverts:
- 362735c
- a6a8195
Closes gh-10738
9 years ago
Andy Wilkinson
a6a8195ea8
Update CLI to work around Framework's early adoption of Bismuth-SR1
9 years ago
Andy Wilkinson
e561b969bf
Remove dependency management for s-b-s-security-reactive
...
See gh-10704
9 years ago
Andy Wilkinson
362735c5b9
Work around Framework adopting Reactor Bismuth-SR1 that's not in Central
9 years ago
Andy Wilkinson
34205d189a
Upgrade to Jetty El 8.5.23
...
Closes gh-10737
9 years ago
Andy Wilkinson
8d861053ad
Upgrade to Narayana 5.7.1.Final
...
Closes gh-10736
9 years ago
Andy Wilkinson
a86b7e3fdb
Upgrade to Hibernate Validator 6.0.3.Final
...
Closes gh-10735
9 years ago