-
With #42 you added the feature, to clear the output directory automatically. But what, if you process two APIs into the same output directory? In this case only the code of the latest execution will s…
-
**Bug description**
When i try run my code this is the error thats returned
`
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'retryTemplate' defined in class…
-
After upgrading to 6.1.7 applications fail with various AOP errors:
Here are two examples (full stacks are below) from 2 different apps:
- `Caused by: java.lang.IllegalArgumentException: error a…
-
Dependencies should be grouped by destination [kotlin:S6629](http://localhost:9001/coding_rules?open=kotlin%3AS6629&rule_key=kotlin%3AS6629)
![image](https://github.com/jhipster/jhipster-lite/asset…
-
Good day,
I am trying to install a spring-batch job in jboss 2.7.2 but I am facing this issue
`ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operatio…
-
I have upgraded my Springboot gradle application to 2.7.1 to 3.2.3.
My all applications will run as Windows wrapper services. Before the upgrade everything working fine. after the upgrade, when I …
-
4665183238644399
-
Currently, return type `ResponseEntity` or ResponseEntity` is supported.
Example:
```java
@Override
public Mono getQuote(String id, ServerWebExchange exchange) {
return quotes.g…
-
### Expected Behavior
The Micronaut service starts properly.
### Actual Behaviour
At the startup of several of my Micronaut services, I get the error message: "Message: Multiple possible bean candi…
-
There are some features missing from Hal-forms specification to be a complete hypermedia format.
One is to be able to determine the possible values for a field, for example, a select field with some o…