Ryan Heaton

Results 135 comments of Ryan Heaton

Thanks for the report. A few other alternatives I can think of: 1. Get the NanoXML developers to cut a release with `net.n3.nanoxml.CDATAReader`, `net.n3.nanoxml.ContentReader`, and ``net.n3.nanoxml.XMLUtilBackdoor as `protected` instead of...

It seems like we should just fix the code if someone is sending it that way. I'm happy to take and merge a pull request if you want to put...

You need to fork the project, push the changes to your fork, then create a pull request from that fork.

Can I get a better idea of your goals? If you're just trying to construct an ofx file from Java objects, I think the idea is that you construct a...

Okay. Want to put together a pull request with your suggested changes? I'd be happy to review and merge.

Thanks for the report. If you'd like to put together a pull request with the suggested fix, I'd be happy to merge it.

As of `2.18.0`, the `jackson` module configuration supports a `type-format` subelement, e.g.: ```xml ```

[Enunciate 2.18.0](https://github.com/stoicflame/enunciate/releases/tag/v2.18.0) has been released.

Hi. Thanks for the report. I'm not seeing what you're seeing. The latest release [clearly references `opanapi.json`](https://github.com/stoicflame/enunciate/blob/master/swagger/swagger-ui/swagger-initializer.js#L19) and not `swagger.json`. I've also confirmed this with the [enunciate-sample](https://github.com/stoicflame/enunciate-sample) app. Maybe your...