This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/lib/org.apache.avro-avro-1.11.4
in repository https://gitbox.apache.org/repos/asf/hop.git
discard 26e707b8fa Bump org.apache.avro:avro from 1.11.3 to 1.11.4 in /lib
add fd86b16c9a Disable access to external entities, fixes #4401
add e8309e29e9 remove DownloadServiceHandler, fixes #4402
add ab472b95d6 Update SSL type for hop server connections, fixes #3272
add 0af1d8cc4b Upgrade the AES algorithm on 2 way encoder, fixes #3271
add 9f47929ce4 remove LDAP security warning, fixes #4404
add 748cd46c7e Merge pull request #4405 from hansva/main
add 689458eb9b updated parquet. fixes #3819
add 16996c5a12 Merge pull request #4410 from bamaer/3819
add b80f0d2500 fixed missing translations in context dialog, fixes #4403
add 575ce716db Merge pull request #4409 from hansva/main
add b16c447c84 Bump org.apache.avro:avro from 1.11.3 to 1.11.4 in /lib
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 (26e707b8fa)
\
N -- N -- N
refs/heads/dependabot/maven/lib/org.apache.avro-avro-1.11.4 (b16c447c84)
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:
.../apache/hop/core/util/HttpClientManager.java | 9 ++++
.../java/org/apache/hop/core/xml/XmlHandler.java | 3 +-
.../apache/hop/server/ServerConnectionManager.java | 12 ++++-
.../pages/password/passwords/aespasswords.adoc | 20 ++++----
.../hop/core/truststore/TrustAlwaysManager.java | 6 ++-
...Encoder.java => Aes2TwoWayPasswordEncoder.java} | 18 ++++---
.../passwords/aes/AesTwoWayPasswordEncoder.java | 12 +++--
plugins/tech/parquet/pom.xml | 2 +-
.../transforms/ldapinput/LdapProtocol.java | 2 +
.../apache/hop/pipeline/transforms/rest/Rest.java | 16 +++++-
.../hop/ui/hopgui/DownloadServiceHandler.java | 60 ----------------------
.../main/java/org/apache/hop/ui/hopgui/HopWeb.java | 2 -
.../context/metadata/MetadataContextHandler.java | 27 ++++++----
13 files changed, 88 insertions(+), 101 deletions(-)
copy
plugins/misc/passwords/src/main/java/org/apache/hop/passwords/aes/{AesTwoWayPasswordEncoder.java
=> Aes2TwoWayPasswordEncoder.java} (91%)
delete mode 100644
rap/src/main/java/org/apache/hop/ui/hopgui/DownloadServiceHandler.java