holunda-io / polyflow-examples

A collection of examples demonstrating the usage of Polyflow library.
https://www.holunda.io/camunda-bpm-taskpool/
Apache License 2.0
6 stars 4 forks source link

kapt warning: illegal reflective access #140

Closed jangalinski closed 1 year ago

jangalinski commented 1 year ago

with kotlin 1.7.20 came this maven build warning:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.jetbrains.kotlin.kapt3.util.ModuleManipulationUtilsKt (file:/.../.m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing-maven/1.7.20/kotlin-annotation-processing-maven-1.7.20.jar) to constructor com.sun.tools.javac.util.Context()
WARNING: Please consider reporting this to the maintainers of org.jetbrains.kotlin.kapt3.util.ModuleManipulationUtilsKt
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
zambrovski commented 1 year ago

https://github.com/spring-projects/spring-boot/issues/28046

In the same time, Kapt is not needed at all in this example project. Will remove it.