-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.X EE, 6.0.12 EE, 6.1.0 CE RC1
-
Component/s: Core Infrastructure > Service Builder
-
Labels:None
Right now, UpgradeTableBuilder will rebuild classes for previous releases, even if you do not have the source code for all of these releases. This is time-consuming from a runtime perspective and also results in erroneous behavior when you do not have all the source code for previous releases available in the upgrade.table.dir folder.
The code can be improved to behave differently for the current release and to avoid regenerating code for the *Table classes when previous releases are not available.