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

Refactor agent packaging and class loader #23436

Merged
merged 4 commits into from Jan 10, 2023
Merged

Refactor agent packaging and class loader #23436

merged 4 commits into from Jan 10, 2023

Conversation

taojintianxia
Copy link
Contributor

@taojintianxia taojintianxia commented Jan 9, 2023

Fixes #23392.

Changes proposed in this pull request:

  • Refactor agent packaging and class loader

Before committing this PR, I'm sure that I have checked the following options:

  • My code follows the code of conduct of this project.
  • I have self-reviewed the commit code.
  • I have (or in comment I request) added corresponding labels for the pull request.
  • I have passed maven check locally : ./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.
  • I have made corresponding changes to the documentation.
  • I have added corresponding unit tests for my changes.

@taojintianxia taojintianxia self-assigned this Jan 9, 2023
@taojintianxia taojintianxia added this to the 5.3.2 milestone Jan 9, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #23436 (82cede2) into master (51bf80f) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##             master   #23436   +/-   ##
=========================================
  Coverage     49.87%   49.87%           
  Complexity     2461     2461           
=========================================
  Files          4081     4081           
  Lines         58314    58312    -2     
  Branches       9262     9261    -1     
=========================================
  Hits          29085    29085           
+ Misses        26669    26667    -2     
  Partials       2560     2560           
Impacted Files Coverage Δ
...gsphere/agent/core/plugin/jar/PluginJarLoader.java 0.00% <0.00%> (ø)

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

@terrymanu terrymanu merged commit fbdc8d1 into apache:master Jan 10, 2023
@taojintianxia taojintianxia deleted the refactor-agent-packaging branch January 11, 2023 02:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor the agent packing structure
3 participants