Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Conversation

@JumasJM
Copy link

@JumasJM JumasJM commented Sep 20, 2024

  • dependencies.lock files will be removed when pulling updates from upstream

type: Improvement

* Upgrading OSS libraries with known open CVEs

* Updating the protobuf library.

* Resolve the remaining build issues.

---------

Co-authored-by: Scott Carter <[email protected]>
- dependency.lock files will be removed when pulling updates from upstream

type: Impovement
- update spring boot to 3.1.11
- updated dependency version accordingly to spring boot 3.1.11
- some javax libraries are still present due to compatibility
- added entityManagement config beans
- majority of dependency.lock files removed
- updated tests accoringly to upstream changes

type: Impovement

dependencies {
implementation project(':conductor-annotations')
api 'com.google.guava:guava:32.1.2-jre'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you add // at the end of the 8 line?

spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not enable SQL queries in production logs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants