repo-reorg-2020: moved sts4-relevant spring-ide bundles from https://github.com/spring-projects/spring-ide/releases/tag/REPO-REORG-2020 into sts4 repo

This commit is contained in:
Martin Lippert
2020-09-29 14:00:01 +02:00
parent 8edfab1a16
commit de16884b60
2210 changed files with 160282 additions and 43 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.springframework.ide.eclipse.boot.dash.test</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>

View File

@@ -0,0 +1,8 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8

View File

@@ -0,0 +1,60 @@
eclipse.preferences.version=1
editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
sp_cleanup.add_default_serial_version_id=true
sp_cleanup.add_generated_serial_version_id=false
sp_cleanup.add_missing_annotations=false
sp_cleanup.add_missing_deprecated_annotations=true
sp_cleanup.add_missing_methods=false
sp_cleanup.add_missing_nls_tags=false
sp_cleanup.add_missing_override_annotations=true
sp_cleanup.add_missing_override_annotations_interface_methods=true
sp_cleanup.add_serial_version_id=false
sp_cleanup.always_use_blocks=true
sp_cleanup.always_use_parentheses_in_expressions=false
sp_cleanup.always_use_this_for_non_static_field_access=false
sp_cleanup.always_use_this_for_non_static_method_access=false
sp_cleanup.convert_functional_interfaces=false
sp_cleanup.convert_to_enhanced_for_loop=false
sp_cleanup.correct_indentation=false
sp_cleanup.format_source_code=false
sp_cleanup.format_source_code_changes_only=false
sp_cleanup.insert_inferred_type_arguments=false
sp_cleanup.make_local_variable_final=true
sp_cleanup.make_parameters_final=false
sp_cleanup.make_private_fields_final=true
sp_cleanup.make_type_abstract_if_missing_method=false
sp_cleanup.make_variable_declarations_final=false
sp_cleanup.never_use_blocks=false
sp_cleanup.never_use_parentheses_in_expressions=true
sp_cleanup.on_save_use_additional_actions=true
sp_cleanup.organize_imports=false
sp_cleanup.qualify_static_field_accesses_with_declaring_class=false
sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
sp_cleanup.qualify_static_member_accesses_with_declaring_class=false
sp_cleanup.qualify_static_method_accesses_with_declaring_class=false
sp_cleanup.remove_private_constructors=true
sp_cleanup.remove_redundant_type_arguments=true
sp_cleanup.remove_trailing_whitespaces=true
sp_cleanup.remove_trailing_whitespaces_all=true
sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
sp_cleanup.remove_unnecessary_casts=false
sp_cleanup.remove_unnecessary_nls_tags=false
sp_cleanup.remove_unused_imports=false
sp_cleanup.remove_unused_local_variables=false
sp_cleanup.remove_unused_private_fields=true
sp_cleanup.remove_unused_private_members=false
sp_cleanup.remove_unused_private_methods=true
sp_cleanup.remove_unused_private_types=true
sp_cleanup.sort_members=false
sp_cleanup.sort_members_all=false
sp_cleanup.use_anonymous_class_creation=false
sp_cleanup.use_blocks=false
sp_cleanup.use_blocks_only_for_return_and_throw=false
sp_cleanup.use_lambda=true
sp_cleanup.use_parentheses_in_expressions=false
sp_cleanup.use_this_for_non_static_field_access=false
sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
sp_cleanup.use_this_for_non_static_method_access=false
sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
sp_cleanup.use_type_arguments=false

View File

