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
Copy file name to clipboardExpand all lines: core/flamingock-core-api/src/test/java/io/flamingock/api/template/AbstractChangeTemplateReflectiveClassesTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public static class AnotherAdditionalClass {
Copy file name to clipboardExpand all lines: core/flamingock-core-commons/src/main/java/io/flamingock/internal/common/core/template/ChangeTemplateFactory.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public interface ChangeTemplateFactory {
47
47
/**
48
48
* Returns a collection of {@link ChangeTemplate} instances provided by this factory.
49
49
* <p>
50
-
* This method is called by {@link ChangeTemplateManager#getTemplates()} to discover templates
50
+
* This method is called by {@link ChangeTemplateManager#getRawTemplates()} to discover templates
51
51
* in a federated manner. It is invoked in two contexts:
52
52
* <ul>
53
53
* <li>During GraalVM build-time processing to register template classes for reflection</li>
Copy file name to clipboardExpand all lines: core/flamingock-core-commons/src/main/java/io/flamingock/internal/common/core/template/ChangeTemplateManager.java
.orElseThrow(()-> newFlamingockException(String.format("Template[%s] not found. This is probably because template's name is wrong or template's library not imported", templateName)));
112
+
}
113
+
91
114
/**
92
115
* Discovers and returns all available templates from the classpath.
93
116
* <p>
@@ -110,7 +133,7 @@ public static void loadTemplates() {
110
133
*
111
134
* @return A collection of all discovered template instances
0 commit comments