finos / traderX

https://demo.traderx.finos.org/
Apache License 2.0
51 stars 47 forks source link

refactor: Migrate to Spring Boot 3.3 #167

Closed DovOps closed 4 months ago

DovOps commented 4 months ago

Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_3?organizationId=RklOT1M%3D

netlify[bot] commented 4 months ago

Deploy Preview for lucky-concha-f3599f failed. Why did it fail? →

Name Link
Latest commit 6f5b25f92029055ee7008a8d7f8a71862e761fed
Latest deploy log https://app.netlify.com/sites/lucky-concha-f3599f/deploys/6659b705e16f86000848ad28
bingenito commented 4 months ago

Is it possible to share common application.properties in a root? Same with gradle plugins, etc?

DovOps commented 4 months ago

Is it possible to share common application.properties in a root? Same with gradle plugins, etc?

In general, it's possible, but there's still the open debate on whether this should behave like a true mono-repo or more of a simulation of separate/independently developed projects that need more weaving together. So for the moment, this is by design, but we shoudl discuss changing it.