@@ -0,0 +1,58 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: org.springframework.ide.eclipse.boot.dash.test
Bundle-Version: 4.8.1.qualifier
Bundle-Vendor: Pivotal Inc
Require-Bundle: org.junit,
org.eclipse.core.resources,
org.springsource.ide.eclipse.commons.tests.util,
org.apache.commons.io,
org.eclipse.debug.core,
org.eclipse.jdt.core,
org.springsource.ide.eclipse.commons.livexp,
org.springsource.ide.eclipse.commons.frameworks.core,
org.springsource.ide.eclipse.commons.frameworks.test.util,
org.springframework.ide.eclipse.boot.launch,
org.eclipse.jdt.launching,
org.eclipse.debug.ui,
org.mockito,
org.springframework.ide.eclipse.boot,
org.eclipse.core.expressions,
org.springframework.ide.eclipse.boot.test,
com.google.guava;bundle-version="15.0.0",
org.eclipse.ui,
org.eclipse.equinox.security,
org.reactivestreams.reactive-streams;bundle-version="1.0.0",
io.projectreactor.reactor-core;bundle-version="[3.3.1,3.3.2)",
org.apache.commons.lang,
org.hamcrest;bundle-version="[1.1.0,1.2.0)",
org.eclipse.lsp4e,
org.eclipse.lsp4j,
org.springframework.ide.eclipse.boot.dash;bundle-version="3.9.12",
org.springframework.ide.eclipse.boot.dash.cf;bundle-version="3.9.12",
org.springframework.ide.eclipse.beans.ui.live,
org.eclipse.jface.text,
org.eclipse.ui.editors,
org.apache.commons.lang3,
org.springframework.ide.eclipse.editor.support,
org.eclipse.ui.ide,
org.springsource.ide.eclipse.commons.core,
org.yaml.snakeyaml,
com.google.gson,
org.springsource.ide.eclipse.commons.cloudfoundry.client.v2,
org.springframework.tooling.cloudfoundry.manifest.ls,
org.springframework.tooling.ls.eclipse.commons,
org.springframework.ide.eclipse.boot.dash.docker;bundle-version="3.9.13",
org.springframework.ide.eclipse.buildship30,
org.eclipse.ui.console,
org.springframework.ide.eclipse.docker.client;bundle-version="3.9.14",
org.springsource.ide.eclipse.commons.boot.ls;bundle-version="4.8.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Import-Package: org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.eclipse.core.runtime.preferences,
org.osgi.framework,
org.osgi.service.prefs;version="1.1.1"
Automatic-Module-Name: org.springframework.ide.eclipse.boot.dash.test

View File

@@ -0,0 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
mergeTestsData/,\
manifest-parse-data/,\
manifest-generate-data/

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 512M
command: my-command
routes:
- route: app.springsource.org

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
memory: 512M
health-check-type: http
health-check-http-endpoint: /testhealth
routes:
- route: app.springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 512M
health-check-type: port
routes:
- route: app.springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 512M
health-check-type: process
routes:
- route: app.springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 512M
routes:
- route: springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 512M
routes:
- route: springsource.org
- route: spring.io

View File

@@ -0,0 +1,5 @@
---
applications:
- name: app
memory: 512M
no-route: true

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
no-route: true
routes:
- route: privateapps.io

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 512M
stack: my-stack
routes:
- route: app.springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 512M
routes:
- route: app.springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 512M
routes:
- route: app-1.springsource.org
- route: app-2.spring.io

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 512M
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
host: my-app
domain: spring.io
command: mycommand

View File

@@ -0,0 +1,5 @@
---
applications:
- name: app
host: my-app
domain: spring.io

View File

@@ -0,0 +1,4 @@
---
applications:
- name: app
host: my-app

View File

@@ -0,0 +1,7 @@
---
domain: spring.io
applications:
- name: app
host: my-app
domain: spring.framework

View File

@@ -0,0 +1,5 @@
---
domain: spring.io
applications:
- name: app
host: my-app

View File

@@ -0,0 +1,8 @@
---
domain: spring.io
applications:
- name: app
host: my-app
domain: spring.framework
domains:
- springsource.org

View File

@@ -0,0 +1,7 @@
---
domain: spring.io
applications:
- name: app
host: my-app
domain: spring.what

View File

@@ -0,0 +1,9 @@
---
domains:
- springsource.org
- spring.framework
applications:
- name: app
host: my-app
domains:
- spring.io

View File

@@ -0,0 +1,8 @@
---
domain: spring.io
applications:
- name: app
host: my-app
domains:
- springsource.org
- spring.framework

View File

@@ -0,0 +1,8 @@
---
domains:
- springsource.org
- spring.framework
applications:
- name: app
host: my-app
domain: spring.io

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
health-check-type: http
health-check-http-endpoint: /testhealth
routes:
- route: my-route.springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
health-check-type: port
routes:
- route: my-route.springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
health-check-type: process
routes:
- route: my-route.springsource.org

View File

@@ -0,0 +1,3 @@
---
applications:
- name: app

View File

@@ -0,0 +1,4 @@
---
host: my-app
applications:
- name: app

View File

@@ -0,0 +1,4 @@
---
applications:
- name: app
host: my-app

View File

@@ -0,0 +1,5 @@
---
host: my-super-app
applications:
- name: app
host: my-app

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
host: my-app-1
hosts:
- my-app-2
- my-app-3

View File

@@ -0,0 +1,12 @@
---
host: my-root-1
hosts:
- my-root-2
- my-root-3
applications:
- name: app
host: my-app-1
hosts:
- my-app-2
- my-app-3

View File

@@ -0,0 +1,4 @@
---
applications:
- name: app
domain: spring.io

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 4Gb

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 1500MB

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 768

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 768m

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 768Mb

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 1G

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 1gB

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 1 G

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 1.5G

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
domain: spring.io
memory: 3G

View File

@@ -0,0 +1,5 @@
---
applications:
- name: app
host: my-app
no-hostname: true

View File

@@ -0,0 +1,5 @@
---
host: my-app
applications:
- name: app
no-hostname: true

View File

@@ -0,0 +1,5 @@
---
no-hostname: true
applications:
- name: app
host: my-app

View File

@@ -0,0 +1,4 @@
---
no-hostname: true
applications:
- name: app

View File

@@ -0,0 +1,4 @@
---
applications:
- name: app
no-hostname: true

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
no-hostname: true
domains:
- springsource.org
- spring.framework

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
no-route: true
host: my-app
domains:
- springsource.org

View File

@@ -0,0 +1,6 @@
---
host: my-app
domain: springsource.org
applications:
- name: app
no-route: true

View File

@@ -0,0 +1,7 @@
---
no-route: true
applications:
- name: app
host: my-app
random-route: true
domain: springsource.org

View File

@@ -0,0 +1,6 @@
---
no-route: true
applications:
- name: app
no-hostname: true
domain: springsource.org

View File

@@ -0,0 +1,6 @@
---
no-route: true
applications:
- name: app
routes:
route: app.springsource.org

View File

@@ -0,0 +1,5 @@
---
applications:
- name: app
host: my-app
random-route: true

View File

@@ -0,0 +1,5 @@
---
host: my-app
applications:
- name: app
random-route: true

View File

@@ -0,0 +1,4 @@
---
applications:
- name: app
random-route: true

View File

@@ -0,0 +1,4 @@
---
random-route: true
applications:
- name: app

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
random-route: true
domains:
- spring.io
- spring.framework

View File

@@ -0,0 +1,3 @@
---
name: app
domain: spring.io

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
host: my-app
random-route: true
routes:
- route: my-route.springsource.org

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
host: my-app
routes:
- route: my-route-1.springsource.org
- route: my-route-2.springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
host: my-app
routes:
- garbage

View File

@@ -0,0 +1,9 @@
routes:
- route: my-route-1.springsource.org
- route: my-route-2.springsource.org
applications:
- name: app
hosts:
- aboyko-test1
path: target/demo-0.0.1-SNAPSHOT.jar

View File

