Questions tagged [lts]

Long-Term Support (LTS) is a product lifecycle management policy in which a stable release of computer software is maintained for a longer period of time than the standard edition. The term is typically reserved for open-source software, where it describes a software edition that is supported for months or years longer than the software's standard edition.

LTS is an acronym for Long-Term Support.

LTS applies the tenets of reliability engineering to the software development process and software release life cycle. Long-term support extends the period of software maintenance; it also alters the type and frequency of software updates (patches) to reduce the risk, expense, and disruption of software deployment, while promoting the dependability of the software. It does not necessarily imply technical support.

At the beginning of a long-term support period, the software developers impose a feature freeze: They make patches to correct software bugs and vulnerabilities, but do not introduce new features that may cause regression. The software maintainer either distributes patches individually, or packages them in maintenance releases, point releases, or service packs. At the conclusion of the support period, the product either reaches end-of-life, or receives a reduced level of support for a period of time (e.g., high-priority security patches only).

More info here: Wikipedia

39 questions
2
votes
2 answers

Is a package excluded from Stackage LTS because of an omitted dependency?

I'm a bit confused about how a dependency on a package affects including it in Stackage LTS; specifically, if package A requires package B, and package A works when package B is installed as an extra-dep on top of LTS-X.Y, but package B itself is…
orome
  • 45,163
  • 57
  • 202
  • 418
2
votes
3 answers

How to query the current Jenkins LTS version number?

How to get programatically the version number designated as the current LTS release of Jenkins, one of a list of weekly release numbers? The Jenkins download page has text to indicate the current version designated as LTS (e.g., 2.46.2). To…
Codex24
  • 323
  • 1
  • 5
  • 14
1
vote
1 answer

/lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)

When I push the code to Github it automatically builds it and start the application on AWS through CodeDeploy with a application_start.sh script file that has the following code: #!/bin/bash #give permission for everything in the express-app…
Isaak
  • 21
  • 1
  • 6
1
vote
0 answers

Docker Stack LTS will always re-download and re-create GHC from scratch

With the following Dockerfile FROM fpco/stack-build:lts-17.12 as dependencies ENV STACK_ROOT /home/stackage/.stack COPY ./stack.yaml ./package.yaml ./ RUN stack build --dependencies-only Stack will always start by downloading and installing GHC…
Jivan
  • 21,522
  • 15
  • 80
  • 131
1
vote
0 answers

Show only LTS updates for ASP.NET Core NuGet packages in Visual Studio

Having an ASP.NET Core project running on 2.1 LTS, I want to stay on LTS versions. So I'm not updating on 2.2 or 3.0 (both currently EOL) but an upgrade to 3.1 (next LTS) is planned in the future. Currently I want to stay on 2.1 LTS, which is still…
Lion
  • 16,606
  • 23
  • 86
  • 148
1
vote
2 answers

Can't run Lightning Testing Service (LTS) for Salesforce

I have been using SFDX to automate Salesforce development for a little while now with Teamcity. SFDX doesn't always provide the best error messages but the documentation is usually very helpful. Well, or so I thought, until I started working with…
mohifleur
  • 315
  • 5
  • 10
1
vote
3 answers

How to remove "Translate to" for content / pages in TYPO3 8 LTS?

I'm using TYPO3 8 LTS and trying to remove the String "[Translate to XY]", when create translated content and pages. In earlier TYPO3 versions it was possible to solve this with the following code in…
tah
  • 33
  • 5
1
vote
1 answer

Sonar 6.x LTS release schedule

We would like to upgrade our Sonar setup to 6.x but waiting for LTS release. Is there any update on when Sonarqube LTS (6.x) release is scheduled? Also, we would like to understand major differences between Sonarqube 4.5.7 & Sonarqube 6.x in terms…
Coc
  • 437
  • 1
  • 3
  • 19
1
vote
1 answer

What is the difference between a liveness and a progress property?

I know this is a very academic question, but I was hoping someone here could help me get an answer. I'm taking a concurrency class in which we use LTS'es and FLTL's. In one of our assignments a question is given: "Give an example of a liveness…
cwap
  • 11,087
  • 8
  • 47
  • 61
1
vote
1 answer

What is the differencs between nodejs V4.2.2 LTS and V5.0.0 Stable

Question as the title,What is the differencs between nodejs V4.2.2 LTS and V5.0.0 Stable?
codelegant
  • 583
  • 2
  • 6
  • 19
1
vote
0 answers

Packaging Python code for long term compatibility

At my work we create hardware which we support for 10+ years. As part of the release and diagnosis of that hardware we use a lot of test software. It would be great if all the software we write had the same longevity of the hardware. We recently…
Dave
  • 123
  • 6
0
votes
0 answers

MongoDb Ubuntu 22.04 AMD X64 failed core=dumped status=ILL

How to install mongoDb in linux AMD x64. Is it possible? I've tried install different versions of mongodb. Tried install with .deb file from official website. I tried all commands from different sources step-by-step. If it is possible please write…
0
votes
0 answers

am I rightly understand what means LTS for Java?

am I rightly understand what means LTS for Java? my understanding: A lot of time after the release of the LTS version, if the support period has not yet expired, this version may receive an update despite the fact that even a new LTS version has…
user502233
  • 11
  • 4
0
votes
0 answers

Spring Cloud Data Flow long term support and maintenance roadmap

We are in the process of building a new interoperability platform for our company, and we're looking into several data integration platforms as potential foundation candidates. One of these candidates is Spring Cloud Data Flow. We would like to know…
0
votes
0 answers

How to configure eslint to support ecmascript included in latest node lts

eslint file has many options, but if I want to support all the features supported in node 10.x LTS for instance, how can I do that?
Valerio
  • 2,390
  • 3
  • 24
  • 34