Stephane Nicoll
6e6add294b
Merge pull request #12326 from izeye:polish-20180303
...
* pr/12326:
Polish contribution
Polish
7 years ago
Stephane Nicoll
7f5b7a6b47
Polish contribution
...
Closes gh-12326
7 years ago
Johnny Lim
751c444166
Polish
...
See gh-12326
7 years ago
Madhura Bhave
1c27a8e6e2
Move tests to ApplicationContextRunner
7 years ago
Andy Wilkinson
3370c23ab9
Skip the Gradle plugin when building with the full profile and JDK 10
...
See gh-12028
7 years ago
Andy Wilkinson
2b1252e282
Skip the Gradle Plugin when building with JDK 10
...
Previously, the JDK 10 build would fail as we build the plugin using
Gradle 4.0.x (the lowest version of Gradle that we support) and
Gradle 4.0.x doesn't work with Java 10.
Upgrading to Gradle 4.1, which appears to work with Java 10, was
considered but rejected for now as it introduces the risk that we
inadvertently use an API that's new in 4.1 and break our 4.0 support.
This commit goes for the extreme option and disables building the
Gradle Plugin when building with JDK.
See gh-12028
7 years ago
Andy Wilkinson
20654b9bc9
Remove no longer needed AspectJ version override with JDK 9+
...
See gh-12028
7 years ago
Andy Wilkinson
f7c8be1877
Apply java9 profile to JDK 10 (and later) as well as JDK 9
...
See gh-12028
7 years ago
Andy Wilkinson
7fdc26351a
Upgrade to Kotlin 1.2.30
...
Closes gh-12320
See gh-12028
7 years ago
Andy Wilkinson
a7d05d4276
Avoid SUREFIRE-1439 by using 2.21.0-SNAPSHOT when building with JDK 10
...
See gh-12028
7 years ago
Andy Wilkinson
f80343b2ea
Use the correct tag for JDK 10 EA 32
...
See gh-12028
7 years ago
Andy Wilkinson
dfbababd11
Add a JDK 10 build to the CI pipeline
...
Closes gh-12028
7 years ago
Andy Wilkinson
9f7e840416
Improve documentation for using configuration processor with Gradle
...
Closes gh-12316
7 years ago
Andy Wilkinson
4a3e0a231c
Test the Gradle plugin against Gradle 4.6
...
Closes gh-12314
7 years ago
Andy Wilkinson
e4a1fed3b8
Test the Gradle plugin against Gradle 4.6
7 years ago
Andy Wilkinson
188d120c9c
Test the Gradle plugin against Gradle 4.5.1
...
Closes gh-12315
7 years ago
Stephane Nicoll
c2c8b7dfe8
Clarify the required changes to run certain samples with Java9
...
This commit moves the Java9-specific profile to each sample rather than
impacting all samples. That way, affected samples are more self
contained.
Closes gh-12302
7 years ago
Stephane Nicoll
bb3a4da500
Merge pull request #12295 from izeye:public-to-private
...
* pr/12295:
Make UserDetailsServiceAutoConfiguration.getOrDeducePassword() private
7 years ago
Johnny Lim
83ed0c7783
Make UserDetailsServiceAutoConfiguration.getOrDeducePassword() private
...
Closes gh-12295
7 years ago
Stephane Nicoll
a80c86ba0b
Merge pull request #12304 from igor-suhorukov:master
...
* pr/12304:
Polish
7 years ago
igor-suhorukov
69fe32b1f5
Polish
...
Replace class "Stack" by more modern "Deque"
Closes gh-12304
7 years ago
Andy Wilkinson
5d041a628b
Disable Jetty JSP sample tests with Java 9
...
Closes gh-10456
7 years ago
Stephane Nicoll
ef9fb1696c
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
4e3d0f5b33
Fix parsing of value with comma
...
Closes gh-12297
7 years ago
Stephane Nicoll
8b5ad5b942
Replace outdated Spring Integration metrics section with a link
7 years ago
Stephane Nicoll
8a6664869e
Fix typo
7 years ago
Andy Wilkinson
a809e8f316
Polish usage of settings.xml to configure repository
...
See gh-12293
7 years ago
Andy Wilkinson
0858e9b368
Remove AspectJ version override in the samples' build
...
As of AspectJ 1.8.13, the override is no longer necessary to build
the samples.
See gh-11095
7 years ago
Andy Wilkinson
6336aa3956
Reinstate testing of JSP samples using Java 9
...
Closes gh-10456
7 years ago
Andy Wilkinson
d0b8a84821
Use settings.xml to pass repository into server integration tests
...
Closes gh-12293
7 years ago
Spring Buildmaster
a1ee9bc6c7
Next development version (v2.0.1.BUILD-SNAPSHOT)
7 years ago
Phillip Webb
38f112b9e1
Update flattened POM elements
...
Update flattened POM rules to satisfy maven central
requirements.
Fixes gh-12290
7 years ago
Phillip Webb
9bb39f0d44
Increase promote timeouts
...
Fixes gh-12291
7 years ago
Phillip Webb
9bee9e9cf9
Polish
7 years ago
Madhura Bhave
df337eaf5e
Fix author name
7 years ago
Andy Wilkinson
1761e50b03
Upgrade to Spring Integration 5.0.3
...
Closes gh-12235
7 years ago
Andy Wilkinson
8d1e69bca4
Polish Gradle plugin's javadoc
7 years ago
Andy Wilkinson
703de64842
Reinstate imports
7 years ago
Andy Wilkinson
ef157d3649
Fix Checkstyle violations
7 years ago
Phillip Webb
7bc535e4fa
Polish
7 years ago
Phillip Webb
67998e983f
Revert "Include WebSecurityConfigurer beans in @WebMvcTest"
...
This reverts commit eef6fdb066
.
7 years ago
Andy Wilkinson
6f06422d2d
Merge pull request #12287 from Gary Russell
...
* gh-12287:
Polish "Remove redundant auto-configuration of SI Micrometer metrics"
Remove redundant auto-configuration of SI Micrometer metrics
7 years ago
Andy Wilkinson
01304959fa
Polish "Remove redundant auto-configuration of SI Micrometer metrics"
...
Closes gh-12287
7 years ago
Gary Russell
ddd820af9a
Remove redundant auto-configuration of SI Micrometer metrics
...
Spring Integration no longer requires a `MicrometerMetricsFactory` to
support Micrometer metrics so there's nothing for Boot to
auto-configure.
See gh-12287
7 years ago
Andy Wilkinson
c4c50b7c49
Only auto-configure LogbackMetrics when Logback is actually being used
...
Closes gh-12286
7 years ago
Madhura Bhave
96ae1607c6
Merge branch '1.5.x'
7 years ago
Madhura Bhave
c2f7dd86dc
Revert default for CRSF enabled to false
...
Fixes gh-12267
7 years ago
Andy Wilkinson
9b46221345
Escape backslashes so they are preserved during Properties parsing
...
Closes gh-12285
7 years ago
Andy Wilkinson
75ed406f47
Upgrade to Spring Security 5.0.3
...
Closes gh-12247
7 years ago
Andy Wilkinson
1a7b57d849
Merge branch '1.5.x'
7 years ago