-
The zip validation changes for [JDK-8302483](https://www.oracle.com/java/technologies/javase/17-0-8-relnotes.html#JDK-8302483) causes failures to load jars output by the migration tool:
```
lombok…
-
spring boot 프로젝트를 초기화 한다.
* [x] spring boot inti
* [ ] ~folder tree setting~
* [x] DI injection
* [x] gitignore setting
-
After upgrading to Spring Boot 3.2.0, my build fails with the following error:
```console
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.71 s
-
**Type**: Bug
**Component**: SQS
**Describe the bug**
Potential conflict between commons-logging:jar in spring-cloud-aws-starter-sqs dependency and Spring Framework.
It shows a warning on st…
-
Hello,
I have a webflux application that is instrumented with prometheus for metrics. It receives HTTP requests from users and also from prometheus (via actuator).
1) When prometheus calls the a…
-
My idea version is 2017.3.4,i try to use Lombok plugin in my project.
My stepts are:
1 Install Plugin
2 Restart IDE
3 Enable Annotation Processing
4 Added Lombok dependency to my project
butt…
-
hi,
With liquibase-hibernate5, the output xml does not include column type differences. But the normal "diff" detects and writes these differences normally in plain text format (not xml).
For example…
-
**Describe the bug**
Building and deploying the Main branch version of spring-cloud-function-samples/function-sample-gcp-http fails with 'java.lang.ClassNotFoundException: org.springframework.boot.lo…
-
Type: Bug
Greetings so the context menu seems to hang
only by reloading the window it goes away
this is not favorable as I have vscode task running and they all need to be restarted
I know from regu…
-
I'm caching an object (JCache unfortunately). In the configuration I'm using one of the fields, LocalDate endDate, from the object to calculate when it should expire.
```java
public long expireAf…