Make core runtime features independent of Spring.
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Feb 2020 11:12:18 +0000 (12:12 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 15 Feb 2020 11:12:18 +0000 (12:12 +0100)
commit810d3b29b3678cbe4b9a6af8e281757c6e820ee4
tree1442b6ea664053e0b3e9c88da97b02541679c00f
parentf8a9ca2e0faabe1e0cdcd3537da34e02a0e55f57
Make core runtime features independent of Spring.
59 files changed:
dep/org.argeo.slc.dep.backend/pom.xml
dep/org.argeo.slc.dep.minimal/pom.xml
lib/pom.xml
org.argeo.slc.agent.jcr/META-INF/spring/jcr-osgi.xml
org.argeo.slc.agent.jcr/META-INF/spring/jcr.xml
org.argeo.slc.api/src/org/argeo/slc/execution/FlowConfigurationException.java [new file with mode: 0644]
org.argeo.slc.jcr/bnd.bnd
org.argeo.slc.jcr/pom.xml
org.argeo.slc.jcr/src/org/argeo/slc/jcr/execution/JcrAgent.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/execution/JcrExecutionModulesListener.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/execution/JcrExecutionProcess.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/execution/JcrProcessThread.java [new file with mode: 0644]
org.argeo.slc.jcr/src/org/argeo/slc/jcr/execution/JcrRealizedFlow.java [new file with mode: 0644]
org.argeo.slc.runtime/.classpath [new file with mode: 0644]
org.argeo.slc.runtime/.gitignore [new file with mode: 0644]
org.argeo.slc.runtime/.project [new file with mode: 0644]
org.argeo.slc.runtime/META-INF/.gitignore [new file with mode: 0644]
org.argeo.slc.runtime/bnd.bnd [new file with mode: 0644]
org.argeo.slc.runtime/build.properties [new file with mode: 0644]
org.argeo.slc.runtime/pom.xml [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/AbstractExecutionModulesManager.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/DefaultAgent.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/DefaultAgentCli.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/DefaultExecutionFlow.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/DefaultExecutionSpec.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/DefaultExecutionStack.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/DefaultProcess.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/ExecutionThread.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/InstantiationManager.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/ProcessThread.java [new file with mode: 0644]
org.argeo.slc.runtime/src/org/argeo/slc/runtime/ProcessThreadGroup.java [new file with mode: 0644]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/AbstractExecutionModulesManager.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultAgent.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultAgentCli.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionFlow.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionSpec.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultExecutionStack.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/DefaultProcess.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/ExecutionParameterPostProcessor.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/ExecutionScope.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/ExecutionThread.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/FlowConfigurationException.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/InstantiationManager.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/ParameterRef.java
org.argeo.slc.spring/src/org/argeo/slc/core/execution/ProcessThread.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/ProcessThreadGroup.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/core/execution/runtime.xml
org.argeo.slc.spring/src/org/argeo/slc/core/execution/specs.xml
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrAgent.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrAttachmentUploader.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrExecutionModulesListener.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrExecutionProcess.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrProcessThread.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/jcr/execution/JcrRealizedFlow.java [deleted file]
org.argeo.slc.spring/src/org/argeo/slc/osgi/OsgiExecutionModulesManager.java
org.argeo.slc.support/pom.xml
org.argeo.slc.support/src/org/argeo/slc/log4j/SlcExecutionAppender.java
pom.xml