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

Use bean factory class loader for deserializing JDBC sessions #610

Closed
wants to merge 1 commit into from

Commits on Sep 2, 2016

  1. Use bean factory class loader for deserializing JDBC sessions

    This commit addresses the issue with deserializing JDBC sessions in Spring Boot applications that use DevTools. Previously, such configuration would cause `ClassCastException` when deserializing JDBC sessions due to app class loader being used instead of restart class loader.
    vpavic committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    71a7549 View commit details
    Browse the repository at this point in the history