fkjaekel
fkjaekel
Hi, Great project, congratulations. I was able to use it normally setting the credentials in .m2/settings.xml, but to avoid having to configure it on the computers of all developers from...
### Describe the feature I'm looking forward to use this [feature](https://aws.amazon.com/blogs/developer/new-improved-flexibility-when-configuring-endpoint-urls-with-the-aws-sdks-and-tools/) with the Java SDK. I was not able to get it working with the SSM client version 2.20.156 and...
When working with SDR, I need that the associated resources are expanded in the returned JSON. I have achieved this by adding @RestResource(exported = false) to the associated resource. For...
I'd like to write an integration test to confirm that CORS is correctly setup for the application. With WebMvcRepositoryRestConfiguration I could check the registry field. Could you consider making it...
Could you provide an example for websocket route request_parameter? I tried like de code below, there are no errors but the request parameter is not created. ``` routes = {...
**Describe the bug** java.lang.NoSuchMethodException: org.hibernate.persister.entity.JoinedSubclassEntityPersister.(org.hibernate.mapping.PersistentClass, org.hibernate.cache.spi.access.EntityDataAccess, org.hibernate.cache.spi.access.NaturalIdDataAccess, org.hibernate.metamodel.spi.RuntimeModelCreationContext) **To Reproduce** Spring boot 3.3 or 3.4 with native build **Logs** ```` ``` :: Spring Boot :: (v3.4.1) 2025-01-15T13:08:23.419-03:00 INFO 61583 ---...