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
Spring 5.x DataSource proxying does not work with Oracle UCP on JDK 9+ [SPR-17003] #21541
Comments
Juergen Hoeller commented Which kind of proxying is attempted here? In other words, what does the |
David J. M. Karlsen commented For my case (it is another user at stack-overflow) it is:
|
Juergen Hoeller commented And some AOP advice is trying to build an interface-based proxy for that |
David J. M. Karlsen commented It gets triggered if I |
Juergen Hoeller commented This turns out to be a side effect of #21264 where we're trying to combine interfaces for AspectJ pointcut matching. We ignore any such failures now, proceeding with the original target method (as we did before). This is ready for release in 5.1 RC1 and 5.0.8 this week; feel free to give it an early try against the upcoming |
David J. M. Karlsen opened SPR-17003 and commented
See discussion and referenced-stacktrace at SO.
An AOP clash appears due to similar signatures in:
https://docs.oracle.com/en/database/oracle/oracle-database/12.2/jjuar/oracle/ucp/jdbc/UCPConnectionBuilder.html
https://docs.oracle.com/javase/10/docs/api/java/sql/ConnectionBuilder.html
Affects: 5.0.7
Reference URL: https://stackoverflow.com/questions/50946614/using-spring-with-java-9-and-oracle-ucp
Issue Links:
Referenced from: commits bccff73, e21db26
The text was updated successfully, but these errors were encountered: