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

Move LoggedExec to minimumRuntime source set #36453

Merged
merged 1 commit into from
Dec 11, 2018

Conversation

jbaiera
Copy link
Member

@jbaiera jbaiera commented Dec 10, 2018

When using the build-tools dependency for standing up Elasticsearch clusters for integration tests on Java 8 and lower, the builds fail because LoggedExec is compiled at too high of a class version. This moves LoggedExec to the minimumRuntime source set so that it correctly compiles for earlier Java versions, namely Java 8.

This builds on #36378.

@jbaiera jbaiera added >non-issue :Delivery/Build Build or test infrastructure labels Dec 10, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@jbaiera jbaiera requested a review from alpar-t December 10, 2018 20:36
Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@alpar-t alpar-t left a comment

Choose a reason for hiding this comment

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

LGTM
@elasticmachine test this please

@alpar-t
Copy link
Contributor

alpar-t commented Dec 11, 2018

@elasticmachine test this please

@jbaiera jbaiera merged commit a07fb31 into elastic:master Dec 11, 2018
@jbaiera jbaiera deleted the move-logged-exec branch December 11, 2018 18:49
@jbaiera jbaiera added the v7.0.0 label Dec 11, 2018
jbaiera added a commit that referenced this pull request Dec 11, 2018
This moves LoggedExec to the minimumRuntime source set so that it correctly 
compiles for earlier Java versions, namely Java 8.
@jbaiera jbaiera added the v6.6.0 label Dec 11, 2018
jasontedor added a commit to dnhatn/elasticsearch that referenced this pull request Dec 11, 2018
* elastic/master: (36 commits)
  Add check for minimum required Docker version (elastic#36497)
  Minor search controller changes (elastic#36479)
  Add default methods to DocValueFormat (elastic#36480)
  Fix the mixed cluster REST test explain/11_basic_with_types.
  Modify `BigArrays` to take name of circuit breaker (elastic#36461)
  Move LoggedExec to minimumRuntime source set (elastic#36453)
  added 6.5.4 version
  Add test logging for elastic#35644
  Tests- added helper methods to ESRestTestCase for checking warnings (elastic#36443)
  SQL: move requests' parameters to requests JSON body (elastic#36149)
  [Zen2] Respect the no_master_block setting (elastic#36478)
  Require soft-deletes when access changes snapshot (elastic#36446)
  Switch more tests to zen2 (elastic#36367)
  [Painless] Add extensive tests for def to primitive casts (elastic#36455)
  Add setting to bypass Rollover action (elastic#36235)
  Try running CI against Zulu (elastic#36391)
  [DOCS] Reworked the shard allocation filtering info.  (elastic#36456)
  Log [initial_master_nodes] on formation failure (elastic#36466)
  converting ForbiddenPatternsTask to .java (elastic#36194)
  fixed typo
  ...
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure >non-issue Team:Delivery Meta label for Delivery team v6.6.0 v7.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants