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

ISPN-4295 Include Lucene Directory in the released WildFly modules #2582

Closed
wants to merge 1 commit into from

Conversation

gustavocoding
Copy link

No description provided.

@@ -3,9 +3,10 @@
<property name="output.dir" value="${project.build.directory}/infinispan-as-modules" />

<import file="lib.xml" />

Copy link
Member

Choose a reason for hiding this comment

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

you should try avoid any change which is not directly related with the fix;
I am trying to not be too annoying about this usually, but you should try at least as we have various good reasons:

  • avoids unnecessary conflicts, especially if stuff gets backported after long time
  • makes reviewers life easier to focus on the stuff that matters

Commits which do cleanup formatting are ok - and sometimes necessary - we just try to keep them in independent commits and warn the reviewer with some notice like "formatting only", "converting tabs to spaces" ..

Copy link
Author

Choose a reason for hiding this comment

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

Sorry, my IntelliJ "Strip trailling spaces on save" setting was on, and I've forgot to double check the diff

Copy link
Member

Choose a reason for hiding this comment

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

Ok. I like files without trailing spaces better too (especially on new source) but generally speaking it's better to disable such automation.

@tristantarrant
Copy link
Member

This can't really be pulled before #2558

@gustavocoding
Copy link
Author

Will reshape this PR after #2558 and #2583 are merged

@Sanne
Copy link
Member

Sanne commented May 28, 2014

@tristantarrant ok :-/

I don't think #2583 should affect this, a test run after rebase should suffice.

@gustavocoding
Copy link
Author

PR Updated. Now releasing:

  • infinispan-directory-v3, for compatibility with query modules
  • infinispan-directory, based on Lucene4

@@ -2,7 +2,7 @@

<property name="output.dir" value="${project.build.directory}/infinispan-as-modules" />

<import file="lib.xml" />
<import file="../lib.xml" />
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure of this change? I wasn't expecting you to need to change other aspects of the build

@Sanne
Copy link
Member

Sanne commented Jun 2, 2014

merged

@Sanne Sanne closed this Jun 2, 2014
@gustavocoding gustavocoding deleted the ISPN-4295 branch July 11, 2014 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants