Deepak Chaudhary
Deepak Chaudhary
Hi, first of all thank-you so much for building this awesome tool. I was wondering if this request got implemented? If yes, pardon my negligence. Thank you once again.
@NingZhang-e Thanks will try this out - to be more specific, consider a Spring Data JPA repository like this - ` package com.soka.tracker.repository; import com.soka.tracker.entity.Geocodes; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import...
I tried this way - though now my app complains about not finding original interface to be autowired into service layer - if (ctClass.isInterface()) { ............ ............ ProxyFactory factory =...
`ctClass = classPool.get(className.replaceAll("/", "."));` gives me the actual interface name as received by `public byte[] transform(ClassLoader loader, String className, Class classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer)` method inside my `ClassFileTransformer` implementation....
@NingZhang-e - thanks for your help. definitely have found javaassist to be of help and will see how can I get around the problem I am trying to solve. Thanks.
It is 2021 and am I the only 1 looking for full-fledged REST API support with spring cloud functions? With spring native getting mature, I think more developers will be...
Hi @tsolakoua I can try helping out with this - pls let me know if its ok. Thank you.
@DennisMcWherter - I would like to help if its ok? Please guide to documentation or code to get started with this. Thank you.
Thank you @aklish. I will spend sometime today on this & get back to you if I have any further questions.
Thank you @aklish - can you pls share a use case to use encrypted ID? are we saying this could be any field that needs to be stored encrypted -...