Skip to content
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

Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 #178

Merged
merged 1 commit into from
May 8, 2021

Conversation

jonatan-ivanov
Copy link
Contributor

No description provided.

@@ -184,27 +166,4 @@
</build>
</profile>
</profiles>

<repositories>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you removed this repositories? We used by the past it to test Milestone or Relase Candidate versions.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed them to make sure that everything is using the release version since you only want those by default (I suppose).
For testing, it totally makes sense, I can put it back or we can hide it under a specific profile. What do you think?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok thanks. We can keep your changes and put it back if necessary.

@arey arey changed the title updating dependencies Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5< May 6, 2021
@arey arey changed the title Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5< Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 May 6, 2021
@arey arey merged commit 73da0b0 into spring-petclinic:master May 8, 2021
@arey
Copy link
Member

arey commented May 8, 2021

I've merged but we forgot to align all parent pom to the 2.4.5 version:

    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>2.4.2</version>
    </parent>

    <groupId>org.springframework.samples</groupId>
    <artifactId>spring-petclinic-microservices</artifactId>
    <version>2.4.2</version>

@jonatan-ivanov jonatan-ivanov deleted the dependencies branch May 9, 2021 05:36
selvasingh added a commit to Azure-Samples/spring-petclinic-microservices that referenced this pull request Nov 14, 2021
* Complete Apache 2.0 license

* Upgrade to Spring Cloud 2020.0.1 (aka Ilford) and Spring Boot 2.4.2 (spring-petclinic#173)

* Added chaos monkey setup (spring-petclinic#177)

* Added chaos monkey setup

* Update scripts/chaos/call_chaos.sh

Co-authored-by: Jonatan Ivanov <[email protected]>

* Added docs

Co-authored-by: Jonatan Ivanov <[email protected]>

* Do not fail packaging if repo info is absent spring-petclinic#91

Try to fix the Maven issue references in spring-petclinic#91

* Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 spring-petclinic#178

* Bump up version to 2.4.5 (spring-petclinic#179)

also fixing spring-boot-starter-parent version

* Upgrade to Spring Cloud 2020.0.2 and Spring Boot 2.5.1 (spring-petclinic#181)

* Migrate from Travis CI to GitHub actions (spring-petclinic#187)

* Use Github Actions for CI

* Change Travis Badge to Github Actions one

* Delete .travis.yml

* Added Log Analytics

* Added Log Analytics

* Added Log Analytics

* Added Log Analytics

Co-authored-by: Antoine Rey <[email protected]>
Co-authored-by: Marcin Grzejszczak <[email protected]>
Co-authored-by: Jonatan Ivanov <[email protected]>
selvasingh added a commit to Azure-Samples/spring-petclinic-microservices that referenced this pull request Nov 15, 2021
* Complete Apache 2.0 license

* Upgrade to Spring Cloud 2020.0.1 (aka Ilford) and Spring Boot 2.4.2 (spring-petclinic#173)

* Added chaos monkey setup (spring-petclinic#177)

* Added chaos monkey setup

* Update scripts/chaos/call_chaos.sh

Co-authored-by: Jonatan Ivanov <[email protected]>

* Added docs

Co-authored-by: Jonatan Ivanov <[email protected]>

* Do not fail packaging if repo info is absent spring-petclinic#91

Try to fix the Maven issue references in spring-petclinic#91

* Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 spring-petclinic#178

* Bump up version to 2.4.5 (spring-petclinic#179)

also fixing spring-boot-starter-parent version

* Upgrade to Spring Cloud 2020.0.2 and Spring Boot 2.5.1 (spring-petclinic#181)

* Migrate from Travis CI to GitHub actions (spring-petclinic#187)

* Use Github Actions for CI

* Change Travis Badge to Github Actions one

* Delete .travis.yml

* Added Log Analytics

* Added Log Analytics

* Added Log Analytics

* Added Log Analytics

* updated cli step to create Azure Spring Cloud

Co-authored-by: Antoine Rey <[email protected]>
Co-authored-by: Marcin Grzejszczak <[email protected]>
Co-authored-by: Jonatan Ivanov <[email protected]>
selvasingh added a commit to Azure-Samples/spring-petclinic-microservices that referenced this pull request Nov 15, 2021
* Complete Apache 2.0 license

* Upgrade to Spring Cloud 2020.0.1 (aka Ilford) and Spring Boot 2.4.2 (spring-petclinic#173)

* Added chaos monkey setup (spring-petclinic#177)

* Added chaos monkey setup

* Update scripts/chaos/call_chaos.sh

Co-authored-by: Jonatan Ivanov <[email protected]>

* Added docs

Co-authored-by: Jonatan Ivanov <[email protected]>

* Do not fail packaging if repo info is absent spring-petclinic#91

Try to fix the Maven issue references in spring-petclinic#91

* Bump Spring Cloud version to 2020.0.2 and Spring Boot version to 2.4.5 spring-petclinic#178

* Bump up version to 2.4.5 (spring-petclinic#179)

also fixing spring-boot-starter-parent version

* Upgrade to Spring Cloud 2020.0.2 and Spring Boot 2.5.1 (spring-petclinic#181)

* Migrate from Travis CI to GitHub actions (spring-petclinic#187)

* Use Github Actions for CI

* Change Travis Badge to Github Actions one

* Delete .travis.yml

* Added Log Analytics

* Added Log Analytics

* Added Log Analytics

* Added Log Analytics

* updated cli step to create Azure Spring Cloud

* added jq as pre-requisite

* updated pre-requisites

Co-authored-by: Antoine Rey <[email protected]>
Co-authored-by: Marcin Grzejszczak <[email protected]>
Co-authored-by: Jonatan Ivanov <[email protected]>
DavidMolta18 pushed a commit to Distribuidos2024/spring-petclinic-microservices that referenced this pull request Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants