Skip to content

Add missing reflection hint to access RedisURI in StandaloneConnectionProvider #2440

@christophstrobl

Description

@christophstrobl
hints.reflection().registerType(RedisClient.class,
	it -> it.onReachableType(TypeReference.of("org.springframework.data.redis.connection.lettuce.StandaloneConnectionProvider"))
	.withMembers(MemberCategory.INVOKE_PUBLIC_METHODS, MemberCategory.DECLARED_FIELDS));

Metadata

Metadata

Labels

theme: aotAn issue related to Ahead-Of-Time processing

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions