Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: devmanuelli/jolie

Tags

v1.12.7

Toggle v1.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CONTRIBUTING.md - contacts section

v1.13.2

Toggle v1.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump org.apache.commons:commons-lang3 in /javaServices/coreJavaServic…

…es (jolie#618)

Bumps org.apache.commons:commons-lang3 from 3.0 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.12.6

Toggle v1.12.6's commit message
Jolie release 1.12.6

v1.12.5

Toggle v1.12.5's commit message
HttpScanner/Parser - correctly ignore header whitespaces

E.g. "Accept:text/xml" should be parsed like "Accept: text/xml" or also "Accept: text/xml ".

https://www.rfc-editor.org/rfc/rfc7230#section-3.2

v1.12.4

Toggle v1.12.4's commit message
Jolie release 1.12.4

v1.12.3

Toggle v1.12.3's commit message
LSPParser: keep parsing header until encounter space