Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Fix hints for r2dbc and guard hint processor against ClassNotFoundException. #1044

Conversation

christophstrobl
Copy link
Contributor

This PR adds missing reflection configuration for r2dbc Connection and makes sure hints for types identified via their name do not lead to an unintended ClassNotFoundException causing hint computation to abort early.

Fixes the native image of the data-r2dbc sample.

This commit fixes an issue where hints for types identified via their name can lead to unintended ClassNotFoundException.
@christophstrobl christophstrobl added this to the 0.11.0 milestone Sep 20, 2021
@sdeleuze sdeleuze merged commit 8f9b9b1 into spring-attic:0.11.x Sep 20, 2021
@sdeleuze sdeleuze added the type: compatibility Native image compatibility issue label Sep 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: compatibility Native image compatibility issue
Development

Successfully merging this pull request may close these issues.

2 participants