Re: Make Apache Avro a proper Java module.

2024-02-11 Thread Chad Preisler
Hello, Will Avro be moving ahead with the removal of JDK8? Thanks, Chad On Fri, Feb 2, 2024 at 2:12 PM Chad Preisler wrote: > I created a fork and branch that removes JDK 8 from the build and makes 11 > default. The changes can be seen here: > > https://github.com/cpreisler/avro

Re: Make Apache Avro a proper Java module.

2024-02-02 Thread Chad Preisler
t;> > Hi, >> > >> > I think this is a good idea! >> > >> > Some PRs (mostly by dependabot) are not merged because Avro needs to be >> JDK >> > 8 compatible and the dependencies require a newer JDK... >> > I am not sure whether Av

Re: Make Apache Avro a proper Java module.

2024-01-08 Thread Chad Preisler
not merged because Avro needs to be >> JDK >> > 8 compatible and the dependencies require a newer JDK... >> > I am not sure whether Avro 1.12.0 still needs to be JDK 8 compatible or >> > not. >> > >> > Martin >> > >> > On Sat,

Make Apache Avro a proper Java module.

2024-01-06 Thread Chad Preisler
Hello, I'm wondering if there is any interest in making Apache Avro a proper Java module? The following changes are required. - Add or generate the module-info.java file. - Change the POM file to build a multi-release jar. - Replace xerial Snappy with Apache commons-compress Snappy (see