[jseive] Folding into a single module

2020-05-16 Thread David Leangen
Hi! I noticed that there is a “util” module that is released as a separate jar. Given that the size of the jsieve project is so small, is it really necessary to release it as two separate jar files? Would it be reasonable to consider folding the “util” module into the “core” module, and to just

Re: [jseive] Folding into a single module

2020-05-18 Thread Tellier Benoit
Hi David, Answers inlined. Cheers, On 16/05/2020 14:36, David Leangen wrote: > Hi! > > I noticed that there is a “util” module that is released as a separate jar. > > Given that the size of the jsieve project is so small, is it really necessary > to release it as two separate jar files? Would

Re: [jseive] Folding into a single module

2020-05-18 Thread David Leangen
Hi Benoit, > I would be carefull: the maven module "util" has a depedency to > javax.mail, causing some potential dependecy conflicts for users. I think it’s ok to have optional dependencies. Only those who want to use the functionality that requires javax.mail would have to provide it at runt

Re: [jseive] Folding into a single module

2020-05-18 Thread Tellier Benoit
On 19/05/2020 08:59, David Leangen wrote: [...] > Ok, cool. Let’s get back to this after we resolve the current issues. > > If you agree with this approach, then I will create a Jira Issue this time > and work against that. :-) :+1: Thanks for taking care about this. Best regards, Benoit > C

Re: [jseive] Folding into a single module

2020-05-18 Thread David Leangen
>> If you agree with this approach, then I will create a Jira Issue this time >> and work against that. :-) > > :+1: Created https://issues.apache.org/jira/browse/JAMES-3188 - To unsubscribe, e-mail: server-dev-unsubscr...@jam