Skip to content

Commit 018990c

Browse files
committed
GH-1459: renamed a few more occurrences of spring tolls 4 to just spring tools
1 parent 23ad220 commit 018990c

File tree

10 files changed

+32
-32
lines changed

10 files changed

+32
-32
lines changed

CONTRIBUTING.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
= Contributing to Spring Tools 4
1+
= Contributing to Spring Tools
22

3-
Spring Tools 4 is released under the Eclipse Public License 1.0 (EPL). If you would like to contribute
3+
Spring Tools is released under the Eclipse Public License 1.0 (EPL). If you would like to contribute
44
something, or simply want to hack on the code this document should help you get started.
55

66
== Code of Conduct
77
Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md
88

99
== Using GitHub issues
1010
We use GitHub issues to track bugs and enhancements. If you have a general usage question
11-
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Tools 4 team and the
11+
please ask on https://stackoverflow.com[Stack Overflow]. The Spring Tools team and the
1212
broader community monitor the https://stackoverflow.com/tags/spring-tools-4[`spring-tools-4`]
1313
tag.
1414

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# STS4
22

3-
The all-new Spring Tools 4 for Eclipse, Visual Studio Code, and Theia. Learn more at https://spring.io/tools.
3+
The all-new Spring Tools for Eclipse, Visual Studio Code, and Theia. Learn more at https://spring.io/tools.
44

55
## Getting started
66

77
### Installation
88

99
Depending on your development environment, you can choose between:
1010

11-
- __Spring Tools 4 for Eclipse distribution:__ a ready-to-use distribution of the latest Eclipse Desktop IDE, prepackaged with Spring Tools 4 and a few additional third-party extensions. Download, unpack, and start.
12-
- __Spring Tools 4 for Eclipse extensions:__ you can install the Spring Tools 4 for Eclipse into an existing Eclipse Desktop IDE installation and use it from there.
11+
- __Spring Tools for Eclipse distribution:__ a ready-to-use distribution of the latest Eclipse Desktop IDE, prepackaged with Spring Tools and a few additional third-party extensions. Download, unpack, and start.
12+
- __Spring Tools for Eclipse extensions:__ you can install the Spring Tools for Eclipse into an existing Eclipse Desktop IDE installation and use it from there.
1313
- __Visual Studio Code:__ We provide extensions for Visual Studio Code if you prefer this lightweight editor for your development.
1414
- __Eclipse Theia:__ You can install the same extensions into Theia-based environments like gitpod.
1515

eclipse-distribution/common/html/nightly-distributions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>Spring Tools 4 - Internal CI builds</title>
5+
<title>Spring Tools - Internal CI builds</title>
66
<link rel="shortcut icon" type="image/x-icon" href="https://www.springsource.org/sites/all/themes/s2org11/favicon.ico"/>
77
<link rel="stylesheet" href="stylesheet.css" type="text/css">
88
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
@@ -13,7 +13,7 @@
1313

1414
<div style="margin:40px;">
1515

16-
<h1>Spring Tools 4 - Internal CI builds</h1>
16+
<h1>Spring Tools - Internal CI builds</h1>
1717

1818
<h2>Eclipse p2 repositories</h2>
1919

@@ -58,7 +58,7 @@ <h3>Spring Tool Suite 4 - based on Eclipse 2024-09 Release (4.33.0)</h3>
5858
$('#e433').load('sts4-nightly-e4.33.html');
5959
</script>
6060

61-
<h2>Spring Tools 4 - Visual Studio Code Extensions</h2>
61+
<h2>Spring Tools - Visual Studio Code Extensions</h2>
6262

6363
<div id="vsix"></div>
6464
<script type="text/javascript">

eclipse-distribution/org.springframework.boot.ide.product.e433/p2.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ instructions.configure=\
33
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.eclipse.org/releases/latest,name:Latest Eclipse Release);\
44
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\
55
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\
6-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\
7-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\
6+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools Language Servers for Eclipse);\
7+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools Language Servers for Eclipse);\
88
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\
99
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\
1010
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations);\

eclipse-distribution/org.springframework.boot.ide.product.e434/p2.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ instructions.configure=\
33
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.eclipse.org/releases/latest,name:Latest Eclipse Release);\
44
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\
55
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\
6-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\
7-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\
6+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools Language Servers for Eclipse);\
7+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools Language Servers for Eclipse);\
88
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\
99
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\
1010
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations);\

eclipse-distribution/org.springframework.boot.ide.product.e435/p2.inf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ instructions.configure=\
33
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//download.eclipse.org/releases/latest,name:Latest Eclipse Release);\
44
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\
55
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest,name:Spring Tool Suite 4);\
6-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\
7-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools 4 Language Servers for Eclipse);\
6+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools Language Servers for Eclipse);\
7+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:https${#58}//cdn.spring.io/spring-tools/release/TOOLS/sts4-language-server-integrations,name:Spring Tools Language Servers for Eclipse);\
88
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\
99
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:1,location:https${#58}//download.springsource.com/release/TOOLS/sts4/update/latest);\
1010
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(type:0,location:https${#58}//download.springsource.com/release/TOOLS/sts4-language-server-integrations);\

eclipse-language-servers/org.springframework.tooling.ls.integration.repository/category.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<category-def name="Spring Tools 4 Language Server Integrations for Eclipse" label="Spring Tools 4 Language Server Integrations for Eclipse"/>
3+
<category-def name="Spring Tools Language Server Integrations for Eclipse" label="Spring Tools Language Server Integrations for Eclipse"/>
44

55
<feature id="org.springframework.tooling.boot.ls.feature">
6-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
6+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
77
</feature>
88

99
<feature id="org.springframework.tooling.boot.ls.feature.source">
10-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
10+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
1111
</feature>
1212

1313
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature">
14-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
14+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
1515
</feature>
1616

1717
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.integration.feature.source">
18-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
18+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
1919
</feature>
2020

2121
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.feature">
22-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
22+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
2323
</feature>
2424

2525
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.feature.source">
26-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
26+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
2727
</feature>
2828

2929
<feature id="org.springframework.tooling.bosh.ls.feature">
30-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
30+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
3131
</feature>
3232

3333
<feature id="org.springframework.tooling.bosh.ls.feature.source">
34-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
34+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
3535
</feature>
3636

3737
<feature id="org.springframework.tooling.concourse.ls.feature">
38-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
38+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
3939
</feature>
4040

4141
<feature id="org.springframework.tooling.concourse.ls.feature.source">
42-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
42+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
4343
</feature>
4444

4545
<!-- <feature id="org.eclipse.mylyn.wikitext.feature"/> -->

eclipse-language-servers/org.springframework.tooling.ls.repository/category.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<category-def name="Spring Tools 4 Language Server Integrations for Eclipse" label="Spring Tools 4 Language Server Integrations for Eclipse"/>
3+
<category-def name="Spring Tools Language Server Integrations for Eclipse" label="Spring Tools Language Server Integrations for Eclipse"/>
44

55
<feature id="org.springframework.tooling.cloudfoundry.manifest.ls.feature">
6-
<category name="Spring Tools 4 Language Server Integrations for Eclipse"/>
6+
<category name="Spring Tools Language Server Integrations for Eclipse"/>
77
</feature>
88

99
<category-def name="deps" label="Dependencies"/>

vscode-extensions/boot-dev-pack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VS Code Spring Boot Application Development Extension Pack
22

3-
(also known as [Spring Tools 4](https://spring.io/tools) for Visual Studio Code)
3+
(also known as [Spring Tools](https://spring.io/tools) for Visual Studio Code)
44
Collection of extensions for developing and deploying Spring Boot Application
55

66
## Spring Boot

vscode-extensions/vscode-spring-boot/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Easy navigation to the provided request mappings of running apps.
4848
* `//` shows all request mappings of all running Spring Boot apps and opens a browser for the selected endpoint
4949

5050
## Live application information hovers
51-
The Spring Tools 4 can connect to running Spring processes to visualize internal information of those running Spring processes inline with your source code. This allows you to see, for example, which beans have bean created at runtime, how they are wired, and more.
51+
The Spring Tools can connect to running Spring processes to visualize internal information of those running Spring processes inline with your source code. This allows you to see, for example, which beans have bean created at runtime, how they are wired, and more.
5252

53-
The Spring Tools 4 shows hints by highlighting sections of source code with a light green background. Hovering over the highlights with the mouse pointer, data from the running app is displayed in a popup.
53+
The Spring Tools shows hints by highlighting sections of source code with a light green background. Hovering over the highlights with the mouse pointer, data from the running app is displayed in a popup.
5454

5555
For some types of information, STS 4 may also show a 'quick summary' as a codelens. Codelenses are only supported in Eclipse and Vscode at the moment, not in atom. For Eclipse this has to be enabled via *Preferences >> Language Servers >> Spring Language Servers >> Spring Boot Language Server*.
5656

@@ -69,7 +69,7 @@ Live information is scraped from running apps using JMX to connect to [Spring Bo
6969

7070
#### Spring Boot 2.2 and beyond
7171

72-
⚠️ The JMX versions of the actuator endpoints (which the tooling uses under the hood to retrieve live data from the running applications) is not enabled by default anymore since Spring Boot 2.2. In order to allow Spring Tools 4 to continue to visualize live data from the running applications, you need to start the boot app with `-Dspring.jmx.enabled=true` in order to activate the JMX endpoints.
72+
⚠️ The JMX versions of the actuator endpoints (which the tooling uses under the hood to retrieve live data from the running applications) is not enabled by default anymore since Spring Boot 2.2. In order to allow Spring Tools to continue to visualize live data from the running applications, you need to start the boot app with `-Dspring.jmx.enabled=true` in order to activate the JMX endpoints.
7373

7474
### Managing Live Data Connections
7575

0 commit comments

Comments
 (0)