jira-importer
jira-importer
githubbot: Github user acoburn commented on the issue: https://github.com/apache/curator/pull/237 I actually think the issue here is not with the `org.apache.curator/curator-client` bundle (which is an OSGi bundle), but rather with the...
githubbot: Github user christopher-johnson commented on the issue: https://github.com/apache/curator/pull/237 the framework imports the root org.curator.* but the client does not. Any import dependency on the framework will fail.
githubbot: Github user iocanel commented on a diff in the pull request: https://github.com/apache/curator/pull/237#discussion_r160649759 — Diff: curator-framework/pom.xml — @@ -100,6 +100,27 @@ + +org.apache.felix +maven-bundle-plugin +3.3.0 +true + + +!org.apache.curator,* —...
**[Nico Mexis](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=hyperspeeed)** commented This can be fixed by applying this change: https://github.com/ThexXTURBOXx/maven-shade-plugin/commit/77d6b323f453c83d66c6cc7a7a21cbd1f755c0ce This, however, breaks the tests and therefore most likely the expected behavior.
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented This bug is caused by MNG-7194.
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented I don't understand what these parameters should do, Based on the description you have an idea, so please provide an integrationtest with it.
**[Gili](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cowwoc)** commented Passing the following options to the compiler plugin fixes the problem, but I am looking for a way to configure Maven to do this automatically on my behalf: ...
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented [Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy) Do you work on it? It. Can we postpone it to next version? I would like to release 3.12.0 in a few days.
**[Olivier Lamy](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=olamy)** commented [sjaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sjaranowski) not anymore a problem (at least for myself :) ) the build cache extension is saving my time for this.