-
Notifications
You must be signed in to change notification settings - Fork 306
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
Payara 1531 Implementation of Microprofile Config #1793
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…s and set cardinality of property sources.
…orking with override via asadmin commands
…rn the correct object from getValue Next step is to build the CDI Extension
…s and set cardinality of property sources.
…orking with override via asadmin commands
…rn the correct object from getValue Next step is to build the CDI Extension
…e objects to the Config
…ow need to do Optional
…describe the server like port and host address
… visible on the admin console
Do not merge JDK8 only code we need to work out build profiles. |
Jenkins, quick test JDK8 please |
Quick build and test failed! |
Jenkins, quick test JDK8 please |
Quick build and test failed! |
…ng out the app info
Jenkins, quick test JDK8 please |
Quick build and test passed! |
jenkins test please |
Quick build and test failed! |
Jenkins, quick test JDK8 please |
Quick build and test passed! |
Pandrex247
approved these changes
Jul 31, 2017
lprimak
pushed a commit
to flowlogix/Payara
that referenced
this pull request
Aug 2, 2017
* PAYARA-1531 Initial structure * PAYARA-1531 First cut base supporting Payara Service Code * PAYARA-1531 First cust Service with asadmin commands to set properties and set cardinality of property sources. * PAYARA-1531 Started to build out the Microprofile compliany Config code * PAYARA-1531 the most basic ConfigProvider.getConfig().getValue() is working with override via asadmin commands * PAYARA-1531 Refactor, Initial ConfigBuilder and discovery of customer Converters * PAYARA-1531 Added all the default converters and now use them to return the correct object from getValue Next step is to build the CDI Extension * PAYARA-1531 Initial structure * PAYARA-1531 First cut base supporting Payara Service Code * PAYARA-1531 First cust Service with asadmin commands to set properties and set cardinality of property sources. * PAYARA-1531 Started to build out the Microprofile compliany Config code * PAYARA-1531 the most basic ConfigProvider.getConfig().getValue() is working with override via asadmin commands * PAYARA-1531 Refactor, Initial ConfigBuilder and discovery of customer Converters * PAYARA-1531 Added all the default converters and now use them to return the correct object from getValue Next step is to build the CDI Extension * PAYARA-1531 Ensure discovered ConfigProvider also provide ConfigSource objects to the Config * PAYARA-1531 initial code for CDI extension * PAYARA-1531 Working injection of basic types and custom converters. Now need to do Optional * PAYARA-1531 version of the code ready for testing with the TCK * PAYARA-1531 Added a JNDI config source that reads properties from JNDI * PAYARA-1531 added default converter for URL and InetAddress * PAYARA-1531 Added config source which provides some properties which describe the server like port and host address * PAYARA-1531 package up microprofile into Payara Server * PAYARA-1531 passes TCK bar some skipped tests that need investigation * PAYARA-1531 enable modification of properties which are currently not visible on the admin console * PAYARA-1531 Upgrade to released microprofile. Ensure deployment failures to pass TCK. * PAYARA-1531 Search all modules for the current classloader when working out the app info * PAYARA-1531 rework empty property name handling and handle primitive conversions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Implementation of microprofile config api for Payara Server and Payara Micro