From cfa3440a7583a232457d93a721279f13a24dfc7e Mon Sep 17 00:00:00 2001 From: kishorecoder96 Date: Wed, 30 Oct 2024 23:41:20 +0530 Subject: [PATCH] removed import --- .../maven/test-0.1.0.jar | 1 - .../src/test/resources/invalid-pack | 0 .../src/test/resources/invalid-pack.bat | 0 .../buildpacks/src/test/resources/pack | 0 .../buildpacks/src/test/resources/pack.bat | 0 .../build/service/docker/WatchService.java | 0 .../jkube/kit/common/util/Base64UtilTest.java | 58 ++++++++-------- .../kit/config/service/DebugService.java | 1 - jkube-kit/doc/ci-docs.sh | 0 .../src/test/resources/dummy-java | 0 kubernetes-maven-plugin/doc/ci-docs.sh | 0 .../src/main/java/hello/Application.java | 68 +++++++++---------- .../secret-config/src/main/jkube/docker.yml | 42 ++++++------ mvnw | 0 .../src/main/java/hello/Application.java | 68 +++++++++---------- .../secret-config/src/main/jkube/docker.yml | 44 ++++++------ .../gradlew | 0 .../gradlew | 0 .../docker-file-provided-context-dir/gradlew | 0 .../docker-file-provided-docker-file/gradlew | 0 quickstarts/gradle/docker-file-simple/gradlew | 0 quickstarts/gradle/groovy-dsl-config/gradlew | 0 .../gradle/micronaut-customized-image/gradlew | 0 .../micronaut-customized-image/gradlew.bat | 0 quickstarts/gradle/micronaut/gradlew | 0 quickstarts/gradle/micronaut4/gradlew | 0 quickstarts/gradle/openliberty/gradlew | 0 quickstarts/gradle/plugin/gradlew | 0 .../gradle/quarkus-customized-image/gradlew | 0 .../quarkus-customized-image/gradlew.bat | 0 quickstarts/gradle/quarkus/gradlew | 0 quickstarts/gradle/quarkus/gradlew.bat | 0 .../gradle/spring-boot-camel-complete/gradlew | 0 quickstarts/gradle/spring-boot-crd/gradlew | 0 quickstarts/gradle/spring-boot-helm/gradlew | 0 quickstarts/gradle/spring-boot-watch/gradlew | 0 .../spring-boot-with-jib-assembly/gradlew | 0 quickstarts/gradle/spring-boot/gradlew | 0 quickstarts/gradle/vertx/gradlew | 0 quickstarts/gradle/webapp-custom/gradlew | 0 quickstarts/gradle/webapp-jetty/gradlew | 0 quickstarts/gradle/webapp-wildfly/gradlew | 0 quickstarts/gradle/webapp/gradlew | 0 .../kit/custom-istio-enricher-gradle/gradlew | 0 .../src/main/deployments/bin/test.sh | 16 ----- .../src/main/deployments/bin/test.sh | 17 ----- .../src/main/tomee/conf/logging.properties | 0 scripts/changelog.sh | 0 scripts/common.sh | 0 scripts/eclipse-dash-tool.sh | 0 scripts/generateDoc.sh | 0 scripts/quickstarts.sh | 0 scripts/release.sh | 0 53 files changed, 140 insertions(+), 175 deletions(-) delete mode 100644 jkube-kit/build/api/src/test/resources/assembly/assembly-manager-create-docker-tar-archive/without-dockerfile-and-already-existing-file-in-assembly-gets-overwritten/jkube-generated-layer-final-artifact/maven/test-0.1.0.jar mode change 100755 => 100644 jkube-kit/build/service/buildpacks/src/test/resources/invalid-pack mode change 100755 => 100644 jkube-kit/build/service/buildpacks/src/test/resources/invalid-pack.bat mode change 100755 => 100644 jkube-kit/build/service/buildpacks/src/test/resources/pack mode change 100755 => 100644 jkube-kit/build/service/buildpacks/src/test/resources/pack.bat mode change 100755 => 100644 jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/WatchService.java mode change 100755 => 100644 jkube-kit/doc/ci-docs.sh mode change 100755 => 100644 jkube-kit/jkube-kit-spring-boot/src/test/resources/dummy-java mode change 100755 => 100644 kubernetes-maven-plugin/doc/ci-docs.sh mode change 100755 => 100644 mvnw mode change 100755 => 100644 quickstarts/gradle/docker-file-provided-context-and-assembly/gradlew mode change 100755 => 100644 quickstarts/gradle/docker-file-provided-context-and-file/gradlew mode change 100755 => 100644 quickstarts/gradle/docker-file-provided-context-dir/gradlew mode change 100755 => 100644 quickstarts/gradle/docker-file-provided-docker-file/gradlew mode change 100755 => 100644 quickstarts/gradle/docker-file-simple/gradlew mode change 100755 => 100644 quickstarts/gradle/groovy-dsl-config/gradlew mode change 100755 => 100644 quickstarts/gradle/micronaut-customized-image/gradlew mode change 100755 => 100644 quickstarts/gradle/micronaut-customized-image/gradlew.bat mode change 100755 => 100644 quickstarts/gradle/micronaut/gradlew mode change 100755 => 100644 quickstarts/gradle/micronaut4/gradlew mode change 100755 => 100644 quickstarts/gradle/openliberty/gradlew mode change 100755 => 100644 quickstarts/gradle/plugin/gradlew mode change 100755 => 100644 quickstarts/gradle/quarkus-customized-image/gradlew mode change 100755 => 100644 quickstarts/gradle/quarkus-customized-image/gradlew.bat mode change 100755 => 100644 quickstarts/gradle/quarkus/gradlew mode change 100755 => 100644 quickstarts/gradle/quarkus/gradlew.bat mode change 100755 => 100644 quickstarts/gradle/spring-boot-camel-complete/gradlew mode change 100755 => 100644 quickstarts/gradle/spring-boot-crd/gradlew mode change 100755 => 100644 quickstarts/gradle/spring-boot-helm/gradlew mode change 100755 => 100644 quickstarts/gradle/spring-boot-watch/gradlew mode change 100755 => 100644 quickstarts/gradle/spring-boot-with-jib-assembly/gradlew mode change 100755 => 100644 quickstarts/gradle/spring-boot/gradlew mode change 100755 => 100644 quickstarts/gradle/vertx/gradlew mode change 100755 => 100644 quickstarts/gradle/webapp-custom/gradlew mode change 100755 => 100644 quickstarts/gradle/webapp-jetty/gradlew mode change 100755 => 100644 quickstarts/gradle/webapp-wildfly/gradlew mode change 100755 => 100644 quickstarts/gradle/webapp/gradlew mode change 100755 => 100644 quickstarts/kit/custom-istio-enricher-gradle/gradlew delete mode 100644 quickstarts/maven/spring-boot-with-jib/src/main/deployments/bin/test.sh delete mode 100644 quickstarts/maven/spring-boot/src/main/deployments/bin/test.sh mode change 100755 => 100644 quickstarts/maven/tomee/src/main/tomee/conf/logging.properties mode change 100755 => 100644 scripts/changelog.sh mode change 100755 => 100644 scripts/common.sh mode change 100755 => 100644 scripts/eclipse-dash-tool.sh mode change 100755 => 100644 scripts/generateDoc.sh mode change 100755 => 100644 scripts/quickstarts.sh mode change 100755 => 100644 scripts/release.sh diff --git a/jkube-kit/build/api/src/test/resources/assembly/assembly-manager-create-docker-tar-archive/without-dockerfile-and-already-existing-file-in-assembly-gets-overwritten/jkube-generated-layer-final-artifact/maven/test-0.1.0.jar b/jkube-kit/build/api/src/test/resources/assembly/assembly-manager-create-docker-tar-archive/without-dockerfile-and-already-existing-file-in-assembly-gets-overwritten/jkube-generated-layer-final-artifact/maven/test-0.1.0.jar deleted file mode 100644 index c217c63469..0000000000 --- a/jkube-kit/build/api/src/test/resources/assembly/assembly-manager-create-docker-tar-archive/without-dockerfile-and-already-existing-file-in-assembly-gets-overwritten/jkube-generated-layer-final-artifact/maven/test-0.1.0.jar +++ /dev/null @@ -1 +0,0 @@ -Modified content diff --git a/jkube-kit/build/service/buildpacks/src/test/resources/invalid-pack b/jkube-kit/build/service/buildpacks/src/test/resources/invalid-pack old mode 100755 new mode 100644 diff --git a/jkube-kit/build/service/buildpacks/src/test/resources/invalid-pack.bat b/jkube-kit/build/service/buildpacks/src/test/resources/invalid-pack.bat old mode 100755 new mode 100644 diff --git a/jkube-kit/build/service/buildpacks/src/test/resources/pack b/jkube-kit/build/service/buildpacks/src/test/resources/pack old mode 100755 new mode 100644 diff --git a/jkube-kit/build/service/buildpacks/src/test/resources/pack.bat b/jkube-kit/build/service/buildpacks/src/test/resources/pack.bat old mode 100755 new mode 100644 diff --git a/jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/WatchService.java b/jkube-kit/build/service/docker/src/main/java/org/eclipse/jkube/kit/build/service/docker/WatchService.java old mode 100755 new mode 100644 diff --git a/jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/util/Base64UtilTest.java b/jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/util/Base64UtilTest.java index 275d9d2fd8..1987e68e67 100644 --- a/jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/util/Base64UtilTest.java +++ b/jkube-kit/common/src/test/java/org/eclipse/jkube/kit/common/util/Base64UtilTest.java @@ -1,29 +1,29 @@ -/* - * Copyright (c) 2019 Red Hat, Inc. - * This program and the accompanying materials are made - * available under the terms of the Eclipse Public License 2.0 - * which is available at: - * - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * Red Hat, Inc. - initial API and implementation - */ -package org.eclipse.jkube.kit.common.util; - -import org.junit.jupiter.api.Test; - -import static org.assertj.core.api.Assertions.assertThat; - -class Base64UtilTest { - - @Test - void testBase64EncodeAndDecode() { - String raw = "Send reinforcements"; - String encode = "U2VuZCByZWluZm9yY2VtZW50cw=="; - assertThat(Base64Util.encodeToString(raw)).isEqualTo(encode); - assertThat(Base64Util.decodeToString(encode)).isEqualTo(raw); - } -} +/* + * Copyright (c) 2019 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at: + * + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation + */ +package org.eclipse.jkube.kit.common.util; + +import org.junit.jupiter.api.Test; + +import static org.assertj.core.api.Assertions.assertThat; + +class Base64UtilTest { + + @Test + void testBase64EncodeAndDecode() { + String raw = "Send reinforcements"; + String encode = "U2VuZCByZWluZm9yY2VtZW50cw=="; + assertThat(Base64Util.encodeToString(raw)).isEqualTo(encode); + assertThat(Base64Util.decodeToString(encode)).isEqualTo(raw); + } +} diff --git a/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java b/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java index 9fa118d127..ca3c238d56 100644 --- a/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java +++ b/jkube-kit/config/service/src/main/java/org/eclipse/jkube/kit/config/service/DebugService.java @@ -29,7 +29,6 @@ import org.eclipse.jkube.kit.common.JKubeException; import org.eclipse.jkube.kit.common.KitLogger; import org.eclipse.jkube.kit.common.util.KubernetesHelper; -import org.eclipse.jkube.kit.config.image.build.JKubeBuildStrategy; import org.eclipse.jkube.kit.config.service.portforward.PortForwardPodWatcher; import io.fabric8.kubernetes.api.model.Container; diff --git a/jkube-kit/doc/ci-docs.sh b/jkube-kit/doc/ci-docs.sh old mode 100755 new mode 100644 diff --git a/jkube-kit/jkube-kit-spring-boot/src/test/resources/dummy-java b/jkube-kit/jkube-kit-spring-boot/src/test/resources/dummy-java old mode 100755 new mode 100644 diff --git a/kubernetes-maven-plugin/doc/ci-docs.sh b/kubernetes-maven-plugin/doc/ci-docs.sh old mode 100755 new mode 100644 diff --git a/kubernetes-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java b/kubernetes-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java index 4df192c3a9..7960a28ada 100644 --- a/kubernetes-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java +++ b/kubernetes-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java @@ -1,34 +1,34 @@ -/* - * Copyright (c) 2019 Red Hat, Inc. - * This program and the accompanying materials are made - * available under the terms of the Eclipse Public License 2.0 - * which is available at: - * - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * Red Hat, Inc. - initial API and implementation - */ -package hello; - -import org.springframework.boot.SpringApplication; -import org.springframework.boot.autoconfigure.SpringBootApplication; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RestController; - -@SpringBootApplication -@RestController -public class Application { - - @RequestMapping("/") - public String home() { - return "Hello World"; - } - - public static void main(String[] args) { - SpringApplication.run(Application.class, args); - } - -} +/* + * Copyright (c) 2019 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at: + * + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation + */ +package hello; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +@SpringBootApplication +@RestController +public class Application { + + @RequestMapping("/") + public String home() { + return "Hello World"; + } + + public static void main(String[] args) { + SpringApplication.run(Application.class, args); + } + +} diff --git a/kubernetes-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml b/kubernetes-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml index e9e54bb469..54b321cc5f 100644 --- a/kubernetes-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml +++ b/kubernetes-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml @@ -1,22 +1,22 @@ -# -# Copyright (c) 2019 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at: -# -# https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - -apiVersion: v1 -kind: Secret -metadata: - name: mydockerkey - namespace: default - annotations: - jkube.eclipse.org/dockerServerId: docker.io +# +# Copyright (c) 2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at: +# +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + +apiVersion: v1 +kind: Secret +metadata: + name: mydockerkey + namespace: default + annotations: + jkube.eclipse.org/dockerServerId: docker.io type: kubernetes.io/dockercfg \ No newline at end of file diff --git a/mvnw b/mvnw old mode 100755 new mode 100644 diff --git a/openshift-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java b/openshift-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java index 4df192c3a9..7960a28ada 100644 --- a/openshift-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java +++ b/openshift-maven-plugin/it/src/it/secret-config/src/main/java/hello/Application.java @@ -1,34 +1,34 @@ -/* - * Copyright (c) 2019 Red Hat, Inc. - * This program and the accompanying materials are made - * available under the terms of the Eclipse Public License 2.0 - * which is available at: - * - * https://www.eclipse.org/legal/epl-2.0/ - * - * SPDX-License-Identifier: EPL-2.0 - * - * Contributors: - * Red Hat, Inc. - initial API and implementation - */ -package hello; - -import org.springframework.boot.SpringApplication; -import org.springframework.boot.autoconfigure.SpringBootApplication; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.RestController; - -@SpringBootApplication -@RestController -public class Application { - - @RequestMapping("/") - public String home() { - return "Hello World"; - } - - public static void main(String[] args) { - SpringApplication.run(Application.class, args); - } - -} +/* + * Copyright (c) 2019 Red Hat, Inc. + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at: + * + * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Red Hat, Inc. - initial API and implementation + */ +package hello; + +import org.springframework.boot.SpringApplication; +import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.web.bind.annotation.RequestMapping; +import org.springframework.web.bind.annotation.RestController; + +@SpringBootApplication +@RestController +public class Application { + + @RequestMapping("/") + public String home() { + return "Hello World"; + } + + public static void main(String[] args) { + SpringApplication.run(Application.class, args); + } + +} diff --git a/openshift-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml b/openshift-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml index 87ab41a722..0285b35c75 100644 --- a/openshift-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml +++ b/openshift-maven-plugin/it/src/it/secret-config/src/main/jkube/docker.yml @@ -1,22 +1,22 @@ -# -# Copyright (c) 2019 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at: -# -# https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - -apiVersion: v1 -kind: Secret -metadata: - name: mydockerkey - namespace: default - annotations: - jkube.eclipse.org/dockerServerId: docker.io -type: kubernetes.io/dockercfg +# +# Copyright (c) 2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at: +# +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Contributors: +# Red Hat, Inc. - initial API and implementation +# + +apiVersion: v1 +kind: Secret +metadata: + name: mydockerkey + namespace: default + annotations: + jkube.eclipse.org/dockerServerId: docker.io +type: kubernetes.io/dockercfg diff --git a/quickstarts/gradle/docker-file-provided-context-and-assembly/gradlew b/quickstarts/gradle/docker-file-provided-context-and-assembly/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/docker-file-provided-context-and-file/gradlew b/quickstarts/gradle/docker-file-provided-context-and-file/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/docker-file-provided-context-dir/gradlew b/quickstarts/gradle/docker-file-provided-context-dir/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/docker-file-provided-docker-file/gradlew b/quickstarts/gradle/docker-file-provided-docker-file/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/docker-file-simple/gradlew b/quickstarts/gradle/docker-file-simple/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/groovy-dsl-config/gradlew b/quickstarts/gradle/groovy-dsl-config/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/micronaut-customized-image/gradlew b/quickstarts/gradle/micronaut-customized-image/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/micronaut-customized-image/gradlew.bat b/quickstarts/gradle/micronaut-customized-image/gradlew.bat old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/micronaut/gradlew b/quickstarts/gradle/micronaut/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/micronaut4/gradlew b/quickstarts/gradle/micronaut4/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/openliberty/gradlew b/quickstarts/gradle/openliberty/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/plugin/gradlew b/quickstarts/gradle/plugin/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/quarkus-customized-image/gradlew b/quickstarts/gradle/quarkus-customized-image/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/quarkus-customized-image/gradlew.bat b/quickstarts/gradle/quarkus-customized-image/gradlew.bat old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/quarkus/gradlew b/quickstarts/gradle/quarkus/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/quarkus/gradlew.bat b/quickstarts/gradle/quarkus/gradlew.bat old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/spring-boot-camel-complete/gradlew b/quickstarts/gradle/spring-boot-camel-complete/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/spring-boot-crd/gradlew b/quickstarts/gradle/spring-boot-crd/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/spring-boot-helm/gradlew b/quickstarts/gradle/spring-boot-helm/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/spring-boot-watch/gradlew b/quickstarts/gradle/spring-boot-watch/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/spring-boot-with-jib-assembly/gradlew b/quickstarts/gradle/spring-boot-with-jib-assembly/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/spring-boot/gradlew b/quickstarts/gradle/spring-boot/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/vertx/gradlew b/quickstarts/gradle/vertx/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/webapp-custom/gradlew b/quickstarts/gradle/webapp-custom/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/webapp-jetty/gradlew b/quickstarts/gradle/webapp-jetty/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/webapp-wildfly/gradlew b/quickstarts/gradle/webapp-wildfly/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/gradle/webapp/gradlew b/quickstarts/gradle/webapp/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/kit/custom-istio-enricher-gradle/gradlew b/quickstarts/kit/custom-istio-enricher-gradle/gradlew old mode 100755 new mode 100644 diff --git a/quickstarts/maven/spring-boot-with-jib/src/main/deployments/bin/test.sh b/quickstarts/maven/spring-boot-with-jib/src/main/deployments/bin/test.sh deleted file mode 100644 index 2866c477c4..0000000000 --- a/quickstarts/maven/spring-boot-with-jib/src/main/deployments/bin/test.sh +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (c) 2019 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at: -# -# https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - - -ls -ltr / diff --git a/quickstarts/maven/spring-boot/src/main/deployments/bin/test.sh b/quickstarts/maven/spring-boot/src/main/deployments/bin/test.sh deleted file mode 100644 index ad0d1d0841..0000000000 --- a/quickstarts/maven/spring-boot/src/main/deployments/bin/test.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -# -# Copyright (c) 2019 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at: -# -# https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Red Hat, Inc. - initial API and implementation -# - - -ls -ltr / \ No newline at end of file diff --git a/quickstarts/maven/tomee/src/main/tomee/conf/logging.properties b/quickstarts/maven/tomee/src/main/tomee/conf/logging.properties old mode 100755 new mode 100644 diff --git a/scripts/changelog.sh b/scripts/changelog.sh old mode 100755 new mode 100644 diff --git a/scripts/common.sh b/scripts/common.sh old mode 100755 new mode 100644 diff --git a/scripts/eclipse-dash-tool.sh b/scripts/eclipse-dash-tool.sh old mode 100755 new mode 100644 diff --git a/scripts/generateDoc.sh b/scripts/generateDoc.sh old mode 100755 new mode 100644 diff --git a/scripts/quickstarts.sh b/scripts/quickstarts.sh old mode 100755 new mode 100644 diff --git a/scripts/release.sh b/scripts/release.sh old mode 100755 new mode 100644