-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
-
None
-
None
-
None
i tested the following combination:
- camunda spring boot starter 3.4.1
- zulu11.37.17-ca-jdk11.0.6-win_x64
i got an 'ugly' warining in the log about reflection issues. a am not sure if it leads to problems...
i assume that could be fixed, if camunda used a more recent mybatis version?!
see https://github.com/mybatis/mybatis-3/issues/1156
11:26:02.507 [I] [main ] ContextLoader.prepareWebApplicationContext:284 [] Root WebApplicationContext: initialization completed in 2298 ms 11:26:02.532 [I] [main ] CamundaJerseyResourceConfig.registerCamundaRestResources:38 [] Configuring camunda rest api. 11:26:02.553 [I] [main ] CamundaJerseyResourceConfig.registerCamundaRestResources:44 [] Finished configuring camunda rest api. 11:26:02.855 [I] [main ] DatabaseConfiguration.dataSource:100 [] Database url : jdbc:postgresql://localhost:5432/camundaDB WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.apache.ibatis.reflection.Reflector (file:/D:/maven-repo/org/mybatis/mybatis/3.4.4/mybatis-3.4.4.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.apache.ibatis.reflection.Reflector 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 11:26:06.183 [I] [main ] engine.logInfo:132 [] ENGINE-00001 Process Engine default created. 11:26:06.186 [I] [main ] jobexecutor.logInfo:132 [] ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor]. 11:26:06.188 [I] [JobExecutor[org] jobexecutor.logInfo:132 [] ENGINE-14018 JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor] starting to acquire jobs
This is the controller panel for Smart Panels app
- duplicates
-
CAM-10779 Update Mybatis to latest version
- Closed