quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.73k stars 2.67k forks source link

absolute path in quarkus.keycloak.devservices.realm-path for integration-tests/oidc-client-reactive #33626

Closed maxandersen closed 1 year ago

maxandersen commented 1 year ago

Describe the bug

quarkus.keycloak.devservices.realm-path=/Users/manderse/code/quarkusio/gradle-enterprise-maven-build-validation/.data/02-validate-local-build-caching-different-locations/20230526T083333-647052bd/first-build_quarkus/integration-tests/oidc-client-reactive/target/classes/quarkus-realm.json

should be made relative or ignored

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

quarkus-bot[bot] commented 1 year ago

/cc @geoand (devservices), @pedroigor (keycloak,oidc), @sberyozkin (keycloak,oidc), @stuartwdouglas (devservices)

sberyozkin commented 1 year ago

Hi Max, can you clarify the problem please ?

maxandersen commented 1 year ago

the issue is that because of the hardcoded path it is not possible to reuse build cache between builds.

we need to decide if we just ignore it for these cases or need to change the build.