Skip to content

Add Builder class to JAXBDecoder for disabling namespace-awareness.#471

Merged
spencergibb merged 1 commit into
OpenFeign:masterfrom
chrismanning:bugfix/456
Oct 11, 2016
Merged

Add Builder class to JAXBDecoder for disabling namespace-awareness.#471
spencergibb merged 1 commit into
OpenFeign:masterfrom
chrismanning:bugfix/456

Conversation

@chrismanning

Copy link
Copy Markdown
Contributor

Makes the SAX parser namespace aware by default (as it was previously for JAXB).
Fixes #456

@spencergibb spencergibb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

How about a little documentation in the jaxb readme?

}

private JAXBDecoder(Builder builder) {
if (builder.jaxbContextFactory == null) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Seems like this could go in build().

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

@chrismanning

Copy link
Copy Markdown
Contributor Author

Would you prefer this rebased & squashed?

@spencergibb

Copy link
Copy Markdown
Contributor

yes please

@chrismanning

Copy link
Copy Markdown
Contributor Author

@spencergibb squashed :)

@spencergibb spencergibb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Trying to do my best @adriancole impression :-) I forgot to have you update https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md under 9.4, sorry.

@codefromthecrypt

codefromthecrypt commented Oct 6, 2016 via email

Copy link
Copy Markdown

@chrismanning

Copy link
Copy Markdown
Contributor Author

No problem 😄

Added (most of) the commit message to the changelog

Comment thread CHANGELOG.md Outdated
@@ -1,3 +1,7 @@
### Version 9.4
* Adds Builder class to JAXBDecoder for disabling namespace-awareness.
* Makes the SAX parser namespace aware by default (as it was prior to #415)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Remove this line

Comment thread CHANGELOG.md Outdated
@@ -1,3 +1,7 @@
### Version 9.4
* Adds Builder class to JAXBDecoder for disabling namespace-awareness.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

add '(defaults to true)'.

Makes the SAX parser namespace aware by default (as it was prior to #415).
Fixes #456
@chrismanning

Copy link
Copy Markdown
Contributor Author

@spencergibb I don't think you get notified when I push new changes so just FYI I made the requested changes

@spencergibb

Copy link
Copy Markdown
Contributor

It does, I was on leave.

@spencergibb spencergibb merged commit 12e61b9 into OpenFeign:master Oct 11, 2016
@chrismanning chrismanning deleted the bugfix/456 branch October 11, 2016 17:30
velo pushed a commit that referenced this pull request Oct 7, 2024
…471)

Makes the SAX parser namespace aware by default (as it was prior to #415).

Fixes #456
velo pushed a commit that referenced this pull request Oct 8, 2024
…471)

Makes the SAX parser namespace aware by default (as it was prior to #415).

Fixes #456
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.

3 participants