spring-projects / spring-data-couchbase

Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
https://spring.io/projects/spring-data-couchbase
Apache License 2.0
274 stars 190 forks source link

javax.inject dependency #1917

Closed mikereiche closed 6 months ago

mikereiche commented 6 months ago

Moritz Halbritter 10 hours ago @Michael Reiche Hello! Spring Boot's main build is failing, because there's a javax.inject dependency coming through spring-data-couchbase

10 hours ago +--- org.springframework.data:spring-data-couchbase -> 5.2.4-SNAPSHOT | +--- com.querydsl:querydsl-apt:5.0.0 -> 5.1.0 | | --- com.querydsl:querydsl-codegen:5.1.0 | | +--- com.querydsl:querydsl-core:5.1.0 | | | --- com.mysema.commons:mysema-commons-lang:0.2.4 | | +--- com.querydsl:codegen-utils:5.1.0 | | | +--- org.eclipse.jdt:ecj:3.26.0 | | | --- io.github.classgraph:classgraph:4.8.146 | | +--- javax.inject:javax.inject:1

mikereiche commented 5 months ago

This is now fixed and will be available in the May release.