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
Because of ef6649f, the Persistence Guide now makes reference to our ojdbc integration. That integration brings in the version of UCP that was compiled with JDK 11 (ucp11). The actual UCP CDI integration brings in the version of UCP that was compiled with JDK 8 (ucp), which is still supported. Nevertheless, the UCP CDI integration should include ucp11, not ucp.
Without a fix, users will end up with two copies of UCP in their classpath (ucp and ucp11) at runtime.
The text was updated successfully, but these errors were encountered:
Because of ef6649f, the Persistence Guide now makes reference to our
ojdbc
integration. That integration brings in the version of UCP that was compiled with JDK 11 (ucp11
). The actual UCP CDI integration brings in the version of UCP that was compiled with JDK 8 (ucp
), which is still supported. Nevertheless, the UCP CDI integration should includeucp11
, notucp
.Without a fix, users will end up with two copies of UCP in their classpath (
ucp
anducp11
) at runtime.The text was updated successfully, but these errors were encountered: