- 
                Notifications
    You must be signed in to change notification settings 
- Fork 179
Improved performance of InclusionService #111
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
Conversation
Exclusions and inclusions are only checked if they have been set.
| Cool, thanks! I'd be happy to merge it into the master. Unfortunately your code formatter was a little bit too aggressive, so that Git now thinks that pretty much the entire file has changed. That makes it hard to see what you actually changed. Since I'm currently also working on the  Could you please update your pull request, so that the original code style (line breaks, etc) and ordering remains intact and the git/github diff better reflects your changes? | 
| Sorry for that. I just pasted the modified code from Eclipse with our custom formater. | 
Just a suggestion : But using HashSet.removeAll has better performances than ArrayList.removeAll()
| Hmm, not quite. We need to get rid of the initial commit. Either you squash your commits into one or simply open a new pull request with the final state. Thanks! | 
| Hello Daniel, In order to plan our deliveries, do you have a due date for the release of Thx in advance. Best regards. 2014-10-27 16:04 GMT+01:00 Daniel Bechler notifications@github.com: 
 | 
| I'd like to write some more tests for the new features, but I think I can release the new version tonight. | 
| Ok :) Take your time, we just wanted to have an idea of the release date :) 2014-11-05 13:34 GMT+01:00 Daniel Bechler notifications@github.com: 
 | 
| In that case I think, I'll take my time and do it over the weekend. 😉 | 
| Yes :) 2014-11-05 23:47 GMT+01:00 Daniel Bechler notifications@github.com: 
 | 
| Hello there, I was that the version 0.91 is out but i can't find it under Maven Is it normal ? Best regards. 2014-11-06 9:41 GMT+01:00 Frédéric Toublanc frederic.toublanc@oniryx.be: 
 | 
| Hmm, strange. I never actively did anything to make it available at mvnrepository.com. All I normally do is to sync it to Maven Central. And it looks like that worked. I could imagine, that mvnrepository.com simply crawls the central repository and didn't do it since the release 4 days ago. | 
| Maybe we should wait a little bit :) 2014-11-13 17:41 GMT+01:00 Daniel Bechler notifications@github.com: 
 | 
Exclusions and inclusions are only checked if they have been set.