Re: Google Analytics / GDPR

2018-05-23 Thread Jesse McConnell
We have been in the process of scraping it out of all of our published release documentation and javadocs for Jetty as well, annoying process but seems to be the best way to comply with those new rulings. All of the Eclipse projects are getting pushed hard on it. -- jesse mcconnell jesse.mcconn

Re: Project versioning and OSGi

2017-08-14 Thread Jesse McConnell
-- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Aug 14, 2017 at 10:27 AM, Shawn McKinney <smckin...@apache.org> wrote: > > > On Aug 13, 2017, at 3:04 AM, Emmanuel Lécharny <elecha...@gmail.com> > wrote: > > > > The issue with our scheme is that i

Re: Shared Release: version number

2011-02-09 Thread Jesse McConnell
OSGI like those 4 part versions of major.minor.micro.qualifier so definitely stick with that approach imo cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Wed, Feb 9, 2011 at 14:27, Felix Knecht fel...@apache.org wrote: On 02/09/2011 09:18 PM, Stefan Seelmann wrote: Hi, just

Re: Maven 3 and site generation

2011-01-24 Thread Jesse McConnell
yes hudson supports m3 we use it in hudson @ eclipse jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Jan 24, 2011 at 17:36, Felix Knecht fel...@apache.org wrote: On 01/24/2011 11:09 PM, Alex Karasulu wrote: On Mon, Jan 24, 2011 at 11:40 PM, Stefan Seelmannseelm...@apache.org

Re: All projects folder in svn

2011-01-19 Thread Jesse McConnell
svn:externals someplace else that would be fine imo avoiding svn:externals altogether is best practice though unless its strictly to slurp stuff together to make it easier to load into an IDE and you never actually _use_ it for anything. cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com

Re: [OSGi] Shared bundles update

2011-01-18 Thread Jesse McConnell
seems to be a fairly standard way to unit test osgi goop, it might help you here cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Sun, Jan 16, 2011 at 07:36, Alex Karasulu akaras...@apache.org wrote: The conversion of ldap-schema into a bundle is complete but I want to test

Re: [DISCUSS] [Release Scheme] Contract/Policy with users for releases

2011-01-11 Thread Jesse McConnell
-- jesse mcconnell jesse.mcconn...@gmail.com On Tue, Jan 11, 2011 at 09:29, Pierre-Arnaud Marcelot p...@marcelot.net wrote: On 5 janv. 2011, at 20:32, Alex Karasulu wrote: On Wed, Jan 5, 2011 at 9:16 PM, Jesse McConnell jesse.mcconn...@gmail.com wrote: Since you have eclipse plugins you

Re: [DISCUSS] [Release Scheme] Contract/Policy with users for releases

2011-01-05 Thread Jesse McConnell
the -SNAPSHOT is turned into the qualifier so we just go with 7.3.0-SNAPSHOT and so on til a release and then we go with v'year'month'day...we use the v so that it sorts correct with things like 7.3.0.RC0, etc.. cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Wed, Jan 5, 2011 at 11:51

Re: [DISCUSS] [Release Scheme] Contract/Policy with users for releases

2011-01-05 Thread Jesse McConnell
Since you have eclipse plugins you ought to build those with maven + tycho and have a similar and sane versioning system. I talked with Pierre about it. As a side point because of the way the build in Studio is setup, we're unable at this point to take advantage of IDE refactoring since

Re: [Studio] Tycho useful for Studio build?

2010-11-12 Thread Jesse McConnell
like cheers jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Fri, Nov 12, 2010 at 08:26, Stefan Seelmann seelm...@apache.org wrote: Hi guys, I'm following an Eclipse Bug [1] (warning, more then 100 comments). The Sonatype guys built Tycho that can be used to build Eclipse features

Re: Considering the Nexus repository infrastructure for our future releases?

2010-03-11 Thread Jesse McConnell
fwiw we do this with jetty and its awesome... the support for staging is awesome...makes life and votes and things like that very simple cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Mar 11, 2010 at 11:41, Pierre-Arnaud Marcelot p...@marcelot.net wrote: Hi everyone

Re: Twix and Snickers must go away...

2010-01-26 Thread Jesse McConnell
clearly the problem is that snickers and twix are not related in the candy bar world close enough... you need to rename them to almond joy and mounds because almond joy's got nuts and mounds don't... wait... ya, good change :P cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com

Re: RE [Someone to test Maven 3.0 ?] DONE !

