Conversation
…nnotations - Create **@ApplyTemplate** and **@RollbackTemplate** as template-specific annotations, mirroring `@Apply` and `@Rollback` but dedicated to `@ChangeTemplate` classes - Update **AbstractTemplateLoadedChange** to look up methods via the new annotations instead of `@Apply`/`@Rollback` - Update **ChangeTemplateManager** validation to require `@RollbackTemplate` on template classes - Migrate all test template classes across core and springboot modules to use the new annotations This is step 1 toward extracting a self-contained `flamingock-template-api` module. Code-based `@Change` classes continue to use `@Apply`/`@Rollback` unchanged.
93f61a6 to
f709c0d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@Applyand@Rollbackbut dedicated to@ChangeTemplateclasses@Apply/@Rollback@RollbackTemplateon template classesflamingock-core-api,flamingock-core,flamingock-core-commons, andflamingock-springboot-integrationto use the new annotationsThis is step 1 toward extracting a self-contained
flamingock-template-apimodule. Code-based@Changeclasses continue to use@Apply/@Rollbackunchanged.