Hi all, hi Gary,

Is there some news about the release of commons-email ?

Cordiali saluti / Best regards 

Raffaele Gambelli
Senior Java Developer
-----Original Message-----
From: Gary Gregory <garydgreg...@gmail.com> 
Sent: Thursday, April 4, 2024 11:42 AM
To: Commons Users List <user@commons.apache.org>
Subject: Re: [commons-email] Upgrade to java 17 and jakarta mail

[You don't often get email from garydgreg...@gmail.com. Learn why this is 
important at https://aka.ms/LearnAboutSenderIdentification ]

I ran into some issues with the multi module aspect of the build unfortunately. 
It's on my list of components to work on.

Gary

On Thu, Apr 4, 2024, 5:08 AM Raffaele Gambelli 
<raffaele.gambe...@cegeka.com.invalid> wrote:

> Hi Gary, do you have any news about commons-email release?
>
> Thanks
>
> Cordiali saluti / Best regards,
>
> Raffaele Gambelli
> Senior Java Developer
> E  raffaele.gambe...@cegeka.com<mailto:raffaele.gambe...@cegeka.com>
>
> [CEGEKA]        Via Ettore Cristoni, 84
> IT-40033 Bologna (IT), Italy
> T +39 02 2544271
> WWW.CEGEKA.COM<https://www.cegeka.com>
>
> [http://signature.cegeka.com/SignatureRO/bannerRO.jpg]
>
>
> ________________________________
> From: Gary Gregory <garydgreg...@gmail.com>
> Sent: Monday, March 18, 2024 7:11 PM
> To: Commons Users List <user@commons.apache.org>
> Subject: Re: [commons-email] Upgrade to java 17 and jakarta mail
>
> I had some trouble with release candidate, I'll try to work out the 
> kinks over the next week or so.
>
> Gary
>
> On Mon, Mar 18, 2024, 1:19 PM Raffaele Gambelli 
> <r.gambe...@westpole.it>
> wrote:
>
> > Hi,
> >
> > are there any news about the release of commons-email?
> >
> > -----Messaggio originale-----
> > Da: Raffaele Gambelli
> > Inviato: lunedì 29 gennaio 2024 17:12
> > A: Commons Users List <user@commons.apache.org>
> > Oggetto: R: [commons-email] Upgrade to java 17 and jakarta mail
> >
> > Hi Gary,
> >
> > my usage of commons-email is only about the sending of messages, 
> > simply plain or html ones, with or without attachments.
> >
> > All my tests were ok.
> >
> > Here follows classes that I use in my project:
> >
> > import org.apache.commons.mail2.core.EmailConstants;
> > import org.apache.commons.mail2.core.EmailException;
> > import org.apache.commons.mail2.jakarta.DefaultAuthenticator;
> > import org.apache.commons.mail2.jakarta.Email;
> > import org.apache.commons.mail2.jakarta.EmailAttachment;
> > import org.apache.commons.mail2.jakarta.ImageHtmlEmail;
> > import org.apache.commons.mail2.jakarta.MultiPartEmail;
> > import org.apache.commons.mail2.jakarta.SimpleEmail;
> > import 
> > org.apache.commons.mail2.jakarta.resolver.DataSourceUrlResolver;
> >
> > Best regards
> >
> > -----Messaggio originale-----
> > Da: Raffaele Gambelli <r.gambe...@westpole.it>
> > Inviato: lunedì 22 gennaio 2024 08:31
> > A: Commons Users List <user@commons.apache.org>
> > Oggetto: R: [commons-email] Upgrade to java 17 and jakarta mail
> >
> > Hi Gary,
> >
> > I've started adopting 2.0.0-M1, I'll test it within my application 
> > and I'll let you know.
> >
> > Thanks
> >
> > -----Messaggio originale-----
> > Da: Gary Gregory <garydgreg...@gmail.com>
> > Inviato: sabato 20 gennaio 2024 21:52
> > A: Commons Users List <user@commons.apache.org>
> > Oggetto: Re: [commons-email] Upgrade to java 17 and jakarta mail
> >
> > Raffael,
> >
> > I'm waiting to hear back ;-)
> >
> > Gary
> >
> > On Thu, Jan 18, 2024 at 8:24 AM Gary Gregory 
> > <garydgreg...@gmail.com>
> > wrote:
> > >
> > > Raffael,
> > >
> > > I can cut 2.0.0-M1 anytime (mod our 72-hour review process). But I 
> > > would prefer to have a use case like yours so we can avoid having 
> > > to release a 2.0.0-M2 immediately to fix what you find in M1.
> > >
> > > Gary
> > >
> > > On Thu, Jan 18, 2024 at 8:19 AM Raffaele Gambelli 
> > > <r.gambe...@westpole.it> wrote:
> > > >
> > > > Really thanks Gary,
> > > >
> > > > I have to plan my work, so if you can, could you be more 
> > > > specific
> when
> > you say "soon"? Is it a question of weeks or months?
> > > >
> > > > I need an answer to choose if refactor the code using 
> > > > commons-email
> > without commons-email.
> > > >
> > > > Thank you again
> > > >
> > > > -----Messaggio originale-----
> > > > Da: Gary Gregory <garydgreg...@gmail.com>
> > > > Inviato: giovedì 18 gennaio 2024 14:13
> > > > A: Commons Users List <user@commons.apache.org>
> > > > Oggetto: Re: [commons-email] Upgrade to java 17 and jakarta mail
> > > >
> > > > Hello Raffael,
> > > >
> > > > We have a release 2.0.0 in the works to support Jakarta for 
> > > > which a
> > release candidate for milestone release 1 should be available "soon".
> > > > In the meantime, the best I can offer is to point you to our 
> > > > snapshot
> > build for version 2.0.0-M1-SNAPSHOT in 
> > https://repository.apache.org/content/repositories/snapshots/ using 
> > the artifact IDs:
> > > >
> > > > commons-email2-bom
> > > > commons-email2-core
> > > > commons-email2-jakarta
> > > > commons-email2-javax
> > > >
> > > > Gary
> > > >
> > > > On Thu, Jan 18, 2024 at 4:37 AM Raffaele Gambelli <
> > r.gambe...@westpole.it> wrote:
> > > > >
> > > > > Hi all,
> > > > >
> > > > > I'm going to upgrade one springboot application to springboot 
> > > > > 3.x,
> > until recently it was using commons-email 1.5 but I upgraded to the
> latest
> > 1.6 which I thinked was compatible with jakarta mail but it is not.
> > > > >
> > > > > I would like to know if you have some information about one 
> > > > > next
> > release of commons-email which will be fully compatible with jakarta 
> > mail and if you know when its release date is expected.
> > > > >
> > > > > Thank you very much
> > > > >
> > > > > Raffaele
> > > > > [https://westpole.it/firma/westpole_cegeka_logo.jpg]
> > > > >
> > > > > Raffaele Gambelli
> > > > > Research & Development
> > > > >
> > > > > P +390518550576
> > > > > M 3371641888
> > > > > E r.gambe...@westpole.it
> > > > > W https://westpole.webex.com/meet/R.Gambelli
> > > > > A Via Ettore Cristoni, 84 - 40033 Casalecchio di Reno
> > > > >
> > > > > [https://westpole.it/firma/website.png]<https://westpole.it>  
> > > > > [
> > https://westpole.it/firma/twitter.png] 
> > <https://twitter.com/WESTPOLE_SPA
> >
> >  [https://westpole.it/firma/linkedin.png] <
> > https://www.linkedin.com/company/westpole-italia/>   [
> > https://westpole.it/firma/mortarboard.png] 
> > <https://careers.westpole.eu/
> >
> > > > >
> > > > > This email for the D.lgs.196/2003 (Privacy Code) and European
> > Regulation 679/2016/UE (GDPR) may contain confidential and/or 
> > privileged information for the exclusive use of the intended 
> > recipient. Any review
> or
> > distribution by others is strictly prohibited. If you are not the
> intended
> > recipient, you must not use, copy, disclose or take any action based 
> > on this message or any information here. If you have received this 
> > email in error, please contact us (email:priv...@westpole.it) by 
> > reply email and delete all copies. Legal privilege is not waived 
> > because you have read
> this
> > email. Thank you for your cooperation.
> > > > >
> > > > > [https://westpole.it/firma/ambiente.png] Please consider the 
> > > > > environment before printing this email
> > > >
> > > > ----------------------------------------------------------------
> > > > ----
> > > > - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> > > > For additional commands, e-mail: user-h...@commons.apache.org
> > > >
> > > >
> > > > ----------------------------------------------------------------
> > > > ----
> > > > - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> > > > For additional commands, e-mail: user-h...@commons.apache.org
> >
> > --------------------------------------------------------------------
> > - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> > For additional commands, e-mail: user-h...@commons.apache.org
> >
> >
>

Reply via email to