christopinka
christopinka
multi module project is kinda fighting me in intellij. Not sure what's up. `mvn clean install` succeeds but project is broken in intellij. Lots of errors like 'java: package org.apache.maven.model...
I think I'm just missing that version number in my local repo `fetching pom file for gav com.xxx:parent:2.0.6` Strange message if that's it. It does appear to be the problem;...
After setting maven settings in config.properties I'm getting further. After many unresolvable and duplicate messages I get ``` analysis report: 73 projects loaded and added to the pom graph, 111...
Understood. How do you recommend unit testing behavior in receive function? Thanks
Do you know of any plans to handoff the project to other owners?
Same. Using nightly at rustc 1.71.0-nightly (87b1f891e 2023-04-29). On m1 mac with nightly-aarch64-apple-darwin (default)
@dan-da has something that works but has fallen behind again - https://github.com/dan-da/ml
Adding below fixes this issue ``` org.apache.hadoop hadoop-auth 3.3.4 test ```
But still difficulties in setting up a test that passes. More missing from pom like ``` java.lang.NoClassDefFoundError: org/apache/hadoop/hdfs/server/blockmanagement/BlockInfoContiguous ```
and... java.lang.NoSuchMethodError: org.apache.hadoop.metrics2.lib.DefaultMetricsSystem.setMiniClusterMode(Z)V I'll try again tomorrow. I'll clone the project and see how that goes. Thanks!