Skip to content

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.

@sonarqubecloud
Copy link

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-commenter commented Oct 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.40%. Comparing base (c10d95b) to head (dd6986f).
Report is 570 commits behind head on 3.2.

Additional details and impacted files
@@             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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@AlbumenJ AlbumenJ merged commit 4782142 into apache:3.2 Oct 13, 2023
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