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
Initial commit - minimal set of classes from MP Config. #6
Conversation
api/src/main/java/jakarta/config/spi/ConfigProviderResolver.java
Outdated
Show resolved
Hide resolved
|
I had a quick look. Not sure if we want to do some of the changes or just push it as is and then provide separate PRs for some ideas. |
|
Is there a list of MP Config classes or methods that were removed and are TBD? |
Not that I'm aware, but @tomas-langer might be able to provide one. |
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.
The PR is not functional yet. It doesn't even implement the most basic features. It's basically an empty skeleton.
Co-authored-by: Emily Jiang <emijiang6@googlemail.com>
A lot of methods on |
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.
LGTM
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.
We should move as-is and handle additional changes with separate PRs.
|
@tomas-langer I added one small correction to be consistence. With that, I think I am ok with this PR. |
Co-authored-by: Emily Jiang <emijiang6@googlemail.com>
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.
LGTM
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.
Some git/github changes please.
Initial commit.
Contains most classes from MP. Some methods were removed, so we can update them as agreed on meetings/mailing lists.
The spec folder is almost clean and uses template from Jakarta.
The tck folder is clean (just created two packages for programmatic TCK and inject TCK).
If you run the build, documentation is generated (both html and pdf) in target directory of the spec module.