Add dependency to groovy-xml#114
Add dependency to groovy-xml#114szpak merged 1 commit intopszymczyk:masterfrom martin-g:fix/add-dependency-to-groovy-xml
Conversation
Without it I face this error while building Apache Dubbo:
[ERROR] testAvailable Time elapsed: 6.882 s <<< ERROR!
java.lang.NoClassDefFoundError: groovy/util/slurpersupport/GPathResult
at org.apache.dubbo.registry.consul.ConsulRegistryTest.setUp(ConsulRegistryTest.java:55)
Updates:
- Groovy to 2.5.14
- JUnit4 to 4.13.2
- JUnit5 to 5.7.1
|
See #102 for explanation. |
|
Thanks for explaining! |
|
I've figured it! |
|
@szpak Do you agree with me that this PR should be reconsidered ? |
|
I didn't expect that, but you seem to be right :-). Btw, seeing: in the httpbuilder's Thanks for your PR. And thanks for Apache Wicket ;-). |
If you feel adventurous you may want to replace it with https://http-builder-ng.github.io/http-builder-ng/ ;-) |
Hehe :-) |
okhttp is some alternative, however rather 3.x as 4.x migrated to Kotlin, which introduces extra dependency. Nevertheless, it would probably need to be done by some external contribution :-). |
* Issue #7349 - Fix the build on ARM64 CPU architecture Update embedded-redis and embedded-consul to newer versions which have native binaries for aarch64 Re-introduce TravisCI as a build tool only for ARM64. It will run as a cron job every night * Issue #7408 - Set the scope of groovy-xml in the dependencyManagement section Inline the version so that it is not forgotten to be removed when the dependency is removed with the upgrade to embedded-consul:2.2.1 See pszymczyk/embedded-consul#114 * Update embedded-redis to 0.10.0 * DUBBO-7349 Upgrade Embedded-Consul to 2.2.1 * DUBBO-7349 Add scope=test to all occurrences of embedded-[redis|consul]
Without it I face this error while building Apache Dubbo:
Updates: