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:24 UTC

[olingo-odata4] branch dependabot/maven/org.apache.maven.plugins-maven-eclipse-plugin-2.10 updated (255d6ae01 -> cb6afeffe)

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

github-bot pushed a change to branch dependabot/maven/org.apache.maven.plugins-maven-eclipse-plugin-2.10
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


 discard 255d6ae01 Bump maven-eclipse-plugin from 2.9 to 2.10
     add 8bd73adc7 Bump github/codeql-action from 1 to 2
     add 9a75d0bf3 Bump actions/checkout from 2 to 3
     add 9d0b4cfa4 Updated Netty version
     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 cb6afeffe Bump maven-eclipse-plugin from 2.9 to 2.10

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   (255d6ae01)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.maven.plugins-maven-eclipse-plugin-2.10 (cb6afeffe)

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              | 17 +++--
 .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                                            |  4 +-
 12 files changed, 266 insertions(+), 63 deletions(-)
 create mode 100644 .github/workflows/maven.yml
 create mode 100644 fit/src/test/resources/payload.txt