1

I am working on upgrading a Spring boot app from 1.5. to 3.4. The App is connected to IBM Iseries Db2 database, while upgrading running the app though Im able to connect to the database I am getting the warning below. I have upgrade the Jt400 version to 20.x.x. I was using the DB2400Dialect based on the suggestion provided in consol I switched it to DB2Dialect and it show the warning below.

Image shows the suggestion in consol to witch to DB2Dialect

HHH000511: The 7.4.0 version for [org.hibernate.dialect.DB2Dialect] is no longer supported, hence certain features may not work properly. The minimum supported version is 10.5.0. Check the community dialects project for available legacy versions. 2025-01-27 12:43:37 [main] WARN org.hibernate.dialect.Dialect - HHH000511: The 7.4.0 version for [org.hibernate.dialect.DB2Dialect] is no longer supported, hence certain features may not work properly. The minimum supported version is 10.5.0. Check the community dialects project for available legacy versions. 2025-01-27 12:43:37 [main] WARN org.hibernate.orm.deprecation - HHH90000025: DB2Dialect does not need to be specified explicitly using 'hibernate.dialect' (remove the property setting and it will be selected by default) 2025-01-27 12:43:37 [main] INFO o.hibernate.orm.connections.pooling - HHH10001005: Database info: Database JDBC URL [Connecting through datasource 'HikariDataSource (HikariPool-1)'] Database driver: undefined/unknown Database version: 7.4 Autocommit mode: undefined/unknown Isolation level: undefined/unknown Minimum pool size: undefined/unknown Maximum pool size: undefined/unknown 
0

1 Answer 1

0

It looks like the information in the console message has a typo. Based on the Hibernate documentation here you need to use DB2iDialect for IBM i versions 7.1 and above.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.