Konrad Windszus

Results 602 comments of Konrad Windszus

Ticket resulted in the following answer: > Unfortunately, these plugins are public and managed directly on their public GitHub pages, so I cannot provide an ETA for your request. Adobe...

@bpeptena Looks good, can you add a unit test for it?

@rfreemo Can you share the bug report number so that once a new dispatcher release is out one can check if it has been fixed?

Maybe to not introduce regression we could have two versions of the most common methods: One which just returns null if some classes cannot be loaded and the other one...

I think this was fixed meanwhile in v0.10 as no exception seem to be swallowed in https://github.com/ronmamo/reflections/blob/1f05c178131b252b787e0c89f43feab3b370295b/src/main/java/org/reflections/util/NameHelper.java#L64 and https://github.com/ronmamo/reflections/blob/1f05c178131b252b787e0c89f43feab3b370295b/src/main/java/org/reflections/util/ClasspathHelper.java#L150 (except for MalformedUrlException).

> why isn't the Jenkins plugin being used? Are you referring to https://plugins.jenkins.io/adobe-cloud-manager/? This does not support Jenkins Pipelines and only the request to trigger a new execution (without waiting...

https://plugins.jenkins.io/adobe-cloud-manager/ is not based on https://github.com/adobe/aio-lib-java-cloudmanager and also has no issue tracker, therefore it is close to impossible to collaborate. Also this does not rely on any Adobe libraries but...

I created 5 issues: https://issues.jenkins.io/browse/JENKINS-64929?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20adobe-cloud-manager-plugin.

One further question before I come up with PRs for the Jenkins Plugin: Is that now maintained by Adobe or by Perficient? Who is responsible for pushing out releases in...