Phillip Webb
2f6aca222e
Fix checkstyle violation
...
Fix public constructor accidentally added in commit 72862b565c.
See gh-10387
8 years ago
Phillip Webb
bc322ff593
Merge pull request #10387 from eddumelendez/flyway_check_vendor_locations
...
* pr/10387:
Polish location check with vendor placeholder
Support location check with vendor placeholder
8 years ago
Phillip Webb
72862b565c
Polish location check with vendor placeholder
...
Closes gh-10387
8 years ago
Eddú Meléndez
1ee47cec31
Support location check with vendor placeholder
...
Update location check logic triggered if `flyway.check-location=true`
to resolve any vendor placeholders in `flyway.locations`.
See gh-10387
8 years ago
Phillip Webb
3be667cf7b
Merge pull request #11076 from nklmish/issue-11067
...
* pr/11076:
Polish Kafka transaction support property
Add Kafka transaction support property
8 years ago
Phillip Webb
4c29c35cbb
Polish Kafka transaction support property
...
Closes gh-11076
8 years ago
nklmish
6d396b973f
Add Kafka transaction support property
...
Add `spring.kafka.producer.transaction-id-prefix` property that will be
passed to `DefaultKafkaProducerFactory.setTransactionIdPrefix(...)`
See gh-11076
8 years ago
Phillip Webb
8d8357e5b8
Merge pull request #11075 from izeye/polish-20171118
...
* pr/11075:
Polish
8 years ago
Johnny Lim
73c65286ea
Polish
8 years ago
Phillip Webb
7ff2cb5dc8
Polish
8 years ago
Stephane Nicoll
3e9c2b84b6
Fix default ReactiveWebApplicationContext class
...
Closes gh-11074
8 years ago
Stephane Nicoll
382267d6ef
Merge pull request #11073 from dreis2211:fix-duplicate-words
...
* pr/11073:
Remove duplicate words
8 years ago
dreis2211
23da409b31
Remove duplicate words
...
Closes gh-11073
8 years ago
Stephane Nicoll
c4070e093c
Polish
8 years ago
Madhura Bhave
49768e2b1f
Register config classes once in reactive child context
...
Fixes gh-10939
8 years ago
Phillip Webb
1f47672940
Merge pull request #11068 from izeye/super
...
* pr/11068:
Remove explicit constructor super() calls
8 years ago
Johnny Lim
1783a072ad
Remove explicit constructor super() calls
...
Closes gh-11068
8 years ago
Phillip Webb
a6cefc5ba0
Polish
8 years ago
Madhura Bhave
551c08ebfe
Update conditions for OAuth security config
...
Closes gh-11070
8 years ago
Madhura Bhave
50a3c2fe2a
Rename test to a more suitable name
8 years ago
Madhura Bhave
5ce9067e30
Clean trailing slash from endpoints.web.base-path
...
Fixes gh-11021
8 years ago
Madhura Bhave
4a41c02926
Update redirect-uri-template in oauth sample and docs
...
Fixes gh-11014
8 years ago
Madhura Bhave
d1766509f1
Rename clientReg redirectUri to redirectUriTemplate
...
To keep it consistent with changes made in Spring Security
Closes gh-11038
8 years ago
Andy Wilkinson
3e46b5c5c7
Auto-configure endpoints in main context so they are always discovered
...
Closes gh-11046
8 years ago
Andy Wilkinson
b9c104a22d
Upgrade to Netty 4.1.17.Final
...
Closes gh-10993
8 years ago
Andy Wilkinson
3b45342359
Make Actuator Web API documentation compatible with Java 9
...
Closes gh-8042
8 years ago
Andy Wilkinson
3fb86b261e
Merge branch 'gh-8042'
8 years ago
Jay Bryant
706600c003
Polish Actuator Web API documentation
...
See gh-8042
8 years ago
Andy Wilkinson
4de208bc94
Provide reference documentation for Actuator web endpoints
...
Closes gh-8042
8 years ago
Stephane Nicoll
4ff8126217
Make binder API private again
...
Closes gh-10867
8 years ago
Stephane Nicoll
0f69a157ac
Upgrade to Reactor Bismuth-SR4
...
Closes gh-11030
8 years ago
Stephane Nicoll
1a0444f659
Merge pull request #11045 from izeye:gh-10633
...
* pr/11045:
Update "Building reference documentation" section
8 years ago
Johnny Lim
639bf5e99c
Update "Building reference documentation" section
...
This commit also changes `spring-boot-maven-plugin/pom.xml` to make it
work with `full` Maven profile.
Closes gh-11045
8 years ago
Stephane Nicoll
5c2d487b3e
Merge pull request #11054 from vpavic:reactive-session-mongo
...
* pr/11054:
Fix `SessionAutoConfiguration` ordering
8 years ago
Vedran Pavic
44eebcaff5
Fix `SessionAutoConfiguration` ordering
...
This commit updates `SessionAutoConfiguration` to ensure it is processed
after `MongoDataAutoConfiguration` and
`MongoReactiveDataAutoConfiguration`, instead of `MongoAutoConfiguration`
and `MongoReactiveAutoConfiguration`. This is required in order for
MongoDB Session auto-configuration to work, since
`MongoSessionConfiguration` and `MongoReactiveSessionConfiguration` are
conditional on `MongoOperations` and `ReactiveMongoOperations` beans,
respectively.
Closes gh-11054
8 years ago
Stephane Nicoll
347f63c77d
Merge pull request #11050 from izeye:polish-20171117
...
* pr/11050:
Polish
8 years ago
Johnny Lim
e8563c54dd
Polish
...
Closes gh-11050
8 years ago
Stephane Nicoll
54b54b7c30
Fix condition for Datadog's api key
...
Closes gh-11053
8 years ago
Stephane Nicoll
5728d9614e
Use a List rather than an array for consistency
...
Closes gh-11029
8 years ago
Stephane Nicoll
e34c2b0c01
Merge pull request #10869 from kazuki43zoo:support-EnableSpringELCompiler-on-thymeleaf
...
* pr/10869:
Polish "Add 'enableSpringElCompiler' to ThymeleafProperties"
Add 'enableSpringElCompiler' to ThymeleafProperties
8 years ago
Stephane Nicoll
a0374c0c31
Polish "Add 'enableSpringElCompiler' to ThymeleafProperties"
...
Closes gh-10869
8 years ago
Kazuki Shimizu
cf350cf85b
Add 'enableSpringElCompiler' to ThymeleafProperties
...
See gh-10869
8 years ago
Stephane Nicoll
8136869f67
Merge pull request #11044 from izeye:fix-broken-doc
...
* pr/11044:
Fix a broken Asciidoctor syntax
8 years ago
Johnny Lim
72e5ba3e24
Fix a broken Asciidoctor syntax
...
Closes gh-11044
8 years ago
Stephane Nicoll
d2ee817d8c
Merge pull request #10948 from izeye:polish-20171108
...
* pr/10948:
Polish
8 years ago
Johnny Lim
cbb483735d
Polish
...
Closes gh-10948
8 years ago
Stephane Nicoll
2de0247ce9
Merge pull request #11036 from dreis2211:standard-charsets-polishing
...
* pr/11036:
Use StandardCharsets where possible
8 years ago
dreis2211
1e4941e29a
Use StandardCharsets where possible
...
Closes gh-11036
8 years ago
Stephane Nicoll
bcab23e538
Polish "Separate endpoint concerns"
...
* Fix the endpoint prefix for generated metadata.
* Polish and improve configuration key descriptions.
Closes gh-10176
8 years ago
Phillip Webb
9411d17649
Fix malformed javadoc
8 years ago