[RESULT] [VOTE] Drop Java 1.8 Support

2023-12-19 Thread Christofer Dutz
So, the vote closes with 6 +1 votes. Next I’ll update the build to no longer produce Java 8 Chris Von: Łukasz Dywicki Datum: Mittwoch, 13. Dezember 2023 um 11:35 An: dev@plc4x.apache.org , Jinlin Hong Betreff: Re: [VOTE] Drop Java 1.8 Support +1 to drop Java 8 compilation and stick with Java

Re: [VOTE] Drop Java 1.8 Support

2023-12-13 Thread Łukasz Dywicki
+1 to drop Java 8 compilation and stick with Java 11 as minimum. To explain - there are slight differences in java standard library which make this move not only about bytecode. Its about classpath which will vary and miss/add some useful parts. I did use Apache PLC4X initially with some

Re: [VOTE] Drop Java 1.8 Support

2023-12-10 Thread Jinlin Hong
+1 Lukas Ott 於 2023年12月11日 週一 下午2:03寫道: > +1 > > Otto Fowler schrieb am Mo., 11. Dez. 2023, > 04:26: > > > +1 binding > > > > On December 8, 2023 at 9:16:19 AM, Christofer Dutz ( > > christofer.d...@c-ware.de) wrote: > > > > Hi all, > > > > in the past we have settled with requiring Java 11

Re: [VOTE] Drop Java 1.8 Support

2023-12-10 Thread Lukas Ott
+1 Otto Fowler schrieb am Mo., 11. Dez. 2023, 04:26: > +1 binding > > On December 8, 2023 at 9:16:19 AM, Christofer Dutz ( > christofer.d...@c-ware.de) wrote: > > Hi all, > > in the past we have settled with requiring Java 11 for building plc4x and > making sure the libraries we build are

Re: [VOTE] Drop Java 1.8 Support

2023-12-10 Thread Otto Fowler
+1 binding On December 8, 2023 at 9:16:19 AM, Christofer Dutz ( christofer.d...@c-ware.de) wrote: Hi all, in the past we have settled with requiring Java 11 for building plc4x and making sure the libraries we build are compatible with Java 1.8. Now it looks as if some of our libraries are no

Re: AW: [VOTE] Drop Java 1.8 Support

2023-12-08 Thread Sebastian Rühl
reitag, 8. Dezember 2023 um 15:16 > An: dev@plc4x.apache.org > Betreff: [VOTE] Drop Java 1.8 Support > Hi all, > > in the past we have settled with requiring Java 11 for building plc4x and > making sure the libraries we build are compatible with Java 1.8. > Now it looks as

AW: [VOTE] Drop Java 1.8 Support

2023-12-08 Thread Christofer Dutz
@plc4x.apache.org Betreff: [VOTE] Drop Java 1.8 Support Hi all, in the past we have settled with requiring Java 11 for building plc4x and making sure the libraries we build are compatible with Java 1.8. Now it looks as if some of our libraries are no longer runnable on Java 1.8 and we would need one

[VOTE] Drop Java 1.8 Support

2023-12-08 Thread Christofer Dutz
Hi all, in the past we have settled with requiring Java 11 for building plc4x and making sure the libraries we build are compatible with Java 1.8. Now it looks as if some of our libraries are no longer runnable on Java 1.8 and we would need one of the following two options: 1. Re-Enable