@cronapp/framework-core 2.9.0 → 2.9.1-SP.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@cronapp/framework-core",
3
- "version": "2.9.0",
3
+ "version": "2.9.1-SP.4",
4
4
  "scripts": {
5
5
  "build": "npx webpack --progress --config webpack.config.js",
6
6
  "watch": "npx webpack -d eval-source-map --progress --watch --config webpack.config.js",
7
- "prepublishOnly": "npm run build -p && cp target/browser/* .",
8
- "postpublish": "git clean -fd"
7
+ "prepack": "npm run build -p && cp target/browser/* ."
9
8
  },
10
9
  "dependencies": {
11
10
  "flat": "5.0.2",
@@ -21,4 +20,4 @@
21
20
  "webpack": "5.36.0",
22
21
  "webpack-cli": "4.6.0"
23
22
  }
24
- }
23
+ }
package/.classpath DELETED
@@ -1,49 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <classpath>
3
- <classpathentry kind="src" output="target/classes" path="src/main/java">
4
- <attributes>
5
- <attribute name="optional" value="true"/>
6
- <attribute name="maven.pomderived" value="true"/>
7
- </attributes>
8
- </classpathentry>
9
- <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10
- <attributes>
11
- <attribute name="maven.pomderived" value="true"/>
12
- </attributes>
13
- </classpathentry>
14
- <classpathentry kind="src" output="target/test-classes" path="src/test/java">
15
- <attributes>
16
- <attribute name="optional" value="true"/>
17
- <attribute name="maven.pomderived" value="true"/>
18
- <attribute name="test" value="true"/>
19
- </attributes>
20
- </classpathentry>
21
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
22
- <attributes>
23
- <attribute name="maven.pomderived" value="true"/>
24
- </attributes>
25
- </classpathentry>
26
- <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27
- <attributes>
28
- <attribute name="maven.pomderived" value="true"/>
29
- </attributes>
30
- </classpathentry>
31
- <classpathentry kind="src" path="target/generated-sources/annotations">
32
- <attributes>
33
- <attribute name="optional" value="true"/>
34
- <attribute name="maven.pomderived" value="true"/>
35
- <attribute name="ignore_optional_problems" value="true"/>
36
- <attribute name="m2e-apt" value="true"/>
37
- </attributes>
38
- </classpathentry>
39
- <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
40
- <attributes>
41
- <attribute name="optional" value="true"/>
42
- <attribute name="maven.pomderived" value="true"/>
43
- <attribute name="ignore_optional_problems" value="true"/>
44
- <attribute name="m2e-apt" value="true"/>
45
- <attribute name="test" value="true"/>
46
- </attributes>
47
- </classpathentry>
48
- <classpathentry kind="output" path="target/classes"/>
49
- </classpath>
package/.factorypath DELETED
@@ -1,75 +0,0 @@
1
- <factorypath>
2
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-web/2.4.3/spring-boot-starter-web-2.4.3.jar" enabled="true" runInBatchMode="false"/>
3
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter/2.4.3/spring-boot-starter-2.4.3.jar" enabled="true" runInBatchMode="false"/>
4
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-logging/2.4.3/spring-boot-starter-logging-2.4.3.jar" enabled="true" runInBatchMode="false"/>
5
- <factorypathentry kind="VARJAR" id="M2_REPO/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar" enabled="true" runInBatchMode="false"/>
6
- <factorypathentry kind="VARJAR" id="M2_REPO/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar" enabled="true" runInBatchMode="false"/>
7
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/logging/log4j/log4j-to-slf4j/2.13.3/log4j-to-slf4j-2.13.3.jar" enabled="true" runInBatchMode="false"/>
8
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar" enabled="true" runInBatchMode="false"/>
9
- <factorypathentry kind="VARJAR" id="M2_REPO/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar" enabled="true" runInBatchMode="false"/>
10
- <factorypathentry kind="VARJAR" id="M2_REPO/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar" enabled="true" runInBatchMode="false"/>
11
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar" enabled="true" runInBatchMode="false"/>
12
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar" enabled="true" runInBatchMode="false"/>
13
- <factorypathentry kind="VARJAR" id="M2_REPO/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar" enabled="true" runInBatchMode="false"/>
14
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-json/2.4.3/spring-boot-starter-json-2.4.3.jar" enabled="true" runInBatchMode="false"/>
15
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-databind/2.11.4/jackson-databind-2.11.4.jar" enabled="true" runInBatchMode="false"/>
16
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-annotations/2.11.4/jackson-annotations-2.11.4.jar" enabled="true" runInBatchMode="false"/>
17
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/core/jackson-core/2.11.4/jackson-core-2.11.4.jar" enabled="true" runInBatchMode="false"/>
18
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.11.4/jackson-datatype-jdk8-2.11.4.jar" enabled="true" runInBatchMode="false"/>
19
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.11.4/jackson-datatype-jsr310-2.11.4.jar" enabled="true" runInBatchMode="false"/>
20
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/jackson/module/jackson-module-parameter-names/2.11.4/jackson-module-parameter-names-2.11.4.jar" enabled="true" runInBatchMode="false"/>
21
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-tomcat/2.4.3/spring-boot-starter-tomcat-2.4.3.jar" enabled="true" runInBatchMode="false"/>
22
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/tomcat/embed/tomcat-embed-core/9.0.41/tomcat-embed-core-9.0.41.jar" enabled="true" runInBatchMode="false"/>
23
- <factorypathentry kind="VARJAR" id="M2_REPO/org/glassfish/jakarta.el/3.0.3/jakarta.el-3.0.3.jar" enabled="true" runInBatchMode="false"/>
24
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.41/tomcat-embed-websocket-9.0.41.jar" enabled="true" runInBatchMode="false"/>
25
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-web/5.3.4/spring-web-5.3.4.jar" enabled="true" runInBatchMode="false"/>
26
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar" enabled="true" runInBatchMode="false"/>
27
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-webmvc/5.3.4/spring-webmvc-5.3.4.jar" enabled="true" runInBatchMode="false"/>
28
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar" enabled="true" runInBatchMode="false"/>
29
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar" enabled="true" runInBatchMode="false"/>
30
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-cache/2.4.3/spring-boot-starter-cache-2.4.3.jar" enabled="true" runInBatchMode="false"/>
31
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-context-support/5.3.4/spring-context-support-5.3.4.jar" enabled="true" runInBatchMode="false"/>
32
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-security/2.4.3/spring-boot-starter-security-2.4.3.jar" enabled="true" runInBatchMode="false"/>
33
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar" enabled="true" runInBatchMode="false"/>
34
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/security/spring-security-config/5.4.5/spring-security-config-5.4.5.jar" enabled="true" runInBatchMode="false"/>
35
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/security/spring-security-core/5.4.5/spring-security-core-5.4.5.jar" enabled="true" runInBatchMode="false"/>
36
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/security/spring-security-web/5.4.5/spring-security-web-5.4.5.jar" enabled="true" runInBatchMode="false"/>
37
- <factorypathentry kind="VARJAR" id="M2_REPO/org/hibernate/validator/hibernate-validator/6.1.7.Final/hibernate-validator-6.1.7.Final.jar" enabled="true" runInBatchMode="false"/>
38
- <factorypathentry kind="VARJAR" id="M2_REPO/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar" enabled="true" runInBatchMode="false"/>
39
- <factorypathentry kind="VARJAR" id="M2_REPO/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar" enabled="true" runInBatchMode="false"/>
40
- <factorypathentry kind="VARJAR" id="M2_REPO/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar" enabled="true" runInBatchMode="false"/>
41
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-data-jpa/2.4.3/spring-boot-starter-data-jpa-2.4.3.jar" enabled="true" runInBatchMode="false"/>
42
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-aop/2.4.3/spring-boot-starter-aop-2.4.3.jar" enabled="true" runInBatchMode="false"/>
43
- <factorypathentry kind="VARJAR" id="M2_REPO/org/aspectj/aspectjweaver/1.9.6/aspectjweaver-1.9.6.jar" enabled="true" runInBatchMode="false"/>
44
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-starter-jdbc/2.4.3/spring-boot-starter-jdbc-2.4.3.jar" enabled="true" runInBatchMode="false"/>
45
- <factorypathentry kind="VARJAR" id="M2_REPO/com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar" enabled="true" runInBatchMode="false"/>
46
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar" enabled="true" runInBatchMode="false"/>
47
- <factorypathentry kind="VARJAR" id="M2_REPO/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar" enabled="true" runInBatchMode="false"/>
48
- <factorypathentry kind="VARJAR" id="M2_REPO/jakarta/persistence/jakarta.persistence-api/2.2.3/jakarta.persistence-api-2.2.3.jar" enabled="true" runInBatchMode="false"/>
49
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/data/spring-data-jpa/2.4.5/spring-data-jpa-2.4.5.jar" enabled="true" runInBatchMode="false"/>
50
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/data/spring-data-commons/2.4.5/spring-data-commons-2.4.5.jar" enabled="true" runInBatchMode="false"/>
51
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar" enabled="true" runInBatchMode="false"/>
52
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar" enabled="true" runInBatchMode="false"/>
53
- <factorypathentry kind="VARJAR" id="M2_REPO/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar" enabled="true" runInBatchMode="false"/>
54
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/spring-aspects/5.3.4/spring-aspects-5.3.4.jar" enabled="true" runInBatchMode="false"/>
55
- <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/persistence/org.eclipse.persistence.jpa/2.7.7/org.eclipse.persistence.jpa-2.7.7.jar" enabled="true" runInBatchMode="false"/>
56
- <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/persistence/jakarta.persistence/2.2.3/jakarta.persistence-2.2.3.jar" enabled="true" runInBatchMode="false"/>
57
- <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/persistence/org.eclipse.persistence.asm/2.7.7/org.eclipse.persistence.asm-2.7.7.jar" enabled="true" runInBatchMode="false"/>
58
- <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/persistence/org.eclipse.persistence.antlr/2.7.7/org.eclipse.persistence.antlr-2.7.7.jar" enabled="true" runInBatchMode="false"/>
59
- <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/2.7.7/org.eclipse.persistence.jpa.jpql-2.7.7.jar" enabled="true" runInBatchMode="false"/>
60
- <factorypathentry kind="VARJAR" id="M2_REPO/org/eclipse/persistence/org.eclipse.persistence.core/2.7.7/org.eclipse.persistence.core-2.7.7.jar" enabled="true" runInBatchMode="false"/>
61
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot-autoconfigure/2.4.3/spring-boot-autoconfigure-2.4.3.jar" enabled="true" runInBatchMode="false"/>
62
- <factorypathentry kind="VARJAR" id="M2_REPO/org/springframework/boot/spring-boot/2.4.3/spring-boot-2.4.3.jar" enabled="true" runInBatchMode="false"/>
63
- <factorypathentry kind="VARJAR" id="M2_REPO/org/liquibase/liquibase-core/4.2.2/liquibase-core-4.2.2.jar" enabled="true" runInBatchMode="false"/>
64
- <factorypathentry kind="VARJAR" id="M2_REPO/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar" enabled="true" runInBatchMode="false"/>
65
- <factorypathentry kind="VARJAR" id="M2_REPO/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar" enabled="true" runInBatchMode="false"/>
66
- <factorypathentry kind="VARJAR" id="M2_REPO/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar" enabled="true" runInBatchMode="false"/>
67
- <factorypathentry kind="VARJAR" id="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" enabled="true" runInBatchMode="false"/>
68
- <factorypathentry kind="VARJAR" id="M2_REPO/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar" enabled="true" runInBatchMode="false"/>
69
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/commons/commons-dbcp2/2.8.0/commons-dbcp2-2.8.0.jar" enabled="true" runInBatchMode="false"/>
70
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/commons/commons-pool2/2.9.0/commons-pool2-2.9.0.jar" enabled="true" runInBatchMode="false"/>
71
- <factorypathentry kind="VARJAR" id="M2_REPO/commons-codec/commons-codec/1.15/commons-codec-1.15.jar" enabled="true" runInBatchMode="false"/>
72
- <factorypathentry kind="VARJAR" id="M2_REPO/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9.jar" enabled="true" runInBatchMode="false"/>
73
- <factorypathentry kind="VARJAR" id="M2_REPO/org/projectlombok/lombok/1.18.18/lombok-1.18.18.jar" enabled="true" runInBatchMode="false"/>
74
- <factorypathentry kind="VARJAR" id="M2_REPO/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar" enabled="true" runInBatchMode="false"/>
75
- </factorypath>
package/.project DELETED
@@ -1,34 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <projectDescription>
3
- <name>cronapp-framework-core</name>
4
- <comment></comment>
5
- <projects>
6
- </projects>
7
- <buildSpec>
8
- <buildCommand>
9
- <name>org.eclipse.jdt.core.javabuilder</name>
10
- <arguments>
11
- </arguments>
12
- </buildCommand>
13
- <buildCommand>
14
- <name>org.eclipse.m2e.core.maven2Builder</name>
15
- <arguments>
16
- </arguments>
17
- </buildCommand>
18
- </buildSpec>
19
- <natures>
20
- <nature>org.eclipse.jdt.core.javanature</nature>
21
- <nature>org.eclipse.m2e.core.maven2Nature</nature>
22
- </natures>
23
- <filteredResources>
24
- <filter>
25
- <id>1630503075559</id>
26
- <name></name>
27
- <type>30</type>
28
- <matcher>
29
- <id>org.eclipse.core.resources.regexFilterMatcher</id>
30
- <arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31
- </matcher>
32
- </filter>
33
- </filteredResources>
34
- </projectDescription>
@@ -1,4 +0,0 @@
1
- eclipse.preferences.version=1
2
- encoding//src/main/java=UTF-8
3
- encoding//src/main/resources=UTF-8
4
- encoding/<project>=UTF-8
@@ -1,4 +0,0 @@
1
- eclipse.preferences.version=1
2
- org.eclipse.jdt.apt.aptEnabled=true
3
- org.eclipse.jdt.apt.genSrcDir=target/generated-sources/annotations
4
- org.eclipse.jdt.apt.genTestSrcDir=target/generated-test-sources/test-annotations
@@ -1,10 +0,0 @@
1
- eclipse.preferences.version=1
2
- org.eclipse.jdt.core.compiler.codegen.methodParameters=generate
3
- org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
4
- org.eclipse.jdt.core.compiler.compliance=11
5
- org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6
- org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
7
- org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
8
- org.eclipse.jdt.core.compiler.processAnnotations=enabled
9
- org.eclipse.jdt.core.compiler.release=disabled
10
- org.eclipse.jdt.core.compiler.source=11
@@ -1,4 +0,0 @@
1
- activeProfiles=
2
- eclipse.preferences.version=1
3
- resolveWorkspaceProjects=true
4
- version=1