Skip to content

fix(helm): passthrough jpa.hibernate.ddl-auto#838

Merged
tom-rm-meyer-ISST merged 1 commit intoeclipse-tractusx:mainfrom
FraunhoferISST:fix/passthrough-ddl-auto
Apr 14, 2025
Merged

fix(helm): passthrough jpa.hibernate.ddl-auto#838
tom-rm-meyer-ISST merged 1 commit intoeclipse-tractusx:mainfrom
FraunhoferISST:fix/passthrough-ddl-auto

Conversation

@tom-rm-meyer-ISST
Copy link
Copy Markdown
Contributor

@tom-rm-meyer-ISST tom-rm-meyer-ISST commented Apr 14, 2025

Description

The ddl-auto setting has not been passed through correctly. In combination with the default value a helm upgrade or a pod restart wiped all data in the database.

Changes:

  • passthrough full property (spring.jpa.hibernate.ddl-auto - spring has been missing)
  • update ddl-auto standard value
  • updated changelog
  • updated creation of own partner entity which caused in an exception when partner with own bpnl already existed.

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

  • DEPENDENCIES are up-to-date. Dash license tool. Committers can open IP issues for restricted libs.
  • Copyright and license header are present on all affected files
  • If helm chart has been changed, the chart version has been bumped to either next major, minor or patch level (compared to released chart).

Note: helm chart has not been bumped because a minor change has been entered but not been released.

@tom-rm-meyer-ISST tom-rm-meyer-ISST marked this pull request as ready for review April 14, 2025 14:45
@tom-rm-meyer-ISST tom-rm-meyer-ISST merged commit 123f337 into eclipse-tractusx:main Apr 14, 2025
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants