-
Notifications
You must be signed in to change notification settings - Fork 565
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
4.x: Inject update - collateral #8281
4.x: Inject update - collateral #8281
Conversation
5cef857
to
1d761e0
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.
Minors comments:
Some files only have copyright changes:
- inject/configdriven/runtime/src/main/java/io/helidon/inject/configdriven/runtime/package-info.java
- inject/configdriven/processor/src/main/java/module-info.java
- inject/api/src/main/java/io/helidon/inject/spi/package-info.java
The deprecation for builder/processor is only described in builder/processor/pom.xml
Some of the files were touched due to git operation (it thought something was a move even if it was not). As a result, those files have activity reported in git, so they must have updated copyright. |
Refactoring of modules to use new builder codegen (remove use of config metadata for builders) Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
2dc6390
to
479d106
Compare
Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Fixed copyright issue (squashed commits to remove the change). |
* Introduction of codegen modules * Refactoring of modules to use new builder codegen (remove use of config metadata for builders) * Deprecated old processor modules (such as builder processor) Co-authored-by: Daniel Kec <daniel.kec@oracle.com> Co-authored-by: Jeff Trent <jeff.trent@oracle.com> Co-authored-by: David Kral <david.kral@oracle.com> Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
* Introduction of codegen modules * Refactoring of modules to use new builder codegen (remove use of config metadata for builders) * Deprecated old processor modules (such as builder processor) Co-authored-by: Daniel Kec <daniel.kec@oracle.com> Co-authored-by: Jeff Trent <jeff.trent@oracle.com> Co-authored-by: David Kral <david.kral@oracle.com> Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
Related to #7957
Changes
io.helidon.config:helidon-config-metadata
@io.helidon.config.metadata.Configured
and@io.helidon.config.metadata.ConfiguredOption
@io.helidon.builder.api.Option.Configured
and@io.helidon.builder.api.Option.Default*
@io.helidon.builder.api.Prototype.Configured
and@io.helidon.builder.api.Prototype.Provides
Deprecations
Mark modules as deprecated since 4.1.0 and to be removed in 5.0.0.
New modules