Skip to content

Commit

Permalink
feat: handle multiple ResponseInfo obj in Query response (#606)
Browse files Browse the repository at this point in the history
* feat: handle multiple ResponseInfo obj in Query response
* docs: update javadoc
* docs: update CHANGELOG
* chore: reformat
* fix: update the responseinfo locating logic
* fix: do not throw exception if multiple response infos have the same prefix
  • Loading branch information
berezovskyi authored Nov 6, 2024
1 parent 2099d3a commit f4432f3
Show file tree
Hide file tree
Showing 7 changed files with 1,926 additions and 374 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
### Deprecated

### Removed

- Dependency to deprecated oslc4j-json4j-provider

### Fixed

- Client now picks the correct ResponseInfo object when an OSLC Query response contains multiple ResponseInfo objects.

## [6.0.0]

### Security
Expand Down
Loading

0 comments on commit f4432f3

Please sign in to comment.