-
So couple hypotheticals: say you have some company wide Gradle convention plugins, that among other things, add Lombok to project dependencies from a `conventions/src/main/groovy/io.moo.java-base.grad…
-
Analyzed class extends java.lang.Exception and has a Lombok `@ToString` class level annotation.
Stack trace:
```
error-prone version: 2.24.1
BugPattern: OverrideThrowableToString
…
-
Type: Bug
Use Vscode and it will become slow and glitchy and this is new since last couple updates and is awful.
VS Code version: Code 1.86.2 (Universal) (903b1e9d8990623e3d7da1df3d33db3e42d80e…
-
Is there possibility to create Liquibase scripts from @Entity declaration?
What I want?
When I run `gradle diff` I suppouse liquibase will check there is no table `Owner` on database, and create reco…
piszu updated
7 months ago
-
- [x] 스프링 파일 생성 및 프로젝트 초기화
- [x] gradle 프로젝트 생성
- [x] build.gradle 을 통해 spring 프로젝트에 필요한 dependency 추가
- [x] tomcat 및 log4j2 실행 확인
- [x] 스프링 의존성 주입
- [x] 스프링과 MySql 연동
- [x] 스프링과 MyBatis 연동
-
It seems Gradle still brings in the zipkin reporter (`io.zipkin.reporter2:zipkin-reporter`) if one depends on `io.micrometer:micrometer-tracing-bridge-brave`.
Reproducer:
```gradle
plugins {
…
-
### Current Behavior
When executing the build, it prompts:
```
Unsupported Java.
Your build is currently configured to use Java 21.0.1 and Gradle 8.5.
Possible solution:
- Use Java 20 as…
-
I'm tring to integrate querydsl into spring data jdbc.
I added the package below into my build.gradle
```gradle
implementation 'com.infobip:infobip-spring-data-jdbc-querydsl-boot-starter:8.1.2…
-
Do we support Java with Kotlin in same project?
I try to use avaje inject with annotationProcessor and kapt, and it will generate xxxModule twice for some reason I have to keep Java and Kotlin in sam…
-
[provide a description of the issue]
##### Environment
- Operating System:Windows10
- JDK version:Amazon Correto 21 (and JAVA17)
- Visual Studio Code version:1.86.1
- Java extension version…