Commit Graph

13132 Commits (45e74543d2346b883b93ad8711f47bce195a6a58)
 

Author SHA1 Message Date
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
Phillip Webb c635bf5026 Fix broken Gradle plugin imports
Fix imports that were accidentally broken in commit 3a01f4a6d.
7 years ago
Stephane Nicoll b376d41d8e Merge branch '1.5.x' 7 years ago
Stephane Nicoll 6c271bb679 Upgrade to Spring Data Ingalls SR5
Closes gh-9834
7 years ago
Stephane Nicoll b18a34924f Update InfluxDB documentation
Closes gh-9669
7 years ago
Stephane Nicoll 2965115bb9 Merge pull request #9669 from eddumelendez:gh-9502
* pr/9669:
  Polish
  Polish "Allow to customize OkHttpClient.Builder"
  Allow to customize OkHttpClient.Builder
7 years ago
Stephane Nicoll ab43bf4643 Polish 7 years ago
Stephane Nicoll 663ff05895 Polish "Allow to customize OkHttpClient.Builder"
Closes gh-9669
7 years ago
Eddú Meléndez 406f41740e Allow to customize OkHttpClient.Builder
This commit enables to auto-configure OkHttpClient.Builder in
InfluxDbAutoConfiguration if it is available.

See gh-9669
7 years ago
jnizet 99b394a668 replace reference to deprecated WebMvcConfigurerAdapter by WebMvcConfigurer 7 years ago
Phillip Webb 3a01f4a6da Polish lambda formatting 7 years ago
Phillip Webb 7b2b8dc4a3 Merge branch '1.5.x' 7 years ago
Phillip Webb dca463c7d9 Polish 7 years ago
Phillip Webb 66619bbe2b Formatting 7 years ago
Phillip Webb 28dad44e2d Be defensive about JUL calls from JAR Handler
Update nested JAR support to only obtain JUL loggers when absolutely
necessary and to defensively deal with failures.

Prior to this commit it was not possible to override
`java.util.logging.manager` to use a nested JAR as the logger
implementation.

Fixes gh-9848
7 years ago
Phillip Webb b9cfe21193 Make @ImportAutoConfiguration not register package
Update `@ImportAutoConfiguration` so that it is no longer annotated with
`@AutoConfigurationPackage` and as such isn't a marker for
`AutoConfigurationPackages`.

Having `@ImportAutoConfiguration` marked as an auto-configuration
package is particularly problematic in tests since it frequently breaks
context caching.

Fixes gh-9282
7 years ago
Andy Wilkinson 2ae39fce8a Restrict imports in o.s.b.autoconfigure.web
Closes gh-8682
7 years ago
Andy Wilkinson e1cda8959c Merge branch '1.5.x' 7 years ago
Andy Wilkinson 2775beb2b7 Revert "Upgrade to Spring Data Ingalls SR5"
This reverts commit 8b2f09d35b.
It's not in Maven Central.
7 years ago
Andy Wilkinson 52f8187b34 Upgrade to Spring AMQP 2.0.0.M5
Closes gh-9824
7 years ago