You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2020/05/21 12:03:44 UTC

[avro] branch AVRO-2806 updated (527ec67 -> ff365c3)

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

dkulp pushed a change to branch AVRO-2806
in repository https://gitbox.apache.org/repos/asf/avro.git.


 discard 527ec67  [AVRO-2806] Upgrade from Netty 3 -> Netty 4
     add f106abd  Update varous plugins to latest versions
     add 7e7681a  Upgrade grpc from 1.28 to 1.29
     add 94b6a1f  Upgrade jackson from 2.10.2 to 2.10.4
     add af429f7  Update to latest junit/easymock versions for testing
     add c536a35  AVRO-2839: PHP Add zstd and snappy codec support. (#886)
     add ff365c3  [AVRO-2806] Upgrade from Netty 3 -> Netty 4

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   (527ec67)
            \
             N -- N -- N   refs/heads/AVRO-2806 (ff365c3)

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:
 lang/java/integration-test/codegen-test/pom.xml |  2 +-
 lang/java/pom.xml                               | 20 +++++------
 lang/java/trevni/pom.xml                        |  4 ---
 lang/php/build.sh                               |  7 ----
 lang/php/lib/avro/data_file.php                 | 48 +++++++++++++++++++++----
 lang/php/test/DataFileTest.php                  |  4 +--
 lang/php/test/InterOpTest.php                   |  4 +--
 pom.xml                                         | 28 ++++++++++-----
 share/docker/Dockerfile                         | 22 +++++++++++-
 9 files changed, 97 insertions(+), 42 deletions(-)