You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have 100+ rules_spring.springboot() usages inside a Bazel monorepo internally. We have developed tooling for helping with the Boot2 -> Boot3 upgrade.
There are almost always manual fixes to do after the tooling runs, but it can solve most of the upgrade. We rely on a combination of:
We have 100+ rules_spring.springboot() usages inside a Bazel monorepo internally. We have developed tooling for helping with the Boot2 -> Boot3 upgrade.
There are almost always manual fixes to do after the tooling runs, but it can solve most of the upgrade. We rely on a combination of:
90% of this is not specific to Salesforce. We should provide this to other
victimsbuild teams.Existing docs:
boot_launcher_class attribute change
The top level README explains the boot launcher change necessary.
Javax -> Jakarta package changes
We already have a focused javax->jakarta doc, but there is a lot more to this.
The text was updated successfully, but these errors were encountered: