बस अगर कोई इस धागे को पोस्टग्रेस्क्ल समकक्ष बग की तलाश में पाता है:
java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented.
application.properties:
# disable driver's feature detection
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
# without detection you have to set the dialect by hand
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect
BTW:स्प्रिंग बूट 2.0.0.RELEASE एक टूटे हुए postgresql ड्राइवर संस्करण का उपयोग करता है, मुझे 42.2.0 निर्दिष्ट करना था ताकि ड्राइवर बिल्कुल लोड हो जाए:
Caused by: java.lang.RuntimeException: Failed to load driver class org.postgresql.Driver in either of HikariConfig class loader or Thread context classloader
अपडेट 2018-03-01:
इस मुद्दे के अनुसार, स्टैकट्रेस को एक चेतावनी माना जाता है और इसे अनदेखा किया जा सकता है
https://github.com/spring-projects/spring-boot/issues/12007#issuecomment-369388646
अपडेट 2018-03-13:
अब एक आधिकारिक बग रिपोर्ट है:https://hibernate.atlassian.net/browse/HHH-12368