jira-importer

Results 1114 comments of jira-importer

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Please provide a simple project for reproduce.

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented Please upgrade Maven to 3.8.6

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented This is current limitation with bundled Sisu in Maven (version 0.3.5): it is old, and uses old ASM, so **only Java 11 bytecode is supported** currently, as...

**[Nils Christian Ehmke](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nils)** commented Hi [Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas), Thank you for the quick answer. Some follow-up questions: * Can we somehow circumvent this? The documentation only shows how to implement custom...

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented > Can we somehow circumvent this? The documentation only shows how to implement custom rules using the new injection-based API, but can we still use the full...

**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** commented > Shouldn't this be mentioned somewhere? Or is it documented and we just didn't see it? Should be, as we see we can only use JDK 8...

**[Nils Christian Ehmke](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=nils)** commented Hi [sjaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=sjaranowski) , > Can you more clarify your requirements, cases in this subject?   Sure. We have rules evaluating expressions to get e.g. the resources folder...

**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Sadly the (max) Java11 bytecode for components (and in Maven Mojos, and almost everything is a component) that are scanned by Sisu have this limitation, so to...