This is an automated email from the ASF dual-hosted git repository. mibo pushed a change to branch fix-codeql in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
discard 103a28cb1 [OLINGO-1589] Fixed CodeQL GH action add dba911f33 [OLINGO-1591] Fixed deadlock issue for client add 532719421 OLINGO-1577 Determine content type from HTTP response add b57a895f5 [OLINGO-1589] Fixed CodeQL GH action This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (103a28cb1) \ N -- N -- N refs/heads/fix-codeql (b57a895f5) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 3 +- .../TransactionalPersistenceManagerImpl.java | 16 +++-- .../fit/tecsvc/client/BatchClientITCase.java | 43 ++++++++++++ fit/src/test/resources/payload.txt | 1 + .../header/ODataErrorResponseChecker.java | 24 ++++--- .../communication/request/AbstractRequest.java | 27 ++++++-- .../core/communication/util/PipedOutputStream.java | 5 ++ .../org/apache/olingo/client/core/ErrorTest.java | 52 +++++++-------- .../olingo/commons/api/format/ContentType.java | 37 ++++++++++- .../olingo/commons/api/format/ContentTypeTest.java | 77 +++++++++++++++++++++- 10 files changed, 228 insertions(+), 57 deletions(-) create mode 100644 fit/src/test/resources/payload.txt