You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/els-for-libraries/spring/README.md
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,26 @@
1
-
# Spring®
1
+
# Spring<supstyle="font-size: 0.5em;">®</sup>
2
2
3
-
<small>Spring® is a trademark of Broadcom Inc. and/or its subsidiaries.</small>
3
+
Spring® is a trademark of Broadcom Inc. and/or its subsidiaries.
4
4
5
-
TuxCare's Endless Lifecycle Support (ELS) for Spring provides security updates, system enhancement patches, and selected bug fixes, that are integral to the stable operation of applications running on these versions of Spring ecosystem components. These components have either reached their end of standard support from vendors or have reached End of Life (EOL).
5
+
<br>
6
6
7
-
* Spring Framework
8
-
* Spring Boot
9
-
* Spring Data
10
-
* Spring Security
7
+
TuxCare's Endless Lifecycle Support (ELS) for Spring® provides security updates, system enhancement patches, and selected bug fixes, that are integral to the stable operation of applications running on these versions of Spring® ecosystem components. These components have either reached their end of standard support from vendors or have reached End of Life (EOL).
8
+
9
+
* Spring® Framework
10
+
* Spring® Boot
11
+
* Spring® Data
12
+
* Spring® Security
11
13
* etc
12
14
13
-
Our ELS for Spring service is designed to provide solutions for organizations that are not yet ready to migrate to newer versions and that are seeking long-term stability for their legacy Spring applications.
15
+
Our ELS for Spring® service is designed to provide solutions for organizations that are not yet ready to migrate to newer versions and that are seeking long-term stability for their legacy Spring® applications.
14
16
15
-
## Connection to ELS for Spring Repository
17
+
## Connection to ELS for Spring® Repository
16
18
17
-
This guide outlines the steps needed to integrate the TuxCare ELS for Spring repository into your Java application. The repository provides trusted Java libraries that can be easily used with both **Maven** and **Gradle** projects.
19
+
This guide outlines the steps needed to integrate the TuxCare ELS for Spring® repository into your Java application. The repository provides trusted Java libraries that can be easily used with both **Maven** and **Gradle** projects.
18
20
19
21
### Step 1: Get user credentials
20
22
21
-
You need a username and password in order to use TuxCare ELS Spring repository. Anonymous access is disabled. To receive a username and password please contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
23
+
You need a username and password in order to use TuxCare ELS Spring® repository. Anonymous access is disabled. To receive a username and password please contact [sales@tuxcare.com](mailto:sales@tuxcare.com)
22
24
23
25
### Step 2: Configure Registry
24
26
@@ -54,14 +56,14 @@ You need a username and password in order to use TuxCare ELS Spring repository.
54
56
55
57
### Step 3: Update Build Configuration
56
58
57
-
Add the TuxCare Spring repository and plugins to your build configuration:
59
+
Add the TuxCare Spring® repository and plugins to your build configuration:
* To fully switch from the official Spring repository, replace it with the TuxCare repository.
66
+
* To fully switch from the official Spring® repository, replace it with the TuxCare repository.
65
67
* To keep both, add TuxCare after the official one.
66
68
67
69
Example Maven and Gradle projects are available on GitHub. Remember to set the required environment variables.
@@ -70,7 +72,7 @@ Example Maven and Gradle projects are available on GitHub. Remember to set the r
70
72
71
73
### Step 4: Update Dependencies
72
74
73
-
Replace the Spring build dependencies in your build file with the TuxCare-maintained versions. Set the TuxCare release as the parent version. Your build tool will fetch the TuxCare versions of both your dependencies and their transitive dependencies.
75
+
Replace the Spring® build dependencies in your build file with the TuxCare-maintained versions. Set the TuxCare release as the parent version. Your build tool will fetch the TuxCare versions of both your dependencies and their transitive dependencies.
74
76
75
77
<CodeTabs :tabs="[
76
78
{ title: 'Maven (pom.xml)', content: mavendeps },
@@ -81,7 +83,7 @@ You can find a specific artifact version in your TuxCare account on [Nexus](http
81
83
82
84
### Step 5: Verify and Build
83
85
84
-
1. To confirm the TuxCare Spring repository is set up correctly, use your build tool to list the project's dependencies. It shows both direct and transitive dependencies in the classpath.
86
+
1. To confirm the TuxCare Spring® repository is set up correctly, use your build tool to list the project's dependencies. It shows both direct and transitive dependencies in the classpath.
@@ -95,23 +97,23 @@ You can find a specific artifact version in your TuxCare account on [Nexus](http
95
97
{ title: 'Gradle', content: `./gradlew build` }
96
98
]" />
97
99
98
-
The build tool you're using should be able to identify and resolve dependencies from the TuxCare ELS for Spring repository.
100
+
The build tool you're using should be able to identify and resolve dependencies from the TuxCare ELS for Spring® repository.
99
101
100
102
### Conclusion
101
103
102
-
You've successfully integrated the TuxCare ELS for Spring repository into your project. You can now benefit from the secure and vetted Spring libraries it provides.
104
+
You've successfully integrated the TuxCare ELS for Spring® repository into your project. You can now benefit from the secure and vetted Spring® libraries it provides.
103
105
104
106
## Vulnerability Exploitability eXchange (VEX)
105
107
106
108
VEX is a machine-readable format that tells you if a known vulnerability is actually exploitable in your product. It reduces false positives, helps prioritize real risks.
107
109
108
-
TuxCare provides VEX for Spring ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_java/](https://security.tuxcare.com/vex/cyclonedx/els_lang_java/).
110
+
TuxCare provides VEX for Spring® ELS versions: [security.tuxcare.com/vex/cyclonedx/els_lang_java/](https://security.tuxcare.com/vex/cyclonedx/els_lang_java/).
109
111
110
112
## How to Upgrade to a Newer Version of TuxCare Packages
111
113
112
114
If you have already installed a package with a `tuxcare.1` suffix and want to upgrade to a newer release (for example, `tuxcare.3`), you need to update the version string in your Maven or Gradle build file.
0 commit comments