-
keycloak is easily embeddable: https://www.baeldung.com/keycloak-embedded-in-spring-boot-app
provide integration similar to ApacheDS so it can be turned on/off via annotation in unit tests.
This…
subes updated
2 years ago
-
this is the follow-up story from https://issuetracker.springsource.com/browse/STS-4414, so work on the shell integration for the spring cloud cli. How that should look like exactly still has to be def…
-
-
Hi @derjust,
I am working on the auditing support for spring-data-dynamodb.
https://github.com/vitolimandibhrata/spring-data-dynamodb/commits/auditing-support
Currently, it can only enable the audit…
-
I want to completely change the design and color combination of the website and add animations to the website to make it seem cleaner and more professional. Possible places to apply these changes are …
-
**Expected Behavior**
Many data pipelines technologies (like Spark\ Flink\ Camel) offer Apache Pulsar interactions. I think this should be supported within Spring Integration either.
**Current B…
-
I have a Spring Boot service with Apache Camel that uploads files to an SMB file share. It seems that when the service is shut down mid upload it is closing the connection and reopening the connection…
-
This seems to be in version 1.9.2.
The task snippet:
doFirst {
jettyEclipseRun.httpPort = 8080
jettyEclipseRun.daemon = true
jettyEclipseRun.execute()
}
Will say:
> …
-
Hi,
How are the deployments defined in the test deployed, or how does Arquillian receive the corresponding metadata? Or is there still a gap in the implementation here?
I don't know much about i…
-
In order to have proper security handling it might make sense to use Spring's built in security framework. Just not sure if that works with the device id stuff. Should though....