-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Codestarts phase 1: Allow extensions to influence newly generated apps #10372
Conversation
...java/io/quarkus/platform/descriptor/resolver/json/QuarkusJsonPlatformDescriptorResolver.java
Outdated
Show resolved
Hide resolved
...ools-common/src/main/java/io/quarkus/devtools/project/codegen/buildtool/GradleGenerator.java
Outdated
Show resolved
Hide resolved
...common/src/main/java/io/quarkus/platform/descriptor/loader/json/ClassPathResourceLoader.java
Outdated
Show resolved
Hide resolved
...common/src/main/java/io/quarkus/platform/descriptor/loader/json/DirectoryResourceLoader.java
Outdated
Show resolved
Hide resolved
@mkouba I invited you if you want to have a look at the Qute part. |
...-common/src/main/java/io/quarkus/devtools/project/codegen/codestarts/CodestartProcessor.java
Outdated
Show resolved
Hide resolved
...tools/src/test/java/io/quarkus/devtools/project/codegen/codestarts/CodestartProjectTest.java
Outdated
Show resolved
Hide resolved
fcb8f61
to
84ac8d8
Compare
@quarkusio/devtools the doc is available: https://github.com/ia3andy/quarkus/blob/codestarts-v0/independent-projects/tools/codestarts/codestarts.adoc |
b5b0e7a
to
67cf27a
Compare
b6f3846
to
33ef9b5
Compare
CI test errors should be fixed now and I've applied requested changes for everything that was quick to do. |
8fe8932
to
c05d618
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 lgtm when/if CI passes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 lgtm when/if CI passes
f9bcdd8
to
51650ad
Compare
I will check tomorrow CI status and decide then if it can be included in CR1. |
1582b2c
to
196f994
Compare
Part of quarkusio#8134 and quarkusio#8178 Copying a few lines of code from `ClassPathUtils.processAsPath` Various tidy ups Add qute-example codestart and change naming convention Improve integration tests Use descriptive processors for codestarts
Part of #8134 and #8178
This code gives same level of functionalitty (even a bit more) as the current codegen using Codestarts and Qute
CodestartProjectTest
maven/gradle/kotlin/scala/java with or without example