Giter VIP home page Giter VIP logo

spring-cloud-azure-tools's Introduction

Quality Gate Status

Overview

This repo hosts various tools for Spring Cloud Azure development.

Sonar Analysis

This repo contains a github actions which runs daily to build the main branch of Spring Cloud Azure and submit it to Sonar Cloud for analysis.

Automated test spring boot and spring cloud compatibility

This tool set aims to automate the process of testing compatibility of Spring Cloud Azure with Spring Boot and Spring Cloud. The automation includes:

See this for details about the automation process.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

spring-cloud-azure-tools's People

Contributors

dependabot[bot] avatar microsoft-github-operations[bot] avatar microsoftopensource avatar netyyyy avatar saragluna avatar stliu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

spring-cloud-azure-tools's Issues

[FEATURE-REQ]Auto upgrade versions in Spring Cloud Azure to align with Spring Boot current version

Context:

Currently Spring Cloud Azure upgrades Spring Boot dependencies manually, which takes a lot of time for repetitive work

Goal:

Try to automate repeatable work as much as possible to reduce time spent each month

Solutions

  • Use Github Action to upgrade Spring Boot Dependencies
  • Change scripts to support this action work well.

Tasks:

[Epic] Improve test matrix to include all supported spring versions

Context:

Currently Spring Cloud Azure supports multi Spring Boot and Spring Cloud versions, but those versions are not actively tested.
we need to figure out how to enable a testing matrix to actively test all support spring versions and Spring Cloud Azure libraries.

  • Spring projects release monthly.
  • Several types of libraries can be released from Spring projects, snapshot, prerelease, and GA.
  • We use multiple Spring projects in Spring Cloud Azure: Spring Framework, Spring Boot, Spring Data, Spring Integration, Spring Cloud Stream, etc.

Strong has a poc for how to get dependency versions: https://github.com/Azure/spring-cloud-azure-tools/tree/t1/src/main/java/com/azure/spring/dev/tools/dependency

Goal:

The Spring Cloud Azure dev branch should align with Spring Boot on the current Spring Boot version.

  • Spring Cloud Azure's source code dependency version should rely on the return value from https://spring.io/project_metadata/spring-boot with current: true.
  • When the current version from https://spring.io/project_metadata/spring-boot changes, we should catch up ASAP.
  • Track:
    • #5
    • Need to change the PR contents #10

The Spring Cloud Azure dev branch should maintain a test matrix for dependent Spring projects. -- UT

  • Spring Cloud Azure defines their supported Spring Boot versions,
    • The supported versions change along with Spring releases.
    • Such as supported-versions.json, listing 2.5.1 and 2.6.1 for example.
  • Spring Cloud Azure tests on each milestone and GA releases of dependent Spring projects.
  • Track:

The Spring Cloud Azure should have integration tests, containing all Spring Cloud Azure libraries, to run against each version. -- IT

Solutions

  • The Spring Cloud versions, should be parsed from API like curl -G https://start.spring.io/pom.xml -d packaging=war -o pom.xml and retrieved automatically
  • The version matrix should be persistent somewhere, such as spring-cloud-azure-tools repo.

Originally posted by @saragluna in microsoft/spring-cloud-azure#930 (comment)

Remove warning for the build

Context

From the log of building, see the following output:

Run mvn -B -e -f sdk/spring/pom.xml -P coverage verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0

Goal

We should remove this warning.

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.