Re: Jakarta EE 9

2019-10-28 Thread Michael Osipov
Am 2019-10-28 um 22:00 schrieb Stefan Mayr: Am 28.10.2019 um 14:13 schrieb Rémy Maucherat: On Mon, Oct 28, 2019 at 1:46 PM Johan Compagner wrote: Hi On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: Hi all, A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For those of

Re: Jakarta EE 9

2019-10-28 Thread Stefan Mayr
Am 28.10.2019 um 14:13 schrieb Rémy Maucherat: > On Mon, Oct 28, 2019 at 1:46 PM Johan Compagner > wrote: > >> Hi >> >> >> >> On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: >> >>> Hi all, >>> >>> A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For >> those >>> of you who aren'

Re: Jakarta EE 9

2019-10-28 Thread Rémy Maucherat
On Mon, Oct 28, 2019 at 3:53 PM i...@flyingfischer.ch wrote: > Am 28.10.19 um 15:39 schrieb Mark Thomas > >> If this is going to be disruptive and we cannot maintain compat, why > >> not > >> go the extra step and explicitly move Tomcat code to > >> org.apache.tomcat.* > >> for Tomcat 10? Git ren

Re: Jakarta EE 9

2019-10-28 Thread Mark Thomas
On October 28, 2019 2:53:29 PM UTC, "i...@flyingfischer.ch" wrote: >Am 28.10.19 um 15:39 schrieb Mark Thomas >>> If this is going to be disruptive and we cannot maintain compat, why >>> not >>> go the extra step and explicitly move Tomcat code to >>> org.apache.tomcat.* >>> for Tomcat 10? Git r

Re: Jakarta EE 9

2019-10-28 Thread i...@flyingfischer.ch
Am 28.10.19 um 15:39 schrieb Mark Thomas >> If this is going to be disruptive and we cannot maintain compat, why >> not >> go the extra step and explicitly move Tomcat code to >> org.apache.tomcat.* >> for Tomcat 10? Git renames will work flawlessly for backports. > It will break things for users

Re: Jakarta EE 9

2019-10-28 Thread Rémy Maucherat
On Mon, Oct 28, 2019 at 3:11 PM Michael Osipov wrote: > Am 2019-10-28 um 14:59 schrieb Mark Thomas: > > On October 28, 2019 12:37:14 PM UTC, Johan Compagner < > jcompag...@servoy.com> wrote: > >> Hi > >> > >> > >> > >> On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: > >> > >>> Hi all, > >>> > >

Re: Jakarta EE 9

2019-10-28 Thread Mark Thomas
On October 28, 2019 2:11:22 PM UTC, Michael Osipov wrote: >Am 2019-10-28 um 14:59 schrieb Mark Thomas: >> On October 28, 2019 12:37:14 PM UTC, Johan Compagner > wrote: >>> Hi >>> >>> >>> >>> On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: >>> Hi all, A frequent topic of discussion

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 10/28/19 09:31, LoBello,Jeff wrote: > That’s good to hear, you’re example works. In our tag class, which > extends > org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport, we > have setValue() overloaded, as follows… > > > public

Re: Jakarta EE 9

2019-10-28 Thread Rémy Maucherat
On Mon, Oct 28, 2019 at 1:15 PM Mark Thomas wrote: > Hi all, > > A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For those > of you who aren't familiar with Jakarta EE the key points are: > > - Oracle have donated Java EE to Eclipse > - Eclipse have released Jakarta EE 8 which is

Re: Jakarta EE 9

2019-10-28 Thread Michael Osipov
Am 2019-10-28 um 14:59 schrieb Mark Thomas: On October 28, 2019 12:37:14 PM UTC, Johan Compagner wrote: Hi On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: Hi all, A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For those of you who aren't familiar with Jakarta EE the

Re: Jakarta EE 9

2019-10-28 Thread Mark Thomas
On October 28, 2019 1:11:46 PM UTC, Christopher Schultz wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Mark, > >On 10/28/19 08:15, Mark Thomas wrote: >> Hi all, >> >> A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. >> For those of you who aren't familiar with Jakart

Re: Jakarta EE 9

2019-10-28 Thread Mark Thomas
On October 28, 2019 12:37:14 PM UTC, Johan Compagner wrote: >Hi > > > >On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: > >> Hi all, >> >> A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For >those >> of you who aren't familiar with Jakarta EE the key points are: >> >> - Oracle

Re: JSP custom tag operating different when adoptOpenJDK is used vs Oracle (cross post from tomcat-taglibs-user)

2019-10-28 Thread LoBello,Jeff
That’s good to hear, you’re example works. In our tag class, which extends org.apache.taglibs.standard.tag.common.fmt.FormatDateSupport, we have setValue() overloaded, as follows… public void setValue(final String value) { public void setValue(final Object value) { Is this a bad pr

Re: Jakarta EE 9

2019-10-28 Thread Johan Compagner
On Mon, 28 Oct 2019 at 14:13, Rémy Maucherat wrote: > On Mon, Oct 28, 2019 at 1:46 PM Johan Compagner > wrote: > > > Hi > > > > > > > > On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: > > > > > Hi all, > > > > > > A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For > > those >

Re: Jakarta EE 9

2019-10-28 Thread Rémy Maucherat
On Mon, Oct 28, 2019 at 2:22 PM Michael Osipov wrote: > Am 2019-10-28 um 13:15 schrieb Mark Thomas: > > Hi all, > > > > A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For > those of you who aren't familiar with Jakarta EE the key points are: > > > > - Oracle have donated Java EE

Re: Jakarta EE 9

2019-10-28 Thread Michael Osipov
Am 2019-10-28 um 13:15 schrieb Mark Thomas: Hi all, A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For those of you who aren't familiar with Jakarta EE the key points are: - Oracle have donated Java EE to Eclipse - Eclipse have released Jakarta EE 8 which is essentially ident

Re: Jakarta EE 9

2019-10-28 Thread Rémy Maucherat
On Mon, Oct 28, 2019 at 1:46 PM Johan Compagner wrote: > Hi > > > > On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: > > > Hi all, > > > > A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For > those > > of you who aren't familiar with Jakarta EE the key points are: > > > > - Ora

Re: Jakarta EE 9

2019-10-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 10/28/19 08:15, Mark Thomas wrote: > Hi all, > > A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. > For those of you who aren't familiar with Jakarta EE the key points > are: > > - Oracle have donated Java EE to Eclipse -

Re: What's the purpose of this code, that logs a seemingly meaningless and possibly misleading exception?

2019-10-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Behrang, On 10/26/19 20:22, Behrang Saeedzadeh wrote: > Hi Chris, > > I suggested “massaging” it a bit before using the output: > > stack trace into a StringWriter via a PrintWriter, massage it a > bit > > For example: > > StringWriter sw = new

Re: Jakarta EE 9

2019-10-28 Thread Johan Compagner
Hi On Mon, 28 Oct 2019 at 13:15, Mark Thomas wrote: > Hi all, > > A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For those > of you who aren't familiar with Jakarta EE the key points are: > > - Oracle have donated Java EE to Eclipse > - Eclipse have released Jakarta EE 8 whic

Jakarta EE 9

2019-10-28 Thread Mark Thomas
Hi all, A frequent topic of discussion at ApacheCon EU was Jakarta EE 9. For those of you who aren't familiar with Jakarta EE the key points are: - Oracle have donated Java EE to Eclipse - Eclipse have released Jakarta EE 8 which is essentially identical to Java EE 8 - Oracle have refused to all