2010-01-07 Thread Jesse McConnell
alpha6 is coming out shortly as well but nice to see if works for ya! -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Jan 7, 2010 at 14:58, Emmanuel Lecharny elecha...@gmail.com wrote: Ok, I was curious :) After some few tweaking (mvn is pointing to classworlds-*, it's now plexus

Re: Java 6 before/after ApacheDS 2.0

2009-11-20 Thread Jesse McConnell
Regarding the NIO/SSL issues, sadly, those problems are existing with Java 5, AFAIK. There are addressed by the MINA project (there is a branch with an experimental solution, we still have to check if the patch works well). I agree the SSL client renegotiation exploit is an issue on 1.5 (all

Re: Java 6 before/after ApacheDS 2.0

2009-11-19 Thread Jesse McConnell
...though I thought I read that someone had ported some part of ads to mina a while back, not sure which parts though, I just lurk on these lists anymore. :) cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Nov 19, 2009 at 17:02, Ersin ER ersin...@gmail.com wrote: Hi

Re: [Code Issues] Don't use toString() to pretty print

2009-08-31 Thread Jesse McConnell
it references sometimes it handy to make it dump(PrintStream) so you can do foo.dump(System.out); cheers, jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Mon, Aug 31, 2009 at 03:11, Emmanuel Lecharnyelecha...@apache.org wrote: Alex Karasulu wrote: OK it's not that big of a deal for me

Re: Maven repository at Eclipse

2009-08-13 Thread Jesse McConnell
Jetty is an eclipse project now as well and we are pushing on this heavily as well :) jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Aug 13, 2009 at 14:17, Stefan Seelmannseelm...@apache.org wrote: Hi all, the people at Eclipse discuss about creating a maven repository [1], [2

Re: [ApacheDS] How about yet another versioning scheme conversation gang?

2009-08-11 Thread Jesse McConnell
fwiw your new one is far more inline with that basic idea and is much better then your previous one dealing with .0 and .5 and that confusion... cheers! jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Tue, Aug 11, 2009 at 08:04, Alex Karasuluakaras...@apache.org wrote: Not like we've had

Re: [ApacheDS] How about yet another versioning scheme conversation gang?

2009-08-11 Thread Jesse McConnell
Yeah I think it is too much.  Not feeling too generous on the API front since it's going to see lots of flux.  Don't want our hands tied like it was during all these 1.0/1.5 branches.  I want to move faster.  The faster we move we can come back in like 3.0 and say Y can guarantee API backwards

Re: [ApacheDS] How about yet another versioning scheme conversation gang?

2009-08-11 Thread Jesse McConnell
to comment on my own mail... If your plotting those sorts of changes then the thing to do is develop a public API that you commit to adhering to for the life of that branch and then you can change things behind that to your hearts content.  But give people some semblance of stability if they

Re: [ApacheDS] integrating jetty

2009-06-25 Thread Jesse McConnell
P.S :- at work, am writing a REST based service with ADS as backend, which will be   served through jetty, incase anyone cares to know ;) Kiran Ayyagari I care! :) jesse

Re: ApacheDS OSGi configuration

2009-04-16 Thread Jesse McConnell
jetty has been shipping osgi marked up artifacts for quite some time...and now that we are at eclipse we are working on increasing our support for osgi things... the latest version of the felix bundle-maven-plugin (2.0.0) has been a good version bump for us, just fyi :) cheers jesse -- jesse

Re: ApacheDS OSGi configuration

2009-04-16 Thread Jesse McConnell
land as well, namely tycho which shows a ton of promise, especially for your eclipse tooling as well. jesse -- jesse mcconnell jesse.mcconn...@gmail.com On Thu, Apr 16, 2009 at 11:01, Alex Karasulu akaras...@gmail.com wrote: Hiya there Jesse! Been a long time.  Congrats on the move

Re: Meeting Apache Directory Members at ApacheCon

2008-11-04 Thread Jesse McConnell
david is here, he is sitting right over jesse -- jesse mcconnell [EMAIL PROTECTED] On Tue, Nov 4, 2008 at 10:21 AM, Yeliz Eseryel [EMAIL PROTECTED]wrote: Hmm.. I didn't run into David yet. Don't drink too much? What kind of advise is that? In New Orleans, we drink. Period. Yeliz

Re: SOAP DSML Gateway

2008-10-10 Thread Jesse McConnell
without messing too much...perhaps it would even be possible to deploy such a gateway war directly into the embedded ads jetty instance and plugin that functionality...just stabbing in the dark there though...I just lurk on the these lists :) jesse -- jesse mcconnell [EMAIL PROTECTED]

Re: TLP pom

2008-09-12 Thread Jesse McConnell
. thanks david jencks Any objections? Regards Felix -- jesse mcconnell [EMAIL PROTECTED]

Re: [bigbang] Bang it's dead!!!

2008-08-18 Thread Jesse McConnell
-- Microsoft gives you Windows, Linux gives you the whole house ... -- jesse mcconnell [EMAIL PROTECTED]

Re: [bigbang] Bang it's dead!!!

2008-08-18 Thread Jesse McConnell
quirks we can fix em fast. The 1.5.3 - 1.5.4 junk is not a small one. Probably the biggest shift so far in terms of API and implementation differences. Alex On Mon, Aug 18, 2008 at 9:35 PM, Jesse McConnell [EMAIL PROTECTED] wrote: nice job guys, long time coming :) cheers! jesse On Mon

Re: LDAPServer for testing?

2008-05-28 Thread Jesse McConnell
into an application). Feel free to post a mail if you need any information ! Thanks ! -- -- cordialement, regards, Emmanuel Lécharny www.iktek.com directory.apache.org -- jesse mcconnell [EMAIL PROTECTED]

Re: [Community] Article: Extending Spring LDAP with an iBATIS- style XML Data Mapper

