-
Notifications
You must be signed in to change notification settings - Fork 3k
Aliyun: Remove spring-boot dependency #11291
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
Conversation
aliyun/src/test/java/org/apache/iceberg/aliyun/oss/mock/AliyunOSSMockLocalStore.java
Outdated
Show resolved
Hide resolved
findepi
left a comment
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.
Thanks!
Removing redundant dependencies is always a good idea!
4cf467a to
e97dca1
Compare
|
I'm fixing spotless check failure. Sorry about that. |
e97dca1 to
c34434d
Compare
|
@findepi @manuzhang I fixed the spotless. Sorry for the inconvenience. |
|
@rdblue @RussellSpitzer as discussed together, this is the PR to remove the spring-boot dependency and use JDK HTTP server directly for mocking. |
|
@jbonofre there is a conflict, you may want to resolve |
c34434d to
591e911
Compare
|
@findepi conflict resolved. Thanks. |
591e911 to
c1da64f
Compare
|
@jbonofre @RussellSpitzer Took the liberty of fixing this through the GitHub UI. Let's get this in 🚀 |
|
Tests Passed and Merged Thanks @jbonofre for the PR and @manuzhang , @findepi and @Fokko for the review. |
This PR removes the spring-boot dependency from Iceberg and implement Aliyun OSS Mock using the JDK HTTP server.