Skip to content

🚀 Spring Native and Spring Cloud Dependencies#3

Merged
muhamadto merged 1 commit intomainfrom
fix-infinite-looping-issue-in-aws-lambda
Oct 12, 2021
Merged

🚀 Spring Native and Spring Cloud Dependencies#3
muhamadto merged 1 commit intomainfrom
fix-infinite-looping-issue-in-aws-lambda

Conversation

@muhamadto
Copy link
Copy Markdown
Owner

@muhamadto muhamadto commented Oct 12, 2021

There was an issue with org.springframework.cloud:spring-cloud-dependencies:2020.0.3 and org.springframework.experimental:spring-native:[0.10.0-0.10.3]. It seems to have finally been fixed in org.springframework.experimental:spring-native:0.10.4.

Upgraded

  • org.springframework.experimental:spring-native 0.10.0 -> 0.10.4
  • org.springframework.cloud:spring-cloud-dependencies 2020.0.2->2020.0.3`
  • org.springframework.boot:spring-boot-starter-parent 2.4.5 -> 2.5.5
  • com.amazonaws:aws-lambda-java-events 2.0.2 -> 3.10.0
  • com.amazonaws:aws-lambda-java-core 1.1.0 -> 1.2.1

There was an issue with `org.springframework.cloud:spring-cloud-dependencies:2020.0.3` and `org.springframework.experimental:spring-native:[0.10.0-0.10.3]`. It seems to have finally been fixed in `org.springframework.experimental:spring-native:0.10.4`. 

Upgraded
* `org.springframework.experimental:spring-native`  `0.10.0` -> `0.10.4`
* `org.springframework.cloud:spring-cloud-dependencies` 2020.0.2 -> 2020.0.3
* `org.springframework.boot:spring-boot-starter-parent` 2.4.5 -> 2.5.5
* `com.amazonaws:aws-lambda-java-events` from 2.0.2 -> 3.10.0
* `com.amazonaws:aws-lambda-java-core` 1.1.0 -> 1.2.1
Copy link
Copy Markdown
Collaborator

@rajashekars rajashekars left a comment

Choose a reason for hiding this comment

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

You just beat me in creating the PR!

Copy link
Copy Markdown
Collaborator

@rajashekars rajashekars left a comment

Choose a reason for hiding this comment

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

Helpful to add

  <repositories>
    <repository>
      <id>spring-release</id>
      <name>Spring release</name>
      <url>https://repo.spring.io/release</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>spring-release</id>
      <name>Spring release</name>
      <url>https://repo.spring.io/release</url>
    </pluginRepository>
  </pluginRepositories>

@muhamadto
Copy link
Copy Markdown
Owner Author

You just beat me in creating the PR!

lol

@muhamadto
Copy link
Copy Markdown
Owner Author

Helpful to add

  <repositories>
    <repository>
      <id>spring-release</id>
      <name>Spring release</name>
      <url>https://repo.spring.io/release</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>spring-release</id>
      <name>Spring release</name>
      <url>https://repo.spring.io/release</url>
    </pluginRepository>
  </pluginRepositories>

I'm reluctant to. It's in the Dockerfile and I would prefer to leave the pom.xml clean

@muhamadto muhamadto merged commit c1b9021 into main Oct 12, 2021
@muhamadto muhamadto deleted the fix-infinite-looping-issue-in-aws-lambda branch October 12, 2021 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dependency updates / Question regarding spring cloud version

2 participants