2008-05-22 Thread Jesse McConnell
-- jesse mcconnell [EMAIL PROTECTED]

Re: [Community] Article: Extending Spring LDAP with an iBATIS- style XML Data Mapper

2008-05-22 Thread Jesse McConnell
scared about any kind of tool built on top of Sping-Ldap, at least from the performance POV. Did you read this article ? -- Ersin Er http://www.ersin-er.name -- jesse mcconnell [EMAIL PROTECTED]

Re: Upgrading to maven 2.0.9 on CI

2008-04-11 Thread Jesse McConnell
-- jesse mcconnell [EMAIL PROTECTED]

Re: Javadoc APIs

2008-03-21 Thread Jesse McConnell
-- jesse mcconnell [EMAIL PROTECTED]

Re: Javadoc APIs

2008-03-21 Thread Jesse McConnell
. I already wrote an email to infra inquiring about this. I'd rather copy them over instead of linking. Alex On Fri, Mar 21, 2008 at 11:32 AM, Jesse McConnell [EMAIL PROTECTED] wrote: if these are going to be official api locations why not publish them to people.a.o? On Fri, Mar

Re: Some questions about CI

2008-03-18 Thread Jesse McConnell
list from infra just for this. Alex -- jesse mcconnell [EMAIL PROTECTED]

Re: Potential for ClassCastException in DefaultPartitionNexus.java?

2008-02-14 Thread Jesse McConnell
the getRootDSE method. This is why casts are wrong, too. Last, not least, we need a test case to catch such issues ... -- jesse mcconnell [EMAIL PROTECTED]

Re: Google Team Edition and Triplesec

2008-02-09 Thread Jesse McConnell
days. More inline ... On Feb 7, 2008 1:21 PM, Jesse McConnell [EMAIL PROTECTED] wrote: oh goodie, I have been waiting/lurking for some triplesec material to crop up on this list since talking to david jencks at apachecon :) I've been researching this for some time now (years) and I

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
maybe -Drelease.arguments=-X sorry, don't have anything local that I can really test a release with atm jesse On Feb 8, 2008 11:02 AM, Jesse McConnell [EMAIL PROTECTED] wrote: hm, didn't work...lemme fiddle a bit locally and see if I can work it out you have a profile in your settings.xml

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
McConnell [EMAIL PROTECTED] wrote: ya, it would be something like... mvn -Dmaven.release.arguments=-X off the top of my head jesse On Feb 8, 2008 10:51 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Jesse McConnell wrote: sorry, try adding -X as an argument

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
in certain circumstances. jesse On Feb 8, 2008 11:13 AM, Jesse McConnell [EMAIL PROTECTED] wrote: weird the Warnings in the release are bothersome to me, can't remember if that is normal or not.. where is this in scm so I can pull it down and peek at the poms? jesse On Feb 8, 2008 11:08

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
ya, it would be something like... mvn -Dmaven.release.arguments=-X off the top of my head jesse On Feb 8, 2008 10:51 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Jesse McConnell wrote: sorry, try adding -X as an argument to the release plugin in the configuration you can add

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
weird the Warnings in the release are bothersome to me, can't remember if that is normal or not.. where is this in scm so I can pull it down and peek at the poms? jesse On Feb 8, 2008 11:08 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Jesse McConnell wrote: hm, didn't work...lemme fiddle

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
by default...so you need to tell it to if you had the ${pom.version} as 0.8.9-SNAPSHOT then the release plugin would be able to track this by itself I believe yes, its an annoyance :/ jesse On Feb 8, 2008 11:24 AM, Emmanuel Lecharny [EMAIL PROTECTED] wrote: Jesse McConnell wrote: weird

Re: [shared] Unable to release shared 0.9.8

2008-02-08 Thread Jesse McConnell
. Pierre-Arnaud -- jesse mcconnell [EMAIL PROTECTED]

Re: Google Team Edition and Triplesec

2008-02-07 Thread Jesse McConnell
suit, and if triplesec were positioned as the right solution for this it could be good for all of ADS as a whole. Cheers, - Ole -- jesse mcconnell [EMAIL PROTECTED]

Re: [Studio] Name for classes, was: [New Entry API] Name for classes

2008-01-02 Thread Jesse McConnell
, regards, Emmanuel Lécharny www.iktek.com http://www.iktek.com directory.apache.org http://directory.apache.org -- jesse mcconnell [EMAIL PROTECTED]

[jira] Commented: (DIRSERVER-1058) context.search errors on embedded apacheds 1.5.1

2007-09-07 Thread Jesse McConnell (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525770 ] Jesse McConnell commented on DIRSERVER-1058: Following your work around I changed these parts

[jira] Created: (DIRSERVER-1058) context.search errors on embedded apacheds 1.5.1

2007-09-06 Thread Jesse McConnell (JIRA)
Components: ldap Affects Versions: 1.5.1 Reporter: Jesse McConnell I have talked to elecharny on this on irc but I have it isolated into a single artifact and have it manifesting on 1.5.1 now. https://svn.codehaus.org/plexus/plexus-sandbox/trunk/plexus-apacheds just running 'mvn test