-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
CDI: programmatic lookup problem detected - Nayarana - 1.9.0.Final #12896
Comments
There doesn't seem to be a change in the bean declaration (e.g. it was always removeable). |
I am not doing that resolution in code, just using |
Here is my extension list: |
This commit expanded logging to include dynamic resolution ( |
Yes, it is expected and the naryana extension should fix the problem; i.e. either make the bean unremovable or don't attempt to use |
To sum up, the issue is that Quartz scheduler uses dynamic resolution in the form of |
Describe the bug
A warning message is printed when using
@Transactional
in 1.9.0.FinalExpected behavior
No warning message should show up.
Actual behavior
This message on startup is shown:
To Reproduce
Create any project using
@Transactional
annotation in some bean. Then just package and startup application.Configuration
Screenshots
Environment (please complete the following information):
uname -a
orver
:java -version
: JDK 11mvnw --version
orgradlew --version
):Additional context
Related to #12420
The text was updated successfully, but these errors were encountered: