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

move xml parsing using SimpleXML #857

Merged

Conversation

balamurugana
Copy link
Member

This breaks backward compatibility

@balamurugana balamurugana force-pushed the move-xml-parsing-to-SimpleXML branch 2 times, most recently from 191bc66 to 05a8bea Compare March 4, 2020 14:03
@balamurugana balamurugana force-pushed the move-xml-parsing-to-SimpleXML branch 2 times, most recently from eb17aa4 to 82cd6ce Compare March 5, 2020 06:05
Copy link
Contributor

@nitisht nitisht left a 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

@balamurugana balamurugana force-pushed the move-xml-parsing-to-SimpleXML branch 11 times, most recently from 417c8b4 to 8916527 Compare March 9, 2020 06:57
@balamurugana balamurugana force-pushed the move-xml-parsing-to-SimpleXML branch 3 times, most recently from 2924d46 to 345dbfe Compare March 14, 2020 12:04
kannappanr
kannappanr previously approved these changes Mar 14, 2020
Copy link
Contributor

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

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

LGTM

harshavardhana
harshavardhana previously approved these changes Mar 14, 2020
kannappanr
kannappanr previously approved these changes Mar 14, 2020
Copy link
Contributor

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

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

LGTM

This breaks backward compatibility
@harshavardhana harshavardhana merged commit d972526 into minio:master Mar 17, 2020
@balamurugana balamurugana deleted the move-xml-parsing-to-SimpleXML branch March 18, 2020 02:02
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.

4 participants