Skip to content

🚚 Chore : ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™” (#18) #21

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 1 commit into from
Mar 27, 2024

Conversation

ooMia
Copy link
Contributor

@ooMia ooMia commented Mar 27, 2024

  • ✨ Feat : .gitmessage
  • import from spring-templates/java-lotto
  • λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •
  • 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”
  • πŸ› 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 μˆ˜ν–‰
  • import from spring-templates/java-lotto
  • λ°±μ—”λ“œ 개발 κ°„ 자주 μ‚¬μš©λ  κ²ƒμœΌλ‘œ μ˜ˆμƒλ˜λŠ” λ‚΄μš©μœΌλ‘œ μˆ˜μ •
  • 🚚 Chore : Spring ν”„λ‘œμ νŠΈ μ΄ˆκΈ°ν™”
  • πŸ› 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

κ°œμš”

λ³€κ²½ 사항

μΆ”κ°€ 정보

κ΄€λ ¨ 이슈

* ✨ 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 ooMia closed this Mar 27, 2024
@ooMia ooMia added the duplicate This issue or pull request already exists label Mar 27, 2024
@ooMia ooMia reopened this Mar 27, 2024
@ooMia ooMia closed this Mar 27, 2024
@ooMia ooMia reopened this Mar 27, 2024
@ooMia ooMia merged commit d019f57 into develop Mar 27, 2024
@ooMia ooMia temporarily deployed to github-pages March 27, 2024 17:54 — with GitHub Pages Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant