This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 372
Add aws s3:// uri support #565
Closed
tmnuwan12
wants to merge
16
commits into
spring-attic:master
from
tmnuwan12:bugfix/361-s3-uri-rountrip
Closed
Add aws s3:// uri support #565
tmnuwan12
wants to merge
16
commits into
spring-attic:master
from
tmnuwan12:bugfix/361-s3-uri-rountrip
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maciejwalkowiak
suggested changes
Jun 6, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compilation issues is a result of Spring Boot just recently dropping JUnit 4. I'll add very soon JUnit 4 to dependencies both on master
and 2.2.x
branches so make sure to rebase.
...d-aws-core/src/main/java/org/springframework/cloud/aws/core/io/s3/SimpleStorageResource.java
Outdated
Show resolved
Hide resolved
...d-aws-core/src/main/java/org/springframework/cloud/aws/core/io/s3/SimpleStorageResource.java
Outdated
Show resolved
Hide resolved
Closes spring-atticgh-529 Fixes spring-atticgh-509 Fixes spring-atticgh-527 Co-authored-by: Maciej Walkowiak <walkowiak.maciej@yahoo.com>
… on application startup. Fixes spring-atticgh-556
…istener. This commit fixes this issue by delegating exception processing to AbstractMethodMessageHandler only when there is a configured handler. If there is none, exception is logged. Fixes spring-atticgh-394 Closes spring-atticgh-465 Co-authored-by: Maciej Walkowiak <walkowiak.maciej@yahoo.com>
…pertySourceLocator. Fixes spring-atticgh-472 Closes spring-atticgh-473
Spring Boot 2.4 has moved from providing automatic support for JUnit 4. For now we must declare it explicitly and in the future migrate to JUnit 5.
I have rebased against master. |
maciejwalkowiak
added
status: in-progress
An issue that being worked on
and removed
waiting-for-triage
labels
Jun 7, 2020
maciejwalkowiak
pushed a commit
that referenced
this pull request
Jun 7, 2020
Thanks @tmnuwan12! Your contribution has been merged. |
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this pull request
Oct 15, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this pull request
Oct 15, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this pull request
Oct 15, 2020
maciejwalkowiak
pushed a commit
to maciejwalkowiak/spring-cloud-aws
that referenced
this pull request
Oct 15, 2020
juho9000
pushed a commit
to juho9000/spring-cloud-aws
that referenced
this pull request
Apr 29, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes gh-361