-
I recently encountered a production issue as a consequence of the following problem:
1. A Spring Boot application with Liquibase was updated from version 1 to version 2 on Kubernetes.
2. The applica…
raphw updated
2 weeks ago
-
Liquibase-gradle-plugin: 3.0.1
liquibase-core: 4.29.2
We encountered this error as soon as we upgraded liquibase-gradle-plugin to 3.0.1
A problem occurred evaluating root project 'abc'.
> liquibase…
h-ngo updated
3 weeks ago
-
## Description
changeSet with context specified applies even when update executed with no --contexts specified at runtime
I assume decision about this behavior was made pretty long time ago, so you …
-
### Search first
- [X] I searched and no similar issues were found
### Description
I admit I'm not 100% sure I understand how and why the `StringClauses` class is used for creation of SQL statement…
-
### Current Behavior
Looking through the documentation of the database connection settings and the information in [this old comment](https://github.com/DependencyTrack/dependency-track/issues/207#iss…
-
### Description
Following discussions on the mailing list, we've recently tried to use consistent conventions for `active`/`enabled` configuration properties in the datasource and Hibernate extensi…
-
New columns added in Release-3.0 like rrprocessing_both cause errors like below when upgrading (as opposed to starting from scratch). Data already exists in the database so not specifying a default va…
-
I have a Spring Boot application that utilizes both Liquibase and Flyway for schema management, connecting to PostgreSQL and MySQL databases. I recently upgraded to Spring Boot 3.4.0-RC1 and it is wor…
-
### Book service implementation
- Create `service` package for service layer
- Create `repository` package for repository layer
- DB schema design(mostly 1 or 2 table)
- Configure `liquibase` to …
-
### Order service implementation
- Create `service` package for service layer
- Create `repository` package for repository layer
- DB schema design(mostly 1 or 2 table)
- Configure `liquibase` to…