@@ -0,0 +1,11 @@
routes:
- route: my-root-route-1.springsource.org
- route: my-route-2.springsource.org
applications:
- name: app
hosts:
- aboyko-test1
routes:
- route: my-route-1.springsource.org
- route: my-route-2.springsource.org
path: target/demo-0.0.1-SNAPSHOT.jar

View File

@@ -0,0 +1,9 @@
applications:
- name: app
hosts:
- aboyko-test1
routes:
- route: my-route-1.invaliddomain.org
- route: my-route-2.springsource.org
path: target/demo-0.0.1-SNAPSHOT.jar

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
host: my-app
domain: spring.io
stack: stack1

View File

@@ -0,0 +1,12 @@
---
applications:
- name: app
host: my-app-1
hosts:
- my-app-2
- my-app-3
domain: springsource.org
domains:
- spring.io
- spring.framework

View File

@@ -0,0 +1,10 @@
---
applications:
- name: app
memory: 1500
host: test-app
domain: springsource.org
- name: app1
memory: 2048M
host: test-app
domain: springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 1500
host: test-app
domain: springsource.org

View File

@@ -0,0 +1,10 @@
---
applications:
- name: app
memory: 1500
host: test-app
domain: springsource.org
- name: app1
memory: 2048M
host: test-app-1
domain: springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 1500
host: test-app
domain: springsource.org

View File

@@ -0,0 +1,10 @@
---
applications:
- name: app
memory: 1500
routes:
- route: test-app.springsource.org
- name: app1
memory: 2048M
routes:
- route: test-app-1.springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 1500
routes:
- route: test-app.springsource.org

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
memory: 1500
- name: app1
memory: 2048M
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,4 @@
---
applications:
- name: app
memory: 1500

View File

@@ -0,0 +1,10 @@
---
applications:
- name: app
health-check-http-endpoint: /testhealth
memory: 2048M
health-check-type: http
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
memory: 2048M
health-check-type: process
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
memory: 2048M
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
memory: 2048M
health-check-type: process
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
memory: 2048M
health-check-type: process
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,9 @@
---
applications:
- name: app
memory: 2048M
health-check-type: http
health-check-http-endpoint: /testhealth
routes:
- route: app-1.springsource.org

View File

@@ -0,0 +1,7 @@
---
applications:
- name: app
host: my-app
domain: springsource.org
memory: 2048M

View File

@@ -0,0 +1,5 @@
---
applications:
- name: app
memory: 2048M
no-hostname: true

View File

@@ -0,0 +1,10 @@
---
applications:
- name: app
hosts:
- app1
- app2
domain: springsource.org
memory: 2048M

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
memory: 2048M
host: app-1

View File

@@ -0,0 +1,10 @@
---
applications:
- name: app
memory: 2048M
host: app1
hosts:
- app2
domain: springsource.org
domains:
- spring.io

View File

@@ -0,0 +1,8 @@
---
applications:
- name: app
memory: 2048M
host: app1
hosts:
- app2
domain: springsource.org

View File

@@ -0,0 +1,11 @@
---
applications:
- name: app
memory: 2048M
host: app1
hosts:
- app2
domain: springsource.org
domains:
- spring.io

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
host: app
domain: springsource.org
memory: 2048M

View File

@@ -0,0 +1,11 @@
---
applications:
- name: app
memory: 2048M
hosts:
- app1
- app2
domains:
- spring.io
- springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
no-hostname: true
domain: spring.framework
memory: 2048M

View File

@@ -0,0 +1,11 @@
---
applications:
- name: app
memory: 2048M
hosts:
- app1
- app2
domains:
- spring.io
- springsource.org

View File

@@ -0,0 +1,6 @@
---
applications:
- name: app
no-hostname: true
domain: spring.framework
memory: 2048M

View File

@@ -0,0 +1,13 @@
---
applications:
- name: app
memory: 2048M
host: app3
hosts:
- app1
- app2
domains:
- spring.io
- springsource.org
domain: spring.framework

Some files were not shown because too many files have changed in this diff Show More