Tobias Schaefer
Tobias Schaefer
Comment from @StephenOTT in #1: Note that the fluent API does not support all aspects BPMN. So as a result you need to manually generate many of the objects at...
Some ideas * let's first serialize the configuration (maybe even to an absolute path) and if a parameter is set then deserialize the configuration (and skip reading the XML configuration)....
I analyzed this with inspectIT: https://github.com/inspectIT/inspectIT/releases Starting the process engine takes about 5,5 seconds on my laptop. Of that time MyBatis already needs 3,5 seconds to parse the XML mappings....
I pushed a commit to the branch https://github.com/tobiasschaefer/micronaut-camunda-bpm/tree/issue19-startup-time > Reduced startup from 5 seconds to about 2.1 seconds by removing all unneeded mappers. This is not a solution but shows...
Here is MyBatis together with GraalVM: https://github.com/mybatis/mybatis-3/issues/1552
Some random links * https://stackoverflow.com/questions/57510886/micronaut-list-resources-files * https://docs.micronaut.io/1.1.0/api/io/micronaut/cli/io/support/ResourceUtils.html * https://stackoverflow.com/questions/53370135/is-there-an-equivalent-for-springs-resource-in-micronaut
Hi @datakurre , I've actually never created a UI plugin for Camunda so I need some time to research your request.
Hi @StephenOTT , thanks for this issue and also the comments in the other issues. I'll have a look at them one by one. I tried to find you on...
I stumbled across https://github.com/micronaut-projects/micronaut-servlet/issues/114 which might be related.
Hi @nikku , thanks. I updated the "Additional context" section of the issue. I hope that makes it clearer.