P Mohan
P Mohan
@atomfrede Sorry for the late reply. Isn't JHipster Online running on a single instance? I don't have console access, but I am talking from the point of view that EhCache...
It is surprising to see that it is failing for boolean datatype from `User.java` as well. ``` Caused by: org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: wrong column type encountered in column [activated] in table...
For boolean issue, https://hibernate.atlassian.net/browse/HHH-17829 For enum issue, Will fix using column definition if there is no other solution.
For boolean issue, [Hibernate team is clearly in favour of using `BIT`](https://hibernate.atlassian.net/browse/HHH-17829?focusedCommentId=114388) while starting from Liquibase 4.24.0+ (used in JHipster 8.0.0 and later), it has moved from away from `BIT`...
Following https://hibernate.atlassian.net/browse/HHH-17829?focusedCommentId=115604 for boolean
I would love to see this get merged!
Log from build. ``` java.lang.IllegalStateException: Failed to load ApplicationContext for [WebMergedContextConfiguration@65f13ce1 testClass = tech.jhipster.sample.service.UserServiceIT, locations = [], classes = [tech.jhipster.sample.SamplePsqlEsNoi18NMapsIdWithNgxApp, tech.jhipster.sample.config.JacksonConfiguration, tech.jhipster.sample.config.AsyncSyncConfiguration], contextInitializerClasses = [], activeProfiles = [], propertySourceDescriptors =...
We can wait for https://hibernate.atlassian.net/browse/HHH-18257
Hi @mraible I have fixed the conflicts. While this PR solves the issue with boolean and ENUM for MySQL, multiple other datatypes are failing the Hibernate schema validation. Some are...
A workaround is starting PS6 or 7 terminal separately and using copilot there.