File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/main/java/org/springframework/data/repository/aot/generate Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -139,6 +139,11 @@ public final void contribute(GenerationContext generationContext) {
139
139
.customizeConstructor (this ::customizeConstructor ) //
140
140
.contributeMethods (this ::contributeQueryMethod ); //
141
141
142
+ if (logger .isDebugEnabled ()) {
143
+ logger .debug ("Contributing %s AOT repository implementation for '%s'" .formatted (repositoryContext .getModuleName (),
144
+ repositoryContext .getRepositoryInformation ().getRepositoryInterface ().getName ()));
145
+ }
146
+
142
147
// obtain the generated type and its target name.
143
148
// Writing the source is triggered by DefaultGenerationContext#writeGeneratedContent() at a later stage
144
149
GeneratedClass generatedClass = generationContext .getGeneratedClasses ().getOrAddForFeatureComponent (FEATURE_NAME ,
You can’t perform that action at this time.
0 commit comments