Giter VIP home page Giter VIP logo

Comments (1)

saragluna avatar saragluna commented on September 25, 2024
  1. The structure of (spring-cloud-azure-supported-spring.json) (temporary name)
    tools repo project produce a json file:
[
  {
	"current":  "true"  (unique in the list, should equal spring cloud azure source code)
	"spring-boot-version": "2.6.8"
	"spring-cloud-version": "2021.0.2"
	"releaseStatus": "SNAPSHOT",
	"snapshot": "true"
	"supportStatus": "endoflife | supported | todo" (our support information need manual maintenance)
										      (new entry is default to todo, and we can use another pipeline to test the supportability)
										      (spring metadata removes one version, we can try to create an issue to suggest/query whether we should mark the version to EoL(end of life))
  },
  {
	"current":  "true" 
	"spring-boot-version": "2.6.7"
	"spring-cloud-version": "2021.0.1"
	"releaseStatus": "SNAPSHOT",
	"snapshot": "true"
	"supportStatus": "endoflife | supported | todo"
  }
]
  1. What's the JSON file should consist of?
    [history Spring project metadata] = [spring cloud azure json].

  2. What will happen if a version is EoL but still returned from the Spring metadata?
    For example, 2.3.13 is end of life; we need to set its EOL manually.

  3. If the tools output a JSON file, should the sdk pull the file, or should the tools create a PR to the sdk repo?
    tools: output a JSON

    • sdk pipeline pulls JSON from tools

      - It's easy, it only requires an HTTP call
      - this need the tools repo to be a public repo
      
    • tools push JSON to the sdk repo,

      - To create a PR to the SDK repo
      - The JSON represents our supportability
      - Spring Cloud Azure's supportability is traceable through PR
      - It's how azure-core Jackson does
      
  4. If we detect a change in the value of current: true, what should we do?
    we need to create a PR to the sdk repo:

    • upgrade version_txt
    • upgrade versions

from spring-cloud-azure-tools.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.