This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.eclipse.jetty-jetty-http-9.4.48.v20220622
in repository https://gitbox.apache.org/repos/asf/phoenix-queryserver.git
discard 0cf1f86 Bump jetty-http from 9.4.43.v20210629 to 9.4.48.v20220622
add c1bfbdf PHOENIX-6737 PhoenixDB test environment update (addendum: add
license header to docker-entrypoint.sh)
add 53509a6 Bump phoenixdb version to 1.2.1.dev0 after release
add f7fd09d PHOENIX-6762 Phoenix QueryServer cannot run correctly with
python 3.8+
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 92a9c91 Bump jetty-http from 9.4.43.v20210629 to 9.4.48.v20220622
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 (0cf1f86)
\
N -- N -- N
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-http-9.4.48.v20220622
(92a9c91)
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 +++++++++++-----------
bin/daemon.py | 4 +--
.../end2end/SecureQueryServerPhoenixDBIT.java | 1 +
.../phoenix/queryserver/server/QueryServer.java | 10 +++++++
pom.xml | 2 +-
python-phoenixdb/docker-entrypoint.sh | 15 ++++++++++
python-phoenixdb/phoenixdb/__init__.py | 16 ++++++----
python-phoenixdb/phoenixdb/tests/test_db.py | 1 +
.../phoenixdb/tests/test_sqlalchemy.py | 2 ++
python-phoenixdb/setup.py | 2 +-
10 files changed, 61 insertions(+), 27 deletions(-)
copy phoenix-queryserver-assembly/src/scripts/replace_jars_with_symlinks.sh =>
.asf.yaml (55%)
mode change 100755 => 100644