Skip to content

Apply upstream ES EserAgentPlugin refactoring changes#408

Merged
mashhurs merged 6 commits intoelastic:mainfrom
mashhurs:user-agent-rename-test
Mar 12, 2026
Merged

Apply upstream ES EserAgentPlugin refactoring changes#408
mashhurs merged 6 commits intoelastic:mainfrom
mashhurs:user-agent-rename-test

Conversation

@mashhurs
Copy link
Copy Markdown
Collaborator

@mashhurs mashhurs commented Feb 26, 2026

Test the ongoing effort to refactoring UesrAgentPlugin elastic/elasticsearch#140712
FYI: no backport needed.

@mergify
Copy link
Copy Markdown

mergify bot commented Feb 26, 2026

This pull request does not have a backport label. Could you fix it @mashhurs? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-8./d is the label to automatically backport to the 8./d branch. /d is the digit.
  • If no backport is necessary, please add the backport-skip label

@mashhurs mashhurs linked an issue Mar 2, 2026 that may be closed by this pull request
@mashhurs mashhurs changed the title [Do not merge] User agent rename test Apply upstream ES EserAgentPlugin refactoring changes Mar 12, 2026
@mashhurs mashhurs self-assigned this Mar 12, 2026
@mashhurs mashhurs marked this pull request as ready for review March 12, 2026 17:51
@donoghuc
Copy link
Copy Markdown
Member

Looks like this needs a rebase on main to get the updated certs.

@mashhurs mashhurs force-pushed the user-agent-rename-test branch from d0a4ce8 to 1b7e22e Compare March 12, 2026 18:20
@mashhurs
Copy link
Copy Markdown
Collaborator Author

Looks like this needs a rebase on main to get the updated certs.

Yep, just rebased.

@mashhurs mashhurs added the backport-skip Skip automated backport with mergify label Mar 12, 2026
@mashhurs mashhurs requested review from donoghuc and yaauie March 12, 2026 20:07
build.gradle Outdated
/**
* Shades the Elasticsearch user-agent-api lib (built as part of localDistro).
*/
task shadeElasticsearchUserAgentApi(type: com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I'm confused what this is for? I dont see how this is called anywhere? Is this something for local dev?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Your confusion is valid :) I added include jarPackageNamed("elasticsearch-user-agent-api") after I confirmed upstream ES refactoring change produces the JAR, disabled the task but forgot to remove. I have just removed.

Copy link
Copy Markdown
Member

@donoghuc donoghuc left a comment

Choose a reason for hiding this comment

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

I'm good when CI is :)

@elasticmachine
Copy link
Copy Markdown
Collaborator

💚 Build Succeeded

History

cc @mashhurs

@mashhurs mashhurs merged commit 60a3a2b into elastic:main Mar 12, 2026
4 checks passed
@mashhurs mashhurs deleted the user-agent-rename-test branch March 12, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-skip Skip automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply ES UserAgentPlugin refactoring.

3 participants