Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix https://github.com/apache/dubbo/issues/13135 #13139

Merged
merged 5 commits into from
Oct 13, 2023
Merged

Conversation

andotorg
Copy link
Contributor

What is the purpose of the change

add openjdk support javascript unit test jar pom

Brief changelog

Fix the problem of maven build interruption due to lack of js script parsing jar package

Verifying this change

build successful!

Checklist

Comment on lines 95 to 99
<dependency>
<groupId>org.openjdk.nashorn</groupId>
<artifactId>nashorn-core</artifactId>
<version>${nashorn-core.version}</version>
</dependency>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test scope would be better. We should not import such engine by default.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I'll change it to "testing".

@andotorg
Copy link
Contributor Author

@AlbumenJ process successful.

@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Merging #13139 (dd6986f) into 3.2 (c10d95b) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                3.2   #13139      +/-   ##
============================================
+ Coverage     69.38%   69.40%   +0.02%     
  Complexity        2        2              
============================================
  Files          1649     1649              
  Lines         68722    68724       +2     
  Branches      10012    10013       +1     
============================================
+ Hits          47680    47699      +19     
+ Misses        16462    16429      -33     
- Partials       4580     4596      +16     

see 28 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AlbumenJ AlbumenJ merged commit 4782142 into apache:3.2 Oct 13, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dubbo 3.2 branch source code dubbo-cluster build fail
3 participants