Files
spring-boot/spring-boot-project
Andy Wilkinson 7490d8b99d Make JSON-B auto-config back off when no implementation is available
Previously, the JSON-B auto-configuration would be enabled when the JSON-B API was
on the classpath. This led to a failure if there was no implementation available.

The JSON-B API loads an implementation using the service loader. This commit updates
the auto-configuration to be conditional on the presence of a
META-INF/services/javax.json.bind.spi.JsonbProvider file on the classpath.

Closes gh-14675
2018-10-05 11:03:49 +01:00
..
2018-10-04 10:16:23 -07:00
2018-10-01 10:46:27 -04:00
2018-09-26 11:43:19 -04:00
2018-10-01 10:46:27 -04:00
2018-10-02 10:30:14 -07:00