diff --git a/examples/.gitignore b/examples/.gitignore index 4379a5a..a2805aa 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -4,7 +4,9 @@ build lib/bld/** !lib/bld/bld-wrapper.jar !lib/bld/bld-wrapper.properties +lib/compile/ lib/runtime/ +lib/standalone/ lib/test/ # IDEA ignores diff --git a/examples/lib/compile/jackson-annotations-2.15.3.jar b/examples/lib/compile/jackson-annotations-2.15.3.jar deleted file mode 100644 index 83a6e4d..0000000 Binary files a/examples/lib/compile/jackson-annotations-2.15.3.jar and /dev/null differ diff --git a/examples/lib/compile/jackson-core-2.15.3.jar b/examples/lib/compile/jackson-core-2.15.3.jar deleted file mode 100644 index f0c53d1..0000000 Binary files a/examples/lib/compile/jackson-core-2.15.3.jar and /dev/null differ diff --git a/examples/lib/compile/jackson-databind-2.15.3.jar b/examples/lib/compile/jackson-databind-2.15.3.jar deleted file mode 100644 index b1a891a..0000000 Binary files a/examples/lib/compile/jackson-databind-2.15.3.jar and /dev/null differ diff --git a/examples/lib/compile/jackson-datatype-jdk8-2.15.3.jar b/examples/lib/compile/jackson-datatype-jdk8-2.15.3.jar deleted file mode 100644 index cf792c9..0000000 Binary files a/examples/lib/compile/jackson-datatype-jdk8-2.15.3.jar and /dev/null differ diff --git a/examples/lib/compile/jackson-datatype-jsr310-2.15.3.jar b/examples/lib/compile/jackson-datatype-jsr310-2.15.3.jar deleted file mode 100644 index af48df5..0000000 Binary files a/examples/lib/compile/jackson-datatype-jsr310-2.15.3.jar and /dev/null differ diff --git a/examples/lib/compile/jackson-module-parameter-names-2.15.3.jar b/examples/lib/compile/jackson-module-parameter-names-2.15.3.jar deleted file mode 100644 index 6d8b24c..0000000 Binary files a/examples/lib/compile/jackson-module-parameter-names-2.15.3.jar and /dev/null differ diff --git a/examples/lib/compile/jakarta.annotation-api-2.1.1.jar b/examples/lib/compile/jakarta.annotation-api-2.1.1.jar deleted file mode 100644 index e13b7df..0000000 Binary files a/examples/lib/compile/jakarta.annotation-api-2.1.1.jar and /dev/null differ diff --git a/examples/lib/compile/jul-to-slf4j-2.0.9.jar b/examples/lib/compile/jul-to-slf4j-2.0.9.jar deleted file mode 100644 index 67f8204..0000000 Binary files a/examples/lib/compile/jul-to-slf4j-2.0.9.jar and /dev/null differ diff --git a/examples/lib/compile/log4j-api-2.20.0.jar b/examples/lib/compile/log4j-api-2.20.0.jar deleted file mode 100644 index 29d1b52..0000000 Binary files a/examples/lib/compile/log4j-api-2.20.0.jar and /dev/null differ diff --git a/examples/lib/compile/log4j-to-slf4j-2.20.0.jar b/examples/lib/compile/log4j-to-slf4j-2.20.0.jar deleted file mode 100644 index 5eb8bc8..0000000 Binary files a/examples/lib/compile/log4j-to-slf4j-2.20.0.jar and /dev/null differ diff --git a/examples/lib/compile/logback-classic-1.4.11.jar b/examples/lib/compile/logback-classic-1.4.11.jar deleted file mode 100644 index c6a0353..0000000 Binary files a/examples/lib/compile/logback-classic-1.4.11.jar and /dev/null differ diff --git a/examples/lib/compile/logback-core-1.4.11.jar b/examples/lib/compile/logback-core-1.4.11.jar deleted file mode 100644 index fa630c9..0000000 Binary files a/examples/lib/compile/logback-core-1.4.11.jar and /dev/null differ diff --git a/examples/lib/compile/micrometer-commons-1.11.5.jar b/examples/lib/compile/micrometer-commons-1.11.5.jar deleted file mode 100644 index 1992eec..0000000 Binary files a/examples/lib/compile/micrometer-commons-1.11.5.jar and /dev/null differ diff --git a/examples/lib/compile/micrometer-core-1.11.5.jar b/examples/lib/compile/micrometer-core-1.11.5.jar deleted file mode 100644 index 81ad743..0000000 Binary files a/examples/lib/compile/micrometer-core-1.11.5.jar and /dev/null differ diff --git a/examples/lib/compile/micrometer-observation-1.11.5.jar b/examples/lib/compile/micrometer-observation-1.11.5.jar deleted file mode 100644 index 426f81f..0000000 Binary files a/examples/lib/compile/micrometer-observation-1.11.5.jar and /dev/null differ diff --git a/examples/lib/compile/slf4j-api-2.0.7.jar b/examples/lib/compile/slf4j-api-2.0.7.jar deleted file mode 100644 index be5447c..0000000 Binary files a/examples/lib/compile/slf4j-api-2.0.7.jar and /dev/null differ diff --git a/examples/lib/compile/snakeyaml-1.33.jar b/examples/lib/compile/snakeyaml-1.33.jar deleted file mode 100644 index 5a95195..0000000 Binary files a/examples/lib/compile/snakeyaml-1.33.jar and /dev/null differ diff --git a/examples/lib/compile/spring-aop-6.0.13.jar b/examples/lib/compile/spring-aop-6.0.13.jar deleted file mode 100644 index 77aa0dc..0000000 Binary files a/examples/lib/compile/spring-aop-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-beans-6.0.13.jar b/examples/lib/compile/spring-beans-6.0.13.jar deleted file mode 100644 index 0775eae..0000000 Binary files a/examples/lib/compile/spring-beans-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-3.1.5.jar b/examples/lib/compile/spring-boot-3.1.5.jar deleted file mode 100644 index 327be01..0000000 Binary files a/examples/lib/compile/spring-boot-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-actuator-3.1.5.jar b/examples/lib/compile/spring-boot-actuator-3.1.5.jar deleted file mode 100644 index 71b36c6..0000000 Binary files a/examples/lib/compile/spring-boot-actuator-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-actuator-autoconfigure-3.1.5.jar b/examples/lib/compile/spring-boot-actuator-autoconfigure-3.1.5.jar deleted file mode 100644 index 1102fec..0000000 Binary files a/examples/lib/compile/spring-boot-actuator-autoconfigure-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-autoconfigure-3.1.5.jar b/examples/lib/compile/spring-boot-autoconfigure-3.1.5.jar deleted file mode 100644 index c6214c8..0000000 Binary files a/examples/lib/compile/spring-boot-autoconfigure-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-starter-3.1.5.jar b/examples/lib/compile/spring-boot-starter-3.1.5.jar deleted file mode 100644 index a4a7ed0..0000000 Binary files a/examples/lib/compile/spring-boot-starter-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-starter-actuator-3.1.5.jar b/examples/lib/compile/spring-boot-starter-actuator-3.1.5.jar deleted file mode 100644 index 2b208eb..0000000 Binary files a/examples/lib/compile/spring-boot-starter-actuator-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-starter-json-3.1.5.jar b/examples/lib/compile/spring-boot-starter-json-3.1.5.jar deleted file mode 100644 index af85607..0000000 Binary files a/examples/lib/compile/spring-boot-starter-json-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-starter-logging-3.1.5.jar b/examples/lib/compile/spring-boot-starter-logging-3.1.5.jar deleted file mode 100644 index 2100661..0000000 Binary files a/examples/lib/compile/spring-boot-starter-logging-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-starter-tomcat-3.1.5.jar b/examples/lib/compile/spring-boot-starter-tomcat-3.1.5.jar deleted file mode 100644 index 1f7a7c2..0000000 Binary files a/examples/lib/compile/spring-boot-starter-tomcat-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-boot-starter-web-3.1.5.jar b/examples/lib/compile/spring-boot-starter-web-3.1.5.jar deleted file mode 100644 index 351541f..0000000 Binary files a/examples/lib/compile/spring-boot-starter-web-3.1.5.jar and /dev/null differ diff --git a/examples/lib/compile/spring-context-6.0.13.jar b/examples/lib/compile/spring-context-6.0.13.jar deleted file mode 100644 index 142be72..0000000 Binary files a/examples/lib/compile/spring-context-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-core-6.0.13.jar b/examples/lib/compile/spring-core-6.0.13.jar deleted file mode 100644 index 19c0009..0000000 Binary files a/examples/lib/compile/spring-core-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-expression-6.0.13.jar b/examples/lib/compile/spring-expression-6.0.13.jar deleted file mode 100644 index 36148a0..0000000 Binary files a/examples/lib/compile/spring-expression-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-jcl-6.0.13.jar b/examples/lib/compile/spring-jcl-6.0.13.jar deleted file mode 100644 index 80b6630..0000000 Binary files a/examples/lib/compile/spring-jcl-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-web-6.0.13.jar b/examples/lib/compile/spring-web-6.0.13.jar deleted file mode 100644 index 533a8dc..0000000 Binary files a/examples/lib/compile/spring-web-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/spring-webmvc-6.0.13.jar b/examples/lib/compile/spring-webmvc-6.0.13.jar deleted file mode 100644 index 42d7a54..0000000 Binary files a/examples/lib/compile/spring-webmvc-6.0.13.jar and /dev/null differ diff --git a/examples/lib/compile/tomcat-embed-core-10.1.15.jar b/examples/lib/compile/tomcat-embed-core-10.1.15.jar deleted file mode 100644 index 5ac947a..0000000 Binary files a/examples/lib/compile/tomcat-embed-core-10.1.15.jar and /dev/null differ diff --git a/examples/lib/compile/tomcat-embed-el-10.1.15.jar b/examples/lib/compile/tomcat-embed-el-10.1.15.jar deleted file mode 100644 index 9e4b6fc..0000000 Binary files a/examples/lib/compile/tomcat-embed-el-10.1.15.jar and /dev/null differ diff --git a/examples/lib/compile/tomcat-embed-websocket-10.1.15.jar b/examples/lib/compile/tomcat-embed-websocket-10.1.15.jar deleted file mode 100644 index f6eb9ea..0000000 Binary files a/examples/lib/compile/tomcat-embed-websocket-10.1.15.jar and /dev/null differ diff --git a/examples/lib/standalone/spring-boot-loader-3.1.5.jar b/examples/lib/standalone/spring-boot-loader-3.1.5.jar deleted file mode 100644 index 1da60e4..0000000 Binary files a/examples/lib/standalone/spring-boot-loader-3.1.5.jar and /dev/null differ