This is an automated email from the ASF dual-hosted git repository.
dacort pushed a change to branch fix/log4j-reload4j
in repository https://gitbox.apache.org/repos/asf/incubator-livy.git
omit 9a0f8329 Additional exclusions
omit 2c29183c Relocate log4j12 exclusions into main pom
omit 2e217cdf Swap slf4j-api with slf4j-reload4j
omit 65bb14dc Add some additional slf4j-log4j12 exclusions
omit 309703e0 Bump surefire to fix build
omit a59259c7 Trigger CI
omit 58a2c2db Exclude log4j from apacheds-server-integ
omit 16ff9100 Also bump slf4j
omit 0f220060 initial attempt at reload4j and excluding transitive
dependencies
add 64521ce8 [LIVY-763][SERVER] Fix File Descriptor leak from
DirectoryStream (#397)
add e4c2676c [LIVY-970][SERVER] Ordering and pagination support in GET
/statement (#389)
add 830a27e1 [LIVY-973][RSC] Always close RSCClient's EventLoopGroup (#398)
add 80c6303b [LIVY-967][SERVER] Return session information with livy
sessions APIs (#383)
add 2dd35aef initial attempt at reload4j and excluding transitive
dependencies
add d5ab143c Also bump slf4j
add 71dbaeb0 Exclude log4j from apacheds-server-integ
add 4aafedf0 Trigger CI
add 1bf249ca Bump surefire to fix build
add 4074dbb8 Add some additional slf4j-log4j12 exclusions
add 220bb41d Swap slf4j-api with slf4j-reload4j
add 28444e1e Relocate log4j12 exclusions into main pom
add 6f2aff98 bump surefire first so we can test
add 5c6b2d8c Step 1: Exclude log4j - test is working
add 9c42bfb3 Swap slf4j-api with slf4j-reload4j
add 04974b2b Add reload4j in some dependencies
add accb78b8 Additional exclusions
add a717ce93 Remove commented out exclusion
add c6165405 Merge branch 'fix/log4j-reload4j-part2' into
fix/log4j-reload4j
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 (9a0f8329)
\
N -- N -- N refs/heads/fix/log4j-reload4j (c6165405)
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/livy/client/common/HttpMessages.java | 37 +++++++++--
.../apache/livy/client/http/HttpClientSpec.scala | 12 ++++
docs/rest-api.md | 76 ++++++++++++++++++++++
pom.xml | 28 ++++----
.../main/java/org/apache/livy/rsc/RSCClient.java | 6 +-
scala-api/pom.xml | 5 ++
.../server/interactive/InteractiveSession.scala | 74 ++++++++++++++++++---
.../interactive/InteractiveSessionServlet.scala | 19 ++++--
.../InteractiveSessionServletSpec.scala | 22 +++++++
.../interactive/InteractiveSessionSpec.scala | 11 +++-
thriftserver/session/pom.xml | 5 ++
11 files changed, 260 insertions(+), 35 deletions(-)