oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Spring boot upgrade issue with postgresql #680

Closed vapadwal closed 6 years ago

vapadwal commented 6 years ago

Basically this issue extension to issue https://github.com/oasp/oasp4j/issues/674 ,

It includes review suggested in PR https://github.com/oasp/oasp4j/pull/677 and also the issue related to postgres. Below is the exception we were getting for postgres,

Caused by: java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented.

hohwille commented 6 years ago

Solved like #674 with PR #679