-
I have a Spring Boot application (REST-based using JAX-RS) and couple of endpoints secured with a custom `AuthenticationProvider`. For integration testing I'm not using MockMVC, but REST-assured.
How …
-
```
Hi,
I am a Java EE developer and I (imyousuf@gmail.com) and Shams
(shams.mahmood@gmail.com) have developed a example project with Hibernate,
Spring and GWT integration and would like to contribut…
-
### 👀 Is there an existing feature request for this?
- [X] I have searched the existing issues
### 🔖 Enhancement description
This feature request proposes adding support for the "Complete Summary" …
-
```
Background
---
The current eventlogger implementation:
org.soitoolkit.commons.mule.log.DefaultEventLogger
always writes logs to JMS.
If eventlogs are read directly from logfiles instead of from …
-
Greetings,
Using Fongo for my integration test for the DB layer and it works GREAT!
However I'm testing aggregation method, doing date transformation and the projection doesn't work like on real…
-
Hi all,
I'm encountering some problems while trying to save a relatively big graph using Spring Data Neo4j .save() method passing the aggregate root. In the following image, you can see an example …
-
[Christopher Smith](https://jira.spring.io/secure/ViewProfile.jspa?name=w_c_smith) (Migrated from [SEC-2616](https://jira.spring.io/browse/SEC-2616?redirect=false)) said:
I'm building an application …
-
Bonjour, j'ai quelques questions s'il vous plait
1. Si j'ai bien compris, JPA est un sous-ensemble de Spring Boot?
2. Vous nous avez dit dans le retour de notre projet; dans JPA il faut utiliser d…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Ask your question here
when i use spring boot project…
-
FYI, I think I have a better understanding of the cause regarding enums being between `' " ... " '` .
1. Let's consider this enum:
```
@Getter
@RequiredArgsConstructor
public enum MessageSta…