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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury.git


The following commit(s) were added to refs/heads/main by this push:
     new eea44ecc fix(java): fix janino commons classes issue (#1753)
eea44ecc is described below

commit eea44ecc7ff7cca238c0d55e28672d8294dca8b1
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Jul 23 18:18:00 2024 +0800

    fix(java): fix janino commons classes issue (#1753)
    
    ## What does this PR do?
    
    fix janino commons classes issue
    
    ## Related issues
    
    Closes #1745
    
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/fury/issues/new/choose) describing the
    need to do so and update the document if necessary.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    -->
---
 java/fury-core/src/main/resources/META-INF/LICENSE | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/fury-core/src/main/resources/META-INF/LICENSE 
b/java/fury-core/src/main/resources/META-INF/LICENSE
index 5ba1f74d..3fe4b8e3 100644
--- a/java/fury-core/src/main/resources/META-INF/LICENSE
+++ b/java/fury-core/src/main/resources/META-INF/LICENSE
@@ -249,6 +249,7 @@ The text of each license is also included in 
licenses/LICENSE-[project].txt.
 * janino (https://github.com/janino-compiler/janino)
     Files:
       Shaded classes under org/apache/fury/shaded/org/codehaus/janino/*
+      Shaded classes under org/apache/fury/shaded/org/codehaus/commons/*
 
 
 ================================================================


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to