Chapter 6. Known Issues
-
SB-1165: Database application fails to run because
org.apache.tomcat.jdbc.pool.DataSource
can not be found. - ENTSBT-1211: A running service does not automatically recover after a short time, as it should, after pressing the Stop Service button in the Health Check Spring Boot Example.
-
ENTSBT-1243: The provided
hibernate-core
version is not compatible with Spring Boot 2.7. -
ENTSBT-1258:
jakarta.xml.bind-api-2.3.3.redhat-00001-sources.jar
file, which is a dependency for Dekorate 2.11.5, is not brought in. -
ENTSBT-1261: Running
crud-example
throwsjava.sql.SQLFeatureNotSupportedException
exception. -
ENTSBT-1332: Enabling
pooledPreparedStatements
causes aStackOverflowError
on transaction timeout. -
ENTSBT-1354: The Narayana Spring Boot starter includes
spring-boot-starter
version2.7.2
. Use Maven version 3.8.5 to ensure thatspring-boot.version
is overridden as expected. When using a Maven version other than 3.8.5, if you specify the value ofspring-boot.version
by usingmvn -Dspring-boot.version
, thespring-boot-starter version
is not always overridden.