oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Issue #542 FIX Pull Request #545

Closed mathieu-lavigne closed 7 years ago

mathieu-lavigne commented 7 years ago

542: Pull Request

oasp-ci commented 7 years ago

Can one of the admins verify this patch?

jomora commented 7 years ago

@mathieu-lavigne thanks for your contribution. The changes in AbstractGenericDao look fine :-)

However, I have some suggestions:

  1. You're asking to merge changes from the master branch of your fork into branch oasp:develop. grafik The code contribution guide states the following:

If you completed your feature (bugfix, improvement, etc.) use a pull request to give it back to the community. One who is working on a feature, has to create a branch under the corresponding develop branch that is in place for that release . For eg., if develop-2.3.0 is the develop for that particular release , one has to create new branch (for eg., feature) under develop-2.30 in their forked repository and finally a Pull Request is created on the branch feature .

In effect, this means the following for creation of a pull request:

Please, follow this process to provide your changes in a new pull request. This serves two purposes:

  1. Most important: you get to know the process and you become able to provide more PRs in the future ;-)
  2. The commit history of the project stays clean.

So, if you have any question regarding this process, please don't hesitate to ask for guidance :-)

Thanks again for your contribution!

Cheers, Jonas

Devonfw-ci commented 7 years ago

Can one of the admins verify this patch?

kiran-vadla commented 7 years ago

@jomora , as discussed this merge has to be rolled back since the PR was created on develop branch and merged into it.

Thanks, Kiran.