Marcelo Shima
Marcelo Shima
[Reopen] The default profile is ignored when rebuilding an application generated with Jhipster 8.6.0
@dmarin2000 your error is not the same from issue description. Please open a new issue.
[Reopen] The default profile is ignored when rebuilding an application generated with Jhipster 8.6.0
Reproducing: - generate a new project using maven. - open in vscode. - run `./mvnw` in a terminal - change any backend file to trigger a vscode rebuild - maven-properties...
[Reopen] The default profile is ignored when rebuilding an application generated with Jhipster 8.6.0
This is probably fixed in https://github.com/jhipster/generator-jhipster/pull/27062
[Reopen] The default profile is ignored when rebuilding an application generated with Jhipster 8.6.0
Not fixed
Please go ahead.
I've remembered now, readonly was added to implement id fields just like any other field instead of an exclusive section for ids in ejs templates. So a autoGenerated id is...
`Caused by: org.hibernate.HibernateException: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)` means the db is...
@mraible its not clear to me how to test it. I am thinking in adding tests to daily builds. see https://github.com/jhipster/generator-jhipster/issues/24469#issuecomment-2335283180
I know PostgreSQL is broken due to missing password.
We test compiled jar for monoliths and docker images for microservices. The compiled jar and docker image removes docker-compose lib. I think this behavior is correct because the production jar...