Thomas Fox
Thomas Fox
We have added custom entities to the activiti databases and are trying to bulk delete these entities using org.activiti.engine.ManagementService.executeCommand(commandContext -> { commandContext.getDbSqlSession().delete(statement, param, entityClass); return null; }); However, DbSqlSession does...
**Platform: adoptopenjdk-8-hotspot (8u272-b10-3)** **Architecture: linux amd64** We are creating a HTTPS connection to a server using client authentication. While connecting, the client explicitly chooses to present one specific entry in...
We have a groovy(JDK) project which runs tests which depend on the time zone. We use the set-timezone action to pin the time zone. Previously, ubuntu-latest was using Ubuntu 22.04...