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

Add methods to control Jersey feature auto-discovery #416

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

sleberknight
Copy link
Member

@sleberknight sleberknight commented Dec 15, 2023

  • Add two methods to StandardEnvironmentConfigurations which provide an easy way to control whether Jersey feature auto-discovery is enabled or disabled.
  • Add a new enum, JerseyFeatureStatus, to describe whether a feature should be enabled or disabled
  • Both of these methods and then enum are marked as beta features to provide for future API changes

Closes #415

* Add two methods to StandardEnvironmentConfigurations which
  provide an easy way to control whether Jersey feature
  auto-discovery is enabled or disabled.

Closes #415
@sleberknight sleberknight self-assigned this Dec 15, 2023
Copy link

@terezivy terezivy merged commit 831e893 into master Dec 15, 2023
5 checks passed
@terezivy terezivy deleted the add-methods-to-control-Jersey-autodiscovery branch December 15, 2023 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add methods to disable (or enable) Jersey feature auto-discovery
2 participants