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

[JENKINS-52693] - Make Build Data and ElasticSearchDao serializable #78

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oleg-nenashev
Copy link
Member

@oleg-nenashev oleg-nenashev commented Jul 23, 2018

We have returned to the external Logging stories proposed in #18. In order to reduce the complexity of that pull request, I decided to implement a new plugin which would depend on the Logstash plugin instead of bundling all code inside.

Draft of such implementation is here: https://github.com/oleg-nenashev/external-logging-logstash-plugin/tree/JENKINS-52693-plugin-skeleton (to be hosted on Jenkins CI).

This pull request aggregates changes we need in order to implement such integration

  • - Make Build Data and ElasticSearchDao serializable

Nice 2 have:

  • - JENKINS-52696- Incrementalify the plugin (to be submitted as a separate PR)
  • - JENKINS-52697 - Integrate the plugin with Configuration-as-Code plugin (to be submitted as a separate PR)

@jglick @carlossg

clientBuilder = factory;
}

HttpClientBuilder clientBuilder() {

Choose a reason for hiding this comment

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

Instances of this class need to be thread safe, so I think it would be better to override readObject() instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants