Niels Basjes
Niels Basjes
So I tracked down the cause of this 340 test failing and fixed it. I put up a merge request for maven https://github.com/apache/maven/pull/483 Now this version of the plugin ONLY...
Just to clarify the current status as I understand it: 1. https://github.com/apache/maven/pull/483 fixes the real problem in Maven itself. 2. https://github.com/apache/maven-shade-plugin/pull/103 fixes the MSHADE-340 test that fails under the changed...
I build several of my own projects with this updated maven version and they all passed without any hickups.
@michael-o 1. Yes, this is indeed a hard problem with a lot of side effects to think about. 2. I already did that check (as I mentioned in the description)...
Hi @michael-o & @rfscholte, I'm curious about the next steps. Is there anything else I can do / try / write / test to make all of this a success?
Have a look at my project (and tell me what you think) which does include such a classification: https://github.com/nielsbasjes/yauaa
I noticed that some flows in the Google code seem to rely on the `NoCredentialsProvider` to return null. So currently I have created 2 new classes in my project to...
FYI I've included the above mentioned classes I created in Apache flink to make it work smoothly with the emulator. https://github.com/apache/flink/tree/master/flink-connectors/flink-connector-gcp-pubsub/src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/emulator
> I see a lot of changes which do not belong here, but are ultimately good to be applied. Can you move them into a separate PR? I'd be happy...
Note: - I have rebased this on top of https://github.com/apache/maven-release/pull/132 to make sure it all keeps working. So the diff looks a lot bigger than it is. - This requires...