Phillip Webb
bbf94c22da
Polish
7 years ago
Phillip Webb
e125085993
Merge branch '1.5.x' into 2.0.x
7 years ago
Phillip Webb
4e96587dc8
Polish modifier declaration ordering
...
Follow that Java language specification.
7 years ago
Phillip Webb
64930d4e5b
Polish caught exception names
...
Prefer `ex` over `e`.
7 years ago
Phillip Webb
3ee777e142
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
7 years ago
Phillip Webb
690f946b6d
Polish
7 years ago
Stephane Nicoll
60e4e51fea
Merge pull request #13031 from making:more-kafka-ssl-props
...
* pr/13031:
Polish "Complete SSL configuration for Kafka"
Complete SSL configuration for Kafka
7 years ago
Stephane Nicoll
700ec6b840
Polish "Complete SSL configuration for Kafka"
...
Closes gh-13031
7 years ago
Toshiaki Maki
d208641c59
Complete SSL configuration for Kafka
...
See gh-13031
7 years ago
Andy Wilkinson
f5fabbc1b9
Remove the use of internal API from Gradle Plugin's BootJar
...
Closes gh-13037
7 years ago
Stephane Nicoll
69ab956e8b
Stop assuming datasource creation failure originates from auto-config
...
There are documented way to reuse bits of the infrastructure in user
config to offer similar datasource configuration. If that fails, the
regular failure there will kick in.
This commit improves `DataSourceBeanCreationFailureAnalyzer` to not
misguide users that the auto-configuration has failed. Rather, it
describes what has failed in a more generic way.
Closes gh-12947
7 years ago
Stephane Nicoll
b3ad902902
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
830e523531
Clarify behavior of JMX in @SpringBootTest
...
Closes gh-13008
7 years ago
Madhura Bhave
1fb51dcc0d
Send Slack Notifications when build completes
...
Closes gh-10790
7 years ago
Madhura Bhave
04d6bc5119
Update email script to find status till one is found
...
The determine-email-body script would only look at the previous commit's
status to determine whether to send a success email or not. If no status
was found (this happens when commits are pushed close to each other and CI
only runs the latest one), it would send a successful email even if the last
CI run was successful.
7 years ago
Stephane Nicoll
ed594d7706
Merge pull request #13022 from izeye:polish-20180502
...
* pr/13022:
Polish IgnoreTopLevelConverterNotFoundBindHandlerTests
7 years ago
Johnny Lim
e7d2f22911
Polish IgnoreTopLevelConverterNotFoundBindHandlerTests
...
Closes gh-13022
7 years ago
Stephane Nicoll
11f178538e
Merge pull request #13019 from izeye:patch-49
...
* pr/13019:
Fix @since for IgnoreTopLevelConverterNotFoundBindHandler
7 years ago
Johnny Lim
12cdc8b0e0
Fix @since for IgnoreTopLevelConverterNotFoundBindHandler
...
Closes gh-13019
7 years ago
Stephane Nicoll
7cca56e15b
Upgrade to HikariCP 2.7.9
...
Closes gh-12783
7 years ago
Stephane Nicoll
d6244889f5
Add default value for "spring.flyway.locations"
...
See gh-12193
7 years ago
Stephane Nicoll
79c222da78
Allow to provide manual metadata for keys that are not unique
...
Closes gh-12193
7 years ago
Stephane Nicoll
782d8c63da
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
dd3f57d816
Avoid potentially mutating item metadata collection
...
Closes gh-13027
7 years ago
Andy Wilkinson
c16331fa6c
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
d0f329caa4
Break circular dependency in DevTools without using field injection
7 years ago
Andy Wilkinson
f019d5c85b
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
06cf698387
Polish
7 years ago
Andy Wilkinson
0a9d950a44
Start building against Spring Kafka 2.1.6 snapshots
...
See gh-13018
7 years ago
Andy Wilkinson
2a8eb2c113
Start building against Spring Integration 5.0.5 snapshots
...
See gh-13016
7 years ago
Andy Wilkinson
c50687758e
Start building against Spring Data Kay SR7 snapshots
...
See gh-13017
7 years ago
Andy Wilkinson
0d67ca1e81
Starting building against Spring Framework 5.0.6 snapshots
...
See gh-13021
7 years ago
Andy Wilkinson
76b40a37cc
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
31c6281e96
Start building against Spring Integration 4.3.16 snapshots
...
See gh-13015
7 years ago
Andy Wilkinson
b6926c9bca
Start building against Spring Data Ingalls SR12 snapshots
...
See gh-13014
7 years ago
Andy Wilkinson
9bd46ca8f8
Start building against Spring Framework 4.3.17 snapshots
...
See gh-13013
7 years ago
Andy Wilkinson
49089546f8
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
a29a70d2f4
Fix handling of static resource jar paths containing a +
...
Closes gh-12942
7 years ago
Stephane Nicoll
fbf8f57773
Merge branch '1.5.x' into 2.0.x
7 years ago
Stephane Nicoll
08bc306a61
Guard IntegrationJmxConfiguration if no mBeanServer is available
...
Closes gh-12966
7 years ago
Andy Wilkinson
b0dbcd094e
Merge branch '1.5.x' into 2.0.x
7 years ago
Andy Wilkinson
4585bc846a
Restore RestartClassLoader's Java 6 compatibility
...
Closes gh-12826
7 years ago
Madhura Bhave
aad279208e
Throw exception if RandomAccessData tries to read beyond EOF
...
Fixes gh-12986
7 years ago
Madhura Bhave
d268b2102f
Fix typo
7 years ago
Stephane Nicoll
9f7be62687
Backport polish commit "22b99a90"
7 years ago
Andy Wilkinson
d5841982d9
Upgrade to Testcontainers 1.7.2
...
See gh-12821
7 years ago
Stephane Nicoll
71c26300fb
Merge pull request #12989 from izeye:rename-nested-auto-configuration
...
* pr/12989:
Rename nested *AutoConfiguration classes to *Configuration
7 years ago
Johnny Lim
d8700522d3
Rename nested *AutoConfiguration classes to *Configuration
...
Closes gh-12989
7 years ago
Stephane Nicoll
83b9d3ca71
Merge pull request #12999 from izeye:polish-20180430
...
* pr/12999:
Polish
7 years ago
Johnny Lim
a723ac95a9
Polish
...
Closes gh-12999
7 years ago