Spring Buildmaster
17a5bb0be4
Next development version
7 years ago
Andy Wilkinson
bc50790e16
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
3c27567e35
Upgrade to Spring Data Ingalls SR6
...
Closes gh-9871
7 years ago
Phillip Webb
6823c2ad10
Merge branch 'gh-9875'
...
Closes gh-9875
7 years ago
Phillip Webb
89ad0660d1
Make ApplicationContextRunner immutable
...
Update `ApplicationContextRunner` so that it is totally immutable.
Methods now return new instances rather than changing existing state.
See gh-9875
7 years ago
Phillip Webb
ad9f28110c
Make TestPropertyValues immutable
...
Update `TestPropertyValues` so that it is totally immutable. Methods
now return a new instance rather than changing existing state.
See gh-9875
7 years ago
Phillip Webb
07556cda51
Restructure `boot.test.context` package
...
Split up `org.springframework.boot.test.context` into distinct packages
for `runner` and `assertj`.
See gh-9875
7 years ago
Phillip Webb
497457c397
Rename ApplicationContextTester -> Runner
...
Rename `ApplicationContextTester` and related classes to
`ApplicationContextRunner` and refactor existing tests to use correctly
named variables.
See gh-9875
7 years ago
Andy Wilkinson
5616915621
Polishing
7 years ago
Stephane Nicoll
0fc3e3d166
Merge pull request #9763 from thombergs:naming-strategy-docs-gh-3035
...
* pr/9763:
Polish "Polish Hibernate naming strategy doc"
Polish Hibernate naming strategy doc
7 years ago
Stephane Nicoll
9575b4b723
Polish "Polish Hibernate naming strategy doc"
...
Closes gh-9763
7 years ago
Tom Hombergs
eeee1bdae5
Polish Hibernate naming strategy doc
...
See gh-9763
7 years ago
Stephane Nicoll
8d3d16b235
Merge pull request #9855 from izeye:polish-20170725-update
...
* pr/9855:
Polish
7 years ago
Johnny Lim
9b15389009
Polish
...
Closes gh-9855
7 years ago
Stephane Nicoll
75fc0c38c8
Merge branch '1.5.x'
7 years ago
Johnny Lim
fe1eb8b5f3
Polish
...
See gh-9855
7 years ago
Andy Wilkinson
5091221095
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
39b4270b7e
Fix up version numbers following release
7 years ago
Stephane Nicoll
9891462ac4
Migrate test to WebApplicationContextTester
7 years ago
Brian Clozel
4c64f4f80d
Add Jackson Kotlin module to JSON starter
...
This commit adds the `jackson-module-kotlin` dependency to the JSON
starter. As the other modules selected there, the goal is to provide
additional Jackson support to Spring Boot projects.
In this case, the Kotlin language is supported by many Spring projects
and this module is essential for (de)serialization with Jackson.
Note that the module has a transitive dependency on `kotlin-reflect`,
but this dependency should be brought by the application itself.
Spring Framework will configure the Kotlin Jackson module *only if* the
Kotlin sdk is present.
Closes gh-9803
7 years ago
Spring Buildmaster
41c5c0e7c9
Next development version
7 years ago
Andy Wilkinson
134e76d060
Upgrade to Spring Batch 4.0.0.M3
...
Closes gh-9767
7 years ago
Andy Wilkinson
f0e07e21a2
Upgrade to Spring Integration 5.0.0.M6
...
Closes gh-9586
7 years ago
Stephane Nicoll
996e6bf48c
Reset Neo4j tests to use the default driver again
...
This commit resets the artificial use of the http driver now the bolt
driver doesn't check if the connection to the Neo4J server is valid
on startup.
See neo4j/neo4j-java-driver#380
Closes gh-9500
7 years ago
Stephane Nicoll
4740b47985
Upgrade to Spring Data Ingalls SR5-1
...
Closes gh-9834
7 years ago
Andy Wilkinson
2109cab28b
Upgrade to Spring Session 2.0.0.M3
...
Closes gh-9541
7 years ago
Andy Wilkinson
8b53ff454c
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
853cd2a074
Merge pull request #9758 from Misagh Moayyed
...
* gh-9758:
Polish "Locate additional metadata when using Gradle 4"
Locate additional metadata when using Gradle 4
7 years ago
Andy Wilkinson
e0be40cd94
Polish "Locate additional metadata when using Gradle 4"
...
Closes gh-9732
7 years ago
Misagh Moayyed
980b83c0d8
Locate additional metadata when using Gradle 4
...
Closes gh-9758
7 years ago
Andy Wilkinson
484aac6161
Upgrade to Spring Data Kay RC2
...
Closes gh-9569
7 years ago
Andy Wilkinson
197ceeb7be
Fix faulty merge of 79adf38756
...
See gh-9857
7 years ago
Andy Wilkinson
01030e60dd
Upgrade to Spring Data Kay RC1
...
Closes gh-9569
7 years ago
Andy Wilkinson
410a7e4bd7
Upgrade to Infinispan 9.1.0.Final
...
Closes gh-9858
7 years ago
Andy Wilkinson
79adf38756
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
aedeaa943a
Upgrade to Mysql 5.1.43
...
Closes gh-9857
7 years ago
Andy Wilkinson
9a31105940
Upgrade to Thymeleaf 3.0.7
...
Closes gh-9727
7 years ago
Andy Wilkinson
02e836b7a7
Allow Session's repository filter to be configured via the environment
...
Closes gh-8301
7 years ago
Phillip Webb
80e31e04ca
Merge pull request #9781 from emacampolo/refactor-and-polish-with-new-idioms
...
* pr/9781:
Simplify comparator implementation
Use lambdas when possible
Replace try with try-with-resources
Collapse catch clauses
Replace Collections.sort() with direct sort call
Replace explicit generics with diamond operator
7 years ago
Emanuel Campolo
687464e982
Simplify comparator implementation
...
See gh-9781
7 years ago
Emanuel Campolo
2626a3a795
Use lambdas when possible
...
Replace anonymous inner classes with lambda declarations (when possible
using method references).
See gh-9781
7 years ago
Emanuel Campolo
d16af43664
Replace try with try-with-resources
...
Update existing try/finally/close blocks to use "try with resources"
See gh-9781
7 years ago
Emanuel Campolo
798fe5ed53
Collapse catch clauses
...
Use multi-catch for exceptions whenever possible.
See gh-9781
7 years ago
Emanuel Campolo
4a189bdee7
Replace Collections.sort() with direct sort call
...
Replace existing `Collections.sort(...)` calls with `.sort(...)`
directly on the collection instance.
See gh-9781
7 years ago
Emanuel Campolo
04fdec6f8b
Replace explicit generics with diamond operator
...
Where possible, explicit generic declarations to use the Java 8 diamond
operator.
See gh-9781
7 years ago
Stephane Nicoll
eb35fc9fa6
Merge pull request #8048 from eddumelendez:gh-7921
...
* pr/8048:
Polish "Add JUnit Jupiter sample application"
Add JUnit Jupiter sample application
7 years ago
Stephane Nicoll
dbce7d8935
Polish "Add JUnit Jupiter sample application"
...
Closes gh-8048
7 years ago
Eddú Meléndez
f1664db85e
Add JUnit Jupiter sample application
...
See gh-8048
7 years ago
Andy Wilkinson
1c05afbcc7
Upgrade to Spring Security OAuth 2.2.0.RC1
...
Closes gh-9854
7 years ago
Andy Wilkinson
5cf4f60579
Upgrade to Spring Kafka 2.0.0.M3
...
Closes gh-9825
7 years ago