Skip to content
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

Create a way to better configure Jersey #4110

Closed
jansupol opened this issue Apr 24, 2019 · 0 comments
Closed

Create a way to better configure Jersey #4110

jansupol opened this issue Apr 24, 2019 · 0 comments
Labels
Milestone

Comments

@jansupol
Copy link
Contributor

While there is a set of properties that can be used to configure Jersey (ClientProperties, ServerProperties, CommonProperties), the configuration is performed inside a java code.

There are ways to configure Jersey application from outside:

  • Using the environment properties. This is not anything that should be done by default, but it also should be able to configure the application without modifying it
  • Using the property files. One way is to use Config JSR/ MP Config implementation to provide this functionality. The other way is to use an implementation of the user provided property provider.

Minimize impact on permissions needed by SecurityManager to read properties (such as from the environment).

@jansupol jansupol added the 2.29 label Apr 24, 2019
@senivam senivam added this to the 2.29 milestone Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants