You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gi...@apache.org on 2023/01/27 07:31:26 UTC

[phoenix-queryserver] branch dependabot/maven/org.apache.hadoop-hadoop-common-3.2.4 updated (6d6bafc -> 9ad094b)

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

github-bot pushed a change to branch dependabot/maven/org.apache.hadoop-hadoop-common-3.2.4
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git


 discard 6d6bafc  Bump hadoop-common from 3.1.4 to 3.2.4
     add 0c1b57e  PHOENIX-6771 Allow only "squash and merge" from GitHub UI
     add c2f8db6  PHOENIX-6781 Fix flaky tests and define auch mech for SPNEGO explicitly (#105)
     add 0b11a1e  PHOENIX-6750 Bump Avatica version to 1.21.0 in queryserver (#104)
     add 753bfed  PHOENIX-6799 Release python-phoenixdb 1.2.1 (#106)
     add 17fed6b  PHOENIX-6801 Fix failing docker build because of missing files (#107)
     add bcad14b  PHOENIX-6803 make_rc.sh does not work on mac (#108)
     add 1c6842a  PHOENIX-6811 Re-add phoenixdb requirements (#109)
     add e4e339c  PHOENIX-6819 Bump phoenixdb version to 1.2.2.dev0 after release (#110)
     add b3af8ea  PHOENIX-6820 Update python-phoenixdb/RELEASING.rst (#111)
     add 05d5eb0  PHOENIX-6836: Enable code coverage reporting to SonarQube in Phoenix-Queryserver (#112)
     add 4b22faa  PHOENIX-6810 Make SSL key-store type configurable (#114)
     add 434eae4  PHOENIX-6858 Add Python 3.11 to supported languages and update docker test image for phoenixdb
     add f58069d  PHOENIX-6861 PQS fails to start because of relocated javax.servlet with Phoenix 5.2
     add 9ad094b  Bump hadoop-common from 3.1.4 to 3.2.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   (6d6bafc)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.apache.hadoop-hadoop-common-3.2.4 (9ad094b)

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:
 .../replace_jars_with_symlinks.sh => .asf.yaml     | 35 +++++------
 .github/workflows/maven.yml                        |  2 +-
 BUILDING.md                                        | 20 +++++--
 dev/code-coverage/README.md                        | 48 +++++++++++++++
 dev/code-coverage/run-coverage.sh                  | 70 ++++++++++++++++++++++
 phoenix-queryserver-it/pom.xml                     | 10 ++++
 .../end2end/SecureQueryServerPhoenixDBIT.java      |  1 +
 phoenix-queryserver/pom.xml                        | 21 ++++++-
 .../phoenix/queryserver/QueryServerProperties.java |  4 ++
 .../phoenix/queryserver/server/QueryServer.java    | 14 ++++-
 pom.xml                                            | 36 +++++++++--
 python-phoenixdb/Dockerfile                        |  7 ++-
 python-phoenixdb/NEWS.rst                          |  8 +++
 python-phoenixdb/RELEASING.rst                     |  7 ++-
 python-phoenixdb/dev-support/make_rc.sh            |  8 +--
 python-phoenixdb/phoenixdb/__init__.py             | 16 +++--
 python-phoenixdb/phoenixdb/tests/test_db.py        |  1 +
 .../phoenixdb/tests/test_sqlalchemy.py             |  2 +
 python-phoenixdb/requirements.txt                  |  4 +-
 python-phoenixdb/setup.py                          |  5 +-
 python-phoenixdb/tox.ini                           |  2 +-
 21 files changed, 271 insertions(+), 50 deletions(-)
 copy phoenix-queryserver-assembly/src/scripts/replace_jars_with_symlinks.sh => .asf.yaml (55%)
 mode change 100755 => 100644
 create mode 100644 dev/code-coverage/README.md
 create mode 100755 dev/code-coverage/run-coverage.sh