Skip to content

Micronaut + Reactor + JAsync doesn't compile #3

@mojo2012

Description

@mojo2012

Hi,

I tried to implement my first demo project with micronaut/reactor. Unfortunately this error pops up during compilation:

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project test: Fatal error compiling: java.lang.IllegalAccessError: class io.github.vipcxj.jasync.core.javac.JAsyncContext (in unnamed module @0x42ed89da) cannot access class com.sun.tools.javac.api.JavacTrees (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.api to unnamed module @0x42ed89da -> [Help 1]

This is the sample project: https://github.com/mojo2012/async-test

I hope you can help me fix this :-)

cheers, matthias

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions