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

feat: Enable CDI Timebox Check if existing work can be (#29552) #29553

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

spbolton
Copy link
Contributor

  • Remove Old ant-tooling dependency removing PluginLoader and DotJasperTask
  • Enable CDI and add cdi Jersey Support with Jersey 2.28

Note: Previous jersey update to 2.27 but not using cdi was causing a random postman failure, we will need to repeat this test to ensure we do not see this same issue

Related to #29552 (Enable CDI Timebox Check if existing work can be).

@ApplicationScoped
public class CDIUtils {

public static <T> T getBean(Class<T> clazz) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool, this is currently an optional, prefer this impl

@nollymar nollymar changed the base branch from master to main September 30, 2024 20:36
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.

3 participants