-
### Description
When everything finally works fine locally, what I do is generate the jars and run docker compose.
After compiling the spring boot .jars and doing
```
docker compose -f docker-…
-
### Description
For partial updates eg via PATCH request it is not possible to set properties to null or empty for collections.
### Expected behavior
We expect that properties can be set to nul…
-
# Environment Details
* Helidon Version: 3.2.0 (also 3.2.1 and 3.1.2)
* Helidon MP
* JDK version: java 17.0.3 2022-04-19 LTS
* OS: Linux
* GRAALVM native-image version: GraalVM 22.3.1 Java 17 CE
…
-
Supposons qu'on a deux études (etudeA et etudeB). On fait un import dans etudeA dans lequel on créé subjectA et examA. Ensuite on copie les données importées dans etudeA vers etudeB.
Le subject reste…
-
**Describe the bug**
Unable to connect Redis to Spring boot dockerize application
**To reproduce**
I'm using a Redis image for my Spring Boot application and its running perfectly in my local…
-
### Basic information
* Axon Framework version: 4.9.3
* JDK version: 17
* Spring Boot 3.3.1
* Postgresql 16.3
* Complete executable reproducer if available (e.g. GitHub Repo): private, sorry
…
-
### Description
Hello everyone,
I came across an unsupported feature in the "**quarkus-spring-data-jpa**" extension which is often very usefull or quite mandatory and therefore an addition to th…
-
-
Executando procedure via execute statement ou executebatch
-
### Describe the bug
I have a POJO with a constructor of some fields (some are objects like a String, others are primitive types like boolean or short).
If I do a "select new MyPojo(...)" query, it …