-
Notifications
You must be signed in to change notification settings - Fork 190
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
DynamicProxyable works only with non-primitive arguments #1965
Comments
Could do something like this for int/Integer, but I'm hoping to find something that is less of a hack.
|
// primitive types are : int, byte, short, long, float, double, boolean, and char. Others, such as byte, short, float and char don't have an equivalent.
Couchbase JVM Core JsonValue only supports these: Arrays won't work here either. They need to be List or Iterable. see https://github.com/couchbase/couchbase-jvm-clients/blob/41834f54f30be0a4dd7fc9953de0fbaac76255db/java-client/src/main/java/com/couchbase/client/java/json/JsonValue.java#L79-L98 |
see https://www.couchbase.com/forums/t/reactive-dynamicproxyable-is-not-working/39163
Issue is in FindMethod
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/repository/support/FindMethod.java
Lines 124 to 128 in 10f71c9
The text was updated successfully, but these errors were encountered: