-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
Dependabot auto update failing to compile
https://github.com/RedHatInsights/rhsm-subscriptions/pull/3666
Unable to assemble successfully locally
Cause: io.smallrye.config.ConfigSourceInterceptor: Provider com.redhat.swatch.contract.config.UmbVirtualTopicConfigInterceptor not found
./gradlew clean :swatch-contracts:assemble
> Configure project :
Inferred project: rhsm-subscriptions, version: 1.1.0-snapshot.202408161647+a550437FAILURE: Build failed with an exception.* What went wrong:
io.smallrye.config.ConfigSourceInterceptor: Provider com.redhat.swatch.contract.config.UmbVirtualTopicConfigInterceptor not found* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.For more on this, please refer to https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.BUILD FAILED in 787ms
7 actionable tasks: 7 up-to-date
Done Criteria
- Update PanacheSpecificationSupport.merge method to use `JpaOperations.INSTANCE.getSession()` instead of `JpaOperations.INSTANCE.getEntityManager()`
- Address upstream issue in regards of using a custom ConfigSourceInterceptor. Reported by https://github.com/quarkusio/quarkus/issues/42584. We need to find alternatives/workarounds/better solutions to address this issue.