File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkg/quarkus/v1alpha/scaffolds/internal/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func (f *Controller) SetTemplateDefaults() error {
40
40
}
41
41
42
42
if f .Path == "" {
43
- f .Path = util .PrependJavaPath (f .ClassName + "Controller .java" , util .AsPath (f .Package ))
43
+ f .Path = util .PrependJavaPath (f .ClassName + "Reconciler .java" , util .AsPath (f .Package ))
44
44
}
45
45
46
46
f .TemplateBody = controllerTemplate
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const pomxmlTemplate = `<?xml version="1.0" encoding="UTF-8"?>
58
58
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59
59
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
60
60
<quarkus-sdk.version>3.0.2</quarkus-sdk.version>
61
- <quarkus.version>2.6.3 .Final</quarkus.version>
61
+ <quarkus.version>2.7.0 .Final</quarkus.version>
62
62
</properties>
63
63
64
64
<dependencyManagement>
You can’t perform that action at this time.
0 commit comments