Skip to content

✨ Feat : JDK 21 with Jacoco #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 27, 2024
Merged

✨ Feat : JDK 21 with Jacoco #15

merged 4 commits into from
Mar 27, 2024

Conversation

ooMia
Copy link
Contributor

@ooMia ooMia commented Mar 26, 2024

개요

JDK 21, Jacococodecov 도입 검토

변경 사항

  • ✨ Feat : 가상 스레드를 위한 JDK 21 도입
  • ✨ Feat : Jacoco를 활용한 커버리지 배지 환경 구축

추가 정보

  • CI 테스트 검증

관련 이슈

Closes #14

codecov

ooMia added 2 commits March 24, 2024 22:02
* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- 백엔드 개발 간 자주 사용될 것으로 예상되는 내용으로 수정

* 🚚 Chore : Spring 프로젝트 초기화

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* 🐛 Fix : 경고 억제를 위한 빌드 설정

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 통합 테스트

* 🐛 Fix : 유효하지 않은 캐시키 이슈

- `.gradle/caches`에 의존성 나열

* 🐛 Fix : remove redundancy

- GitHub Actions의 자체 캐싱 활용

* ✨ Feat : test 정책 변경

- `main` 브랜치만 clean test 수행

* 🐛 Fix : 캐싱 기능

* 🐛 Fix : `main` 이외 브랜치 캐싱

* 📝 Docs : PR template

* 🐛 Fix : `.gitmessage` format 추가

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency
@ooMia ooMia changed the base branch from develop to main March 26, 2024 22:54
@ooMia ooMia changed the base branch from main to develop March 26, 2024 22:59
Copy link

codecov bot commented Mar 26, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@ooMia ooMia self-assigned this Mar 26, 2024
@ooMia ooMia linked an issue Mar 26, 2024 that may be closed by this pull request
@ooMia ooMia added the good first issue Good for newcomers label Mar 26, 2024
@ooMia ooMia added this to the 프로젝트 초기화 milestone Mar 26, 2024
@ooMia ooMia requested review from haxr369 and removed request for haxr369 March 26, 2024 23:39
@ooMia ooMia merged commit a299c9a into develop Mar 27, 2024
@ooMia ooMia deleted the feature/jdk-21-jacoco branch March 27, 2024 11:01
ooMia added a commit that referenced this pull request Mar 27, 2024
* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- 백엔드 개발 간 자주 사용될 것으로 예상되는 내용으로 수정

* 🚚 Chore : Spring 프로젝트 초기화

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* 🐛 Fix : 경고 억제를 위한 빌드 설정

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 통합 테스트

* 🐛 Fix : 유효하지 않은 캐시키 이슈

- `.gradle/caches`에 의존성 나열

* 🐛 Fix : remove redundancy

- GitHub Actions의 자체 캐싱 활용

* ✨ Feat : test 정책 변경

- `main` 브랜치만 clean test 수행

* 🐛 Fix : 캐싱 기능

* 🐛 Fix : `main` 이외 브랜치 캐싱

* 📝 Docs : PR template

* 🐛 Fix : `.gitmessage` format 추가

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco (#15)

* 🚚 Chore : 프로젝트 초기화 (#9)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- 백엔드 개발 간 자주 사용될 것으로 예상되는 내용으로 수정

* 🚚 Chore : Spring 프로젝트 초기화

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* 🐛 Fix : 경고 억제를 위한 빌드 설정

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 통합 테스트

* 🐛 Fix : 유효하지 않은 캐시키 이슈

- `.gradle/caches`에 의존성 나열

* 🐛 Fix : remove redundancy

- GitHub Actions의 자체 캐싱 활용

* ✨ Feat : test 정책 변경

- `main` 브랜치만 clean test 수행

* 🐛 Fix : 캐싱 기능

* 🐛 Fix : `main` 이외 브랜치 캐싱

* 📝 Docs : PR template

* 🐛 Fix : `.gitmessage` format 추가

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco

* 🔧 Modify : codecov-action 테스트

[codecov-action](https://github.com/codecov/codecov-action)
ooMia added a commit that referenced this pull request Mar 27, 2024
🚚 Chore : 프로젝트 초기화 (#18)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- 백엔드 개발 간 자주 사용될 것으로 예상되는 내용으로 수정

* 🚚 Chore : Spring 프로젝트 초기화

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* 🐛 Fix : 경고 억제를 위한 빌드 설정

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 통합 테스트

* 🐛 Fix : 유효하지 않은 캐시키 이슈

- `.gradle/caches`에 의존성 나열

* 🐛 Fix : remove redundancy

- GitHub Actions의 자체 캐싱 활용

* ✨ Feat : test 정책 변경

- `main` 브랜치만 clean test 수행

* 🐛 Fix : 캐싱 기능

* 🐛 Fix : `main` 이외 브랜치 캐싱

* 📝 Docs : PR template

* 🐛 Fix : `.gitmessage` format 추가

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco (#15)

* 🚚 Chore : 프로젝트 초기화 (#9)

* ✨ Feat : `.gitmessage`

- import from `spring-templates/java-lotto`
- 백엔드 개발 간 자주 사용될 것으로 예상되는 내용으로 수정

* 🚚 Chore : Spring 프로젝트 초기화

- Java/Spring Boot
- BellSoft Liberica JDK 17
- Spring Web
- [spring initializr](https://start.spring.io/#!type=gradle-project-kotlin&language=java&platformVersion=3.2.4&packaging=jar&jvmVersion=17&groupId=com.concurrency&artifactId=thread&name=spring-concurrency-thread&description=Examples%20of%20Java%20Thread%20Concurrency%20in%20Spring%20Framework&packageName=com.concurrency.thread&dependencies=web)

* 🐛 Fix : 경고 억제를 위한 빌드 설정

- gradle deprecated usage
- jvm CDS

* ✨ Feat : Build Optimizing

- enable build caching
- enable CDS while execution

* 🚚 Chore : GitHub Actions 통합 테스트

* 🐛 Fix : 유효하지 않은 캐시키 이슈

- `.gradle/caches`에 의존성 나열

* 🐛 Fix : remove redundancy

- GitHub Actions의 자체 캐싱 활용

* ✨ Feat : test 정책 변경

- `main` 브랜치만 clean test 수행

* 🐛 Fix : 캐싱 기능

* 🐛 Fix : `main` 이외 브랜치 캐싱

* 📝 Docs : PR template

* 🐛 Fix : `.gitmessage` format 추가

* 🎨 Style : polishing

* 🚚 Chore : simplify dependency

* ✨ Feat : JDK 21 with Jacoco

* 🔧 Modify : codecov-action 테스트

[codecov-action](https://github.com/codecov/codecov-action)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

JDK 21Jacoco 도입 검토
1 participant