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
are native images supported? (not an expert, just tried casually to build a native image from a Spring Boot app)
doing something like Versioned<KeyWrapper> v = vaultTemplate.opsForVersionedKeyValue(kvEngine).get(kvPath,KeyWrapper.class);
And I get
com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of org.springframework.vault.core.VersionedResponse: cannot deserialize from Object value (no delegate- or property-based Creator): this appears to be a native image, in which case you may need to configure reflection for the class that is to be deserialized
Versions are
Spring Boot 3.4.0-M3 (also tried 3.3.4)
Spring Vault 3.1.2
The text was updated successfully, but these errors were encountered:
are native images supported? (not an expert, just tried casually to build a native image from a Spring Boot app)
doing something like
Versioned<KeyWrapper> v = vaultTemplate.opsForVersionedKeyValue(kvEngine).get(kvPath,KeyWrapper.class);
And I get
Versions are
Spring Boot 3.4.0-M3 (also tried 3.3.4)
Spring Vault 3.1.2
The text was updated successfully, but these errors were encountered: