AbsaOSS / spline-spark-agent

Spline agent for Apache Spark
https://absaoss.github.io/spline/
Apache License 2.0
176 stars 90 forks source link

Bugfix/spline spark agent 714 classpath collision #715

Closed wajda closed 1 year ago

wajda commented 1 year ago

fixes #714

Relocated:

Moved from the root module to the integration-tests module:

cerveada commented 1 year ago

Does this break tests when running from IDE?

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

wajda commented 1 year ago

Does this break tests when running from IDE?

No, in root pom, there is only a shade plugin config, but it's only executed in bundles. I added the comment for clarity.