-
Notifications
You must be signed in to change notification settings - Fork 485
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
move xml parsing using SimpleXML #857
move xml parsing using SimpleXML #857
Conversation
191bc66
to
05a8bea
Compare
eb17aa4
to
82cd6ce
Compare
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.
Build is failing, can you PTAL @balamurugana
/home/runner/work/minio-java/minio-java/api/src/main/java/io/minio/MinioClient.java:3253: error: cannot find symbol
private Iterator<Prefix> prefixIterator;
^
symbol: class Prefix
/home/runner/work/minio-java/minio-java/api/src/main/java/io/minio/MinioClient.java:3283: error: cannot find symbol
this.prefixIterator = new LinkedList<Prefix>().iterator();
^
symbol: class Prefix
/home/runner/work/minio-java/minio-java/api/src/main/java/io/minio/MinioClient.java:3410: error: cannot find symbol
private Iterator<Prefix> prefixIterator;
^
symbol: class Prefix
/home/runner/work/minio-java/minio-java/api/src/main/java/io/minio/MinioClient.java:3444: error: cannot find symbol
this.prefixIterator = new LinkedList<Prefix>().iterator();
^
symbol: class Prefix
4 errors
:api:compileJava FAILED
417c8b4
to
8916527
Compare
2924d46
to
345dbfe
Compare
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.
LGTM
345dbfe
to
725ebe3
Compare
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.
LGTM
d41127e
725ebe3
to
d41127e
Compare
This breaks backward compatibility
d41127e
to
e868fbf
Compare
This breaks backward compatibility