streamflyer
streamflyer copied to clipboard
Modify character streams on the fly
Bumps [junit](https://github.com/junit-team/junit4) from 4.12-beta-2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
If the characterBuffer contains line breaks, the given Pattern never matches the characterBuffer. So a new XML prolog is always inserted, even if the characterBuffer contains one. Code starting [here](https://github.com/rwitzel/streamflyer/blob/ad8bb96f15faf6d1f685273668bb08b7a550c536/streamflyer-core/src/main/java/com/github/rwitzel/streamflyer/xml/XmlVersionModifier.java#L169)...
When creating a new prolog the closing tag should probably be '?>' but the question mark is omitted [here](https://github.com/rwitzel/streamflyer/blob/ad8bb96f15faf6d1f685273668bb08b7a550c536/streamflyer-core/src/main/java/com/github/rwitzel/streamflyer/xml/XmlVersionModifier.java#L184) This also affects the tests for these cases. I am using...
The current StateMachine and its surrounding classes seem to model a very particular kind of FSM: Every state has a fixed set of associated transitions and other states can only...
I got this exception when trying to parse SOAP response from MS Sharepoint. I used example : EXAMPLE 1. This example shows how to remove the invalid characters. But after...