- 14 Feb, 2019 11 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/15943: Polish "Add a link to SpringMockK in the Kotlin documentation" Add a link to SpringMockK in the Kotlin documentation
-
Stephane Nicoll authored
Closes gh-15943
-
Sebastien Deleuze authored
See gh-15943
-
Andy Wilkinson authored
Closes gh-15870
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This works around a change in javadoc generation in JDK 11.0.2. See https://bugs.openjdk.java.net/browse/JDK-8212233 for details.
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-15948
-
- 13 Feb, 2019 29 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-15825
-
Madhura Bhave authored
-
Madhura Bhave authored
This commit splits the management context configuration for jersey into two separate configurations depending on if the type is SAME or CHILD. The configuration for the SAME context should only kick in if there is no existing ResourceConfig bean. Fixes gh-15891
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15867
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15863
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15813
-
Andy Wilkinson authored
Closes gh-15812
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15869
-
Andy Wilkinson authored
Closes gh-15865
-
Andy Wilkinson authored
Closes gh-15864
-
Andy Wilkinson authored
Closes gh-15945
-
Andy Wilkinson authored
Closes gh-15946
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15944
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-15901 Closes gh-15638
-
Stephane Nicoll authored
Closes gh-15942
-
Andy Wilkinson authored
* gh-15637: Polish "Add opt-in support for Neo4j-OGM native types" Add opt-in support for Neo4j-OGM native types Closes gh-15637
-
Andy Wilkinson authored
See gh-15637
-
Michael Simons authored
This includes tests for the autoconfiguration using that new property. The test require the native types for Bolt and embedded in the test scope, so the Neo4j-OGM native types have been added to managed dependencies. The enhanced autoconfiguration throws an InvalidConfigurationPropertyValueException when native types cannot be used due to missing dependencies or wrong transport mode. See gh-15637
-
Stephane Nicoll authored
* pr/14823: Polish "Support expressing application `args` in `@SpringBootTest`" Support expressing application `args` in `@SpringBootTest`
-
Stephane Nicoll authored
Closes gh-14823
-
Justin Griffin authored
Add `args` property to the `@SpringBootTest` annotation so tests can easily supply application arguments to pass to their app under test. See gh-14823
-