You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by gi...@apache.org on 2022/11/13 07:12:39 UTC

[olingo-odata4] branch dependabot/maven/pax.exam.version-4.13.1 updated (c38c243e8 -> fead2ce97)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/pax.exam.version-4.13.1
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


 discard c38c243e8 Bump pax.exam.version from 3.4.0 to 4.13.1
     add e1c107ef0 [OLINGO-1589] Added GH action for Maven build
     add dba911f33 [OLINGO-1591] Fixed deadlock issue for client
     add 532719421 OLINGO-1577 Determine content type from HTTP response
     add 02a114dd3 [OLINGO-1589] Fixed CodeQL GH action
     add 9e739f91a Bump jackson-databind from 2.13.3 to 2.14.0
     add fead2ce97 Bump pax.exam.version from 3.4.0 to 4.13.1

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   (c38c243e8)
            \
             N -- N -- N   refs/heads/dependabot/maven/pax.exam.version-4.13.1 (fead2ce97)

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              | 11 +++-
 .github/workflows/maven.yml                        | 26 ++++++++
 .../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 +++++++++++++++++++++-
 pom.xml                                            |  2 +-
 12 files changed, 262 insertions(+), 59 deletions(-)
 create mode 100644 .github/workflows/maven.yml
 create mode 100644 fit/src/test/resources/payload.txt