You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The changes made in #445 means that a manually set configuredProvider can be lost for good if it ever returns null and it is registered in the ServiceLoader.
The text was updated successfully, but these errors were encountered:
…DIProvider)
This is a workaround for jakartaee/cdi#461. Because
of that bug CDI.java will clear the CDIProvider set in AbstractCDIRuntime.start()
if CDIProvider.getCDI() ever returns null and later attempt to reacquire it
through the service loader.
CDIProvider.getCDI() will return null if ever called from the context of a non
CDI app
The changes made in #445 means that a manually set configuredProvider can be lost for good if it ever returns null and it is registered in the ServiceLoader.
The text was updated successfully, but these errors were encountered: