Re: Project versioning and OSGi

2017-08-13 Thread Emmanuel Lécharny
Le 13/08/2017 à 12:46, Stefan Seelmann a écrit : > On 08/13/2017 10:04 AM, Emmanuel Lécharny wrote: >> Hi guys, >> >> >> when dealing with OSGi, we are likely to face some issue with teh >> version scheme we use : >> >> - maven makes it so 1.0.0 > 1.0.0-Mn and 1.0.0 > 1.0.0-RCn (we use M for >>

Re: Project versioning and OSGi

2017-08-13 Thread Stefan Seelmann
On 08/13/2017 10:04 AM, Emmanuel Lécharny wrote: > Hi guys, > > > when dealing with OSGi, we are likely to face some issue with teh > version scheme we use : > > - maven makes it so 1.0.0 > 1.0.0-Mn and 1.0.0 > 1.0.0-RCn (we use M for > milestone and RC for release candidates) > > - OSGI is

Re: Project versioning and OSGi

2017-08-13 Thread Lucas Theisen
My 10 cents would be: just drop the suffix altogether. Let the patch just increment. I don't see a reason that we shouldn't just be 2.0.25. I have been using milestones in production for 7 years now... That said, I think there are many other conventions out there (.FINAL hibernate, .RELEASE

ApacheDS OSGification...

2017-08-13 Thread Emmanuel Lécharny
Hi guys, just wanted to let you know that I spent a few hours lately (well, more than a few :/ ) on adding decent Import/Expor-Package in the ApacheDS pom.xml files. It was a dreadful task ... First of all, you have to be *very* cautious to not make any mistake while puting the packages list

Apache LDAP API 2.0 git migration

2017-08-13 Thread Emmanuel Lécharny
Hi ! so here a list of items that need to be taken care of in order to have teh migratio successful : - ask INFRA to migrate the current SVN repo, with all the history, including branches). That should take a couple of days. - fix the release process to use git instead of SVN ( a bit of work

[jira] [Assigned] (DIRKRB-79) Access the PAC-region of AS_REQ to get group membership information supplied by MS KDC

2017-08-13 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng reassigned DIRKRB-79: --- Assignee: Dmitry Bedrin (was: Alex Karasulu) > Access the PAC-region of AS_REQ to get group

[jira] [Assigned] (DIRKRB-79) Access the PAC-region of AS_REQ to get group membership information supplied by MS KDC

2017-08-13 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kai Zheng reassigned DIRKRB-79: --- Assignee: Alex Karasulu (was: Emmanuel Lecharny) > Access the PAC-region of AS_REQ to get group

[jira] [Comment Edited] (DIRKRB-79) Access the PAC-region of AS_REQ to get group membership information supplied by MS KDC

2017-08-13 Thread Dmitry Bedrin (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124683#comment-16124683 ] Dmitry Bedrin edited comment on DIRKRB-79 at 8/13/17 8:37 PM: -- Project

[jira] [Comment Edited] (DIRKRB-79) Access the PAC-region of AS_REQ to get group membership information supplied by MS KDC

2017-08-13 Thread Dmitry Bedrin (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16124683#comment-16124683 ] Dmitry Bedrin edited comment on DIRKRB-79 at 8/13/17 8:36 PM: -- Project

[jira] [Commented] (DIRKRB-79) Access the PAC-region of AS_REQ to get group membership information supplied by MS KDC

2017-08-13 Thread Kai Zheng (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16125108#comment-16125108 ] Kai Zheng commented on DIRKRB-79: - [~bedrin] this sounds an excellent work. Assigned this to you and look

Project versioning and OSGi

2017-08-13 Thread Emmanuel Lécharny
Hi guys, when dealing with OSGi, we are likely to face some issue with teh version scheme we use : - maven makes it so 1.0.0 > 1.0.0-Mn and 1.0.0 > 1.0.0-RCn (we use M for milestone and RC for release candidates) - OSGI is purely incremental, and use a X.Y.Z.qualifier scheme, where the

Re: Apache LDAP API 2.0 git migration

2017-08-13 Thread Emmanuel Lécharny
Forget a few things : - Jenkins task will hahe to be updated - probably the same thing for JIRA - we might also want to check what's going on with github (we already have the projetc there : https://github.com/apache/directory-shared, but we have to see if The ASF has some better way to deal

Re: Apache LDAP API 2.0 git migration

2017-08-13 Thread Emmanuel Lécharny
Forgot to mention https://gitbox.apache.org/ -- Emmanuel Lecharny Symas.com directory.apache.org