일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- java 1238
- 자바 백준 팩토리얼 개수
- ipfs bean
- mongodb lookup
- spring mongoTemplate switch
- spring mongodb switch
- 자바 1676
- spring mongodb
- nodejs rabbitmq
- kotiln functional interface
- 백준 특정한 최단 경로
- 안정해시
- ipfs singletone
- 백준 2252 줄세우기
- java 파티
- 백준 연결요소 자바
- java 1509
- javav 1676
- kotiln const
- 백준 1504 java
- rabbitmq 싱글톤
- 전략 패턴이란
- Spring ipfs
- go
- 익명 객체 @transactional
- java 백준 1509
- kotiln const val
- java 팩토리얼 개수
- spring mongoTemplate
- Java Call By Refernce
Archives
- Today
- Total
공부 흔적남기기
spring-cloud-function-context.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0. 본문
MSA & Arcitecture
spring-cloud-function-context.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
65살까지 코딩 2025. 1. 27. 13:24728x90
반응형
Spring Cloud Bus를 위해서 cloud bus amp를 추가했는데 해당 라이브러리가
implementation("org.springframework.cloud:spring-cloud-starter-bus-amqp")
function context 라이브러리를 가져온다.
"org.springframework.cloud:spring-cloud-function-context
해당 라이브러리에 kotiln 버전을 제대로 인식하지 못하는 버그가 있었다.
https://github.com/spring-cloud/spring-cloud-function/issues/1218
Kotlin compilation error with spring-cloud-function 4.2.0- · Issue #1218 · spring-cloud/spring-cloud-function
Describe the bug Kotlin compilation error with spring-cloud-function 4.2.0 Versions of the framework: Spring Boot 3.4.0 Spring Cloud: 2024.0.0 Kotlin: 1.9.25 Java: 17 Sample To reproduce: Generate ...
github.com
implementation("org.springframework.cloud:spring-cloud-function-context:4.2.1")
을 명시적으로 추가함으로 해결할 수 있었다.
TMI
이상한건
implementation("org.springframework.cloud:spring-cloud-starter-bus-amqp")
만 단독으로 사용하는 프로젝트에서는 문제가 딱히 없다.. spring-cloud dependecy들 사이 어딘가에서 알수없는 충돌이 발생하나보다..
728x90
반응형
'MSA & Arcitecture' 카테고리의 다른 글
MSA란 -마틴 파울러 아티클 읽기 (0) | 2025.02.05 |
---|---|
Spring Cloud를 이용한 MSA(2) (0) | 2025.01.30 |
Spring Cloud를 이용한 MSA(1) (0) | 2025.01.27 |
안정해시(해시링) (0) | 2025.01.19 |
도메인 모델 시작하기 (0) | 2024.01.17 |