Skip to content

Don't we manage previous versions anymore? #45046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
onacit opened this issue Apr 10, 2025 · 3 comments
Closed

Don't we manage previous versions anymore? #45046

onacit opened this issue Apr 10, 2025 · 3 comments
Labels
status: invalid An issue that we don't feel is valid

Comments

@onacit
Copy link

onacit commented Apr 10, 2025

It's been very handy, writing applications and verifying against previous versions.

e.g.

    <profile>
      <!-- https://docs.spring.io/spring-boot/docs/3.0.0/reference/html/dependency-versions.html#appendix.dependency-versions -->
      <id>spring-boot-3.0.0-java17</id>
      <properties>
        <version.ch.qos.logback>1.4.5</version.ch.qos.logback>
        <version.org.springframework>6.0.2</version.org.springframework>
        <version.org.springframework.boot>3.0.0</version.org.springframework.boot>
      </properties>
    </profile>
    <profile>
      <!-- https://docs.spring.io/spring-boot/docs/3.2.0/reference/html/dependency-versions.html#appendix.dependency-versions -->
      <id>spring-boot-3.2.0-java21-buggy</id>
      <properties>
        <version.ch.qos.logback>1.4.11</version.ch.qos.logback>
        <version.org.springframework>6.1.1</version.org.springframework>
        <version.org.springframework.boot>3.2.0</version.org.springframework.boot>
      </properties>
    </profile>
    <profile>
      <!-- https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html -->
      <id>spring-boot-latest</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <version.org.springframework>6.2.5</version.org.springframework>
        <version.org.springframework.boot>3.4.4</version.org.springframework.boot>
      </properties>
    </profile>

But I found there are missing versions in https://docs.spring.io/spring-boot/docs/.

We don't manage versions anymore?

  • No 3.3.x/s
    • 3.3.x/ directs to the latest
  • No 3.4.x
    • only current/
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 10, 2025
@bclozel
Copy link
Member

bclozel commented Apr 10, 2025

@bclozel bclozel added the status: waiting-for-feedback We need additional information before we can continue label Apr 10, 2025
@onacit
Copy link
Author

onacit commented Apr 10, 2025

@bclozel Thank you for the links. I do confirm.

  • Do we have any index page?
  • No more docs for patch versions?
    • Are all dependencies' versions froze by the major.minor?

Thanks.

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Apr 10, 2025
@bclozel
Copy link
Member

bclozel commented Apr 10, 2025

Do we have any index page?

Yes, here: https://docs.spring.io/spring-boot/
You can use the version selector on the top left of the page.

No more docs for patch versions?

No.

Are all dependencies' versions froze by the major.minor?

No, Spring Boot maintenance versions update to the latest maintenance versions of all dependencies.

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Apr 10, 2025
@bclozel bclozel added status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged status: feedback-provided Feedback has been provided labels Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants