Skip to content

Conversation

@carstenartur
Copy link
Contributor

@carstenartur carstenartur commented Aug 22, 2019

https://hibernate.atlassian.net/browse/HSEARCH-3564

Converts anonymous inner classes to lambda expressions or member references.

@carstenartur carstenartur changed the title Use lambda or member reference HSEARCH-3564 Use lambda or member reference Aug 22, 2019
Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

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

Looks like there are style issues, see https://ci.hibernate.org/job/hibernate-search/job/PR-2062/1/display/redirect :

[ERROR] /mnt/jenkins-workdir/workspace/hibernate-search_PR-2062/backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/analysis/model/dsl/impl/ElasticsearchAnalysisConfigurationContextImpl.java:16:8: Unused import - org.hibernate.search.backend.elasticsearch.analysis.model.dsl.ElasticsearchNormalizerOptionalComponentsStep. [UnusedImports]

I'd recommend running the build before you submit a PR, at least just the compiling/static checks, without the tests:

mvn clean install -DskipTests

Converts anonymous inner classes to lambda expressions or member
references
@yrodiere
Copy link
Member

Fixed indentation, added the ticket number to the commit message and merged to master.
Thanks!

@yrodiere yrodiere closed this Sep 13, 2019
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.

2 participants