Add configuration property to specify jOOQ settings file

The property is named 'spring.jooq.config' and is of type Resource,
so that it supports classpath: and all the other common prefixes.

The config is loaded through JAXB. If JAXB is not on the classpath,
an exception is thrown. Also adds a failure analyzer for this exception.

Closes gh-38778
This commit is contained in:
Moritz Halbritter
2024-11-06 11:20:15 +01:00
parent b9bab7a98b
commit cce509c7df
11 changed files with 187 additions and 11 deletions

View File

@@ -4,3 +4,4 @@
^http://www.jdotsoft.com.*
^http://www.liquibase.org/xml/ns/dbchangelog/.*
^http://www.w3.org/2000/09/xmldsig.*
^http://www.jooq.org/xsd/jooq-runtime-.*