-
Notifications
You must be signed in to change notification settings - Fork 116
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
Backport ConfigAccessor and ConfigSnapshot from ConfigJSR #384
Comments
struberg
added a commit
to struberg/microprofile-config
that referenced
this issue
Sep 4, 2018
…onfigJSR All changes originally by me, except 1 smallish fixes by Tomas Langer.
struberg
added a commit
to struberg/microprofile-config
that referenced
this issue
Oct 4, 2018
This also includes a fix to avoid OS specific hacks (envconfig.* properties)
Emily-Jiang
added a commit
that referenced
this issue
Dec 9, 2018
Signed-off-by: Emily Jiang <[email protected]>
Emily-Jiang
added a commit
that referenced
this issue
Dec 17, 2018
… - address comments Signed-off-by: Emily Jiang <[email protected]>
Emily-Jiang
added a commit
that referenced
this issue
Dec 17, 2018
… - address comments Signed-off-by: Emily Jiang <[email protected]>
jmesnil
added a commit
to jmesnil/microprofile-config
that referenced
this issue
Jan 18, 2019
Update the onAttributeChange method to return a ChangeSupport class that can be used to handle release of resources (in the close method). When a Config is released, it should call ChangeSupport.close to ensure that the ConfigSource has a chance to properly release any resources held by the callbacks. * Add TCK test ConfigAccessorTest#testOnAttributeChange Signed-off-by: Jeff Mesnil <[email protected]>
Emily-Jiang
added a commit
that referenced
this issue
Jan 23, 2019
Signed-off-by: Emily Jiang <[email protected]>
Emily-Jiang
added a commit
that referenced
this issue
Jan 23, 2019
Signed-off-by: Emily Jiang <[email protected]>
Emily-Jiang
added a commit
that referenced
this issue
Feb 8, 2019
jmesnil
added a commit
to jmesnil/microprofile-config
that referenced
this issue
Feb 8, 2019
Update the onAttributeChange method to return a ChangeSupport class that can be used to handle release of resources (in the close method). When a Config is released, it should call ChangeSupport.close to ensure that the ConfigSource has a chance to properly release any resources held by the callbacks. * Add TCK test ConfigAccessorTest#testOnAttributeChange Signed-off-by: Jeff Mesnil <[email protected]>
jmesnil
added a commit
to jmesnil/microprofile-config
that referenced
this issue
Feb 11, 2019
Update the onAttributeChange method to return a ChangeSupport class that can be used to handle release of resources (in the close method). When a Config is released, it should call ChangeSupport.close to ensure that the ConfigSource has a chance to properly release any resources held by the callbacks. * Add TCK test ConfigAccessorTest#testOnAttributeChange Signed-off-by: Jeff Mesnil <[email protected]>
Emily-Jiang
added a commit
that referenced
this issue
Feb 13, 2019
Closed
@struberg is it still relevant? ConfigAccessor is already in the code base? |
jmesnil
pushed a commit
to jmesnil/microprofile-config
that referenced
this issue
Sep 6, 2019
Signed-off-by: Emily Jiang <[email protected]>
jmesnil
pushed a commit
to jmesnil/microprofile-config
that referenced
this issue
Sep 6, 2019
Signed-off-by: Emily Jiang <[email protected]>
jmesnil
pushed a commit
to jmesnil/microprofile-config
that referenced
this issue
Sep 6, 2019
Signed-off-by: Emily Jiang <[email protected]>
jmesnil
pushed a commit
to jmesnil/microprofile-config
that referenced
this issue
Sep 6, 2019
Signed-off-by: Emily Jiang <[email protected]>
jmesnil
pushed a commit
to jmesnil/microprofile-config
that referenced
this issue
Sep 6, 2019
Signed-off-by: Emily Jiang <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ConfigJSR introduce a few advanced features for handling dynamic values.
See the discussions over here
eclipse/ConfigJSR#9
and
eclipse/ConfigJSR#8
The text was updated successfully, but these errors were encountered: