Skip to content

Commit 197b8d9

Browse files
committed
rename serve
1 parent f701ce6 commit 197b8d9

File tree

76 files changed

+204
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+204
-195
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

languages/jvm/java.com/services/helidon.io/build.gradle renamed to languages/jvm/java.com/server/helidon.io/build.gradle

File renamed without changes.

languages/jvm/java.com/services/helidon.io/config/checkstyle/checkstyle.xml renamed to languages/jvm/java.com/server/helidon.io/config/checkstyle/checkstyle.xml

File renamed without changes.

languages/jvm/java.com/services/helidon.io/config/pmd/pmd-ruleset.xml renamed to languages/jvm/java.com/server/helidon.io/config/pmd/pmd-ruleset.xml

File renamed without changes.

languages/jvm/java.com/services/helidon.io/gradle.lockfile renamed to languages/jvm/java.com/server/helidon.io/gradle.lockfile

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -12,49 +12,49 @@ com.google.guava:failureaccess:1.0.3=checkstyle
1212
com.google.guava:guava:33.5.0-jre=checkstyle
1313
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
1414
com.google.j2objc:j2objc-annotations:3.1=checkstyle
15-
com.puppycrawl.tools:checkstyle:12.1.1=checkstyle
15+
com.puppycrawl.tools:checkstyle:12.1.2=checkstyle
1616
commons-beanutils:commons-beanutils:1.11.0=checkstyle
1717
commons-codec:commons-codec:1.11=checkstyle
1818
commons-collections:commons-collections:3.2.2=checkstyle
1919
commons-io:commons-io:2.20.0=spotbugs
2020
info.picocli:picocli:4.7.7=checkstyle
21-
io.helidon.builder:helidon-builder-api:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
io.helidon.common.concurrency:helidon-common-concurrency-limits:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
io.helidon.common.features:helidon-common-features-api:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24-
io.helidon.common.features:helidon-common-features-metadata:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25-
io.helidon.common.features:helidon-common-features:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26-
io.helidon.common:helidon-common-buffers:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27-
io.helidon.common:helidon-common-config:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28-
io.helidon.common:helidon-common-configurable:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29-
io.helidon.common:helidon-common-context:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30-
io.helidon.common:helidon-common-key-util:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31-
io.helidon.common:helidon-common-mapper:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32-
io.helidon.common:helidon-common-media-type:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33-
io.helidon.common:helidon-common-parameters:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34-
io.helidon.common:helidon-common-resumable:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35-
io.helidon.common:helidon-common-security:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36-
io.helidon.common:helidon-common-socket:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37-
io.helidon.common:helidon-common-task:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38-
io.helidon.common:helidon-common-tls:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39-
io.helidon.common:helidon-common-types:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40-
io.helidon.common:helidon-common-uri:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41-
io.helidon.common:helidon-common:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42-
io.helidon.config:helidon-config-yaml:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43-
io.helidon.config:helidon-config:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44-
io.helidon.http.encoding:helidon-http-encoding:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45-
io.helidon.http.media:helidon-http-media:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46-
io.helidon.http:helidon-http:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47-
io.helidon.logging:helidon-logging-common:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48-
io.helidon.metadata:helidon-metadata-hson:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49-
io.helidon.metadata:helidon-metadata:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
io.helidon.metrics:helidon-metrics-api:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51-
io.helidon.service:helidon-service-metadata:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
io.helidon.service:helidon-service-registry:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53-
io.helidon.webclient:helidon-webclient-api:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54-
io.helidon.webclient:helidon-webclient-http1:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55-
io.helidon.webclient:helidon-webclient:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
56-
io.helidon.webserver:helidon-webserver:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
57-
io.helidon:helidon:4.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
io.helidon.builder:helidon-builder-api:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
io.helidon.common.concurrency:helidon-common-concurrency-limits:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
io.helidon.common.features:helidon-common-features-api:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
io.helidon.common.features:helidon-common-features-metadata:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25+
io.helidon.common.features:helidon-common-features:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26+
io.helidon.common:helidon-common-buffers:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27+
io.helidon.common:helidon-common-config:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28+
io.helidon.common:helidon-common-configurable:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29+
io.helidon.common:helidon-common-context:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30+
io.helidon.common:helidon-common-key-util:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31+
io.helidon.common:helidon-common-mapper:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32+
io.helidon.common:helidon-common-media-type:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33+
io.helidon.common:helidon-common-parameters:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
io.helidon.common:helidon-common-resumable:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
io.helidon.common:helidon-common-security:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36+
io.helidon.common:helidon-common-socket:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
io.helidon.common:helidon-common-task:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
io.helidon.common:helidon-common-tls:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39+
io.helidon.common:helidon-common-types:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40+
io.helidon.common:helidon-common-uri:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41+
io.helidon.common:helidon-common:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
io.helidon.config:helidon-config-yaml:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
io.helidon.config:helidon-config:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
44+
io.helidon.http.encoding:helidon-http-encoding:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
io.helidon.http.media:helidon-http-media:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
io.helidon.http:helidon-http:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47+
io.helidon.logging:helidon-logging-common:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48+
io.helidon.metadata:helidon-metadata-hson:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49+
io.helidon.metadata:helidon-metadata:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
io.helidon.metrics:helidon-metrics-api:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51+
io.helidon.service:helidon-service-metadata:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52+
io.helidon.service:helidon-service-registry:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53+
io.helidon.webclient:helidon-webclient-api:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54+
io.helidon.webclient:helidon-webclient-http1:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55+
io.helidon.webclient:helidon-webclient:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
56+
io.helidon.webserver:helidon-webserver:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
57+
io.helidon:helidon:4.3.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5858
jaxen:jaxen:2.0.0=spotbugs
5959
net.sf.saxon:Saxon-HE:12.9=checkstyle,pmd,spotbugs
6060
net.sourceforge.pmd:pmd-ant:7.18.0=pmd
@@ -76,7 +76,8 @@ org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
7676
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
7777
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
7878
org.apache.xbean:xbean-reflect:3.7=checkstyle
79-
org.checkerframework:checker-qual:3.51.1=checkstyle,pmd
79+
org.checkerframework:checker-qual:3.51.1=pmd
80+
org.checkerframework:checker-qual:3.52.0=checkstyle
8081
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
8182
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
8283
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
@@ -94,7 +95,8 @@ org.pcollections:pcollections:4.0.2=pmd
9495
org.reflections:reflections:0.10.2=checkstyle
9596
org.slf4j:jul-to-slf4j:1.7.36=pmd
9697
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
98+
org.slf4j:slf4j-simple:1.7.32=checkstyle
9799
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
98100
org.xmlresolver:xmlresolver:5.3.3=checkstyle,pmd,spotbugs
99-
org.yaml:snakeyaml:2.4=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.yaml:snakeyaml:2.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
100102
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor

languages/jvm/java.com/services/helidon.io/gradle/wrapper/gradle-wrapper.properties renamed to languages/jvm/java.com/server/helidon.io/gradle/wrapper/gradle-wrapper.properties

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)