You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Matt Sicker <ma...@apache.org> on 2020/05/12 16:02:32 UTC

[ANN] Apache Log4j Scala API 12.0 Released

The Apache Logging Services PMC is pleased to announce the release of
the Log4j Scala API version 12.0! This release is primarily to support
Scala 2.13, though we also overhauled the build system. We have a new
site [1] as well!

Artifacts are available on [2] as detailed in [3]. They are also
available through Maven Central. All artifacts are signed with keys
present in [4].

[1]: https://logging.apache.org/log4j/scala/
[2]: https://downloads.apache.org/logging/log4j/scala/12.0/
[3]: https://logging.apache.org/log4j/scala/download.html
[4]: https://downloads.apache.org/logging/KEYS

New Features::
LOG4J2-1882::: Migrate log4j-api-scala to sbt.
LOG4J2-2303::: Add release distribution script.
LOG4J2-2295::: Add OSGi metadata to release jars.
LOG4J2-2294::: Add release audit information to build.
LOG4J2-2298::: Add changelog to site.
LOG4J2-2293::: Add required license files to sbt output artifacts.
LOG4J2-2296::: Add sbt-site plugin and website configuration.
LOG4J2-2291::: Add Jenkins pipeline for sbt build.
LOG4J2-2668::: Add support for Scala 2.13.

Changes::
LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3.
LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.
LOG4J2-2116::: Update log4j-api-scala_2.12 from Scala 2.12.3 to 2.12.4.

-- 
Matt Sicker
Secretary, Apache Software Foundation
VP Logging Services, ASF

Re: [ANN] Apache Log4j Scala API 12.0 Released

Posted by Matt Sicker <bo...@gmail.com>.
And with that, I'm almost ready to give up on maintaining this
subcomponent as I no longer use Scala, nor can I figure out how to
release this without wasting entire weekends that would be better
spent on Log4j.

On Wed, 13 May 2020 at 12:00, Matt Sicker <bo...@gmail.com> wrote:
>
> The source archives are empty. Not sure how this was missed during the
> vote thread.
>
> On Tue, 12 May 2020 at 11:02, Matt Sicker <ma...@apache.org> wrote:
> >
> > The Apache Logging Services PMC is pleased to announce the release of
> > the Log4j Scala API version 12.0! This release is primarily to support
> > Scala 2.13, though we also overhauled the build system. We have a new
> > site [1] as well!
> >
> > Artifacts are available on [2] as detailed in [3]. They are also
> > available through Maven Central. All artifacts are signed with keys
> > present in [4].
> >
> > [1]: https://logging.apache.org/log4j/scala/
> > [2]: https://downloads.apache.org/logging/log4j/scala/12.0/
> > [3]: https://logging.apache.org/log4j/scala/download.html
> > [4]: https://downloads.apache.org/logging/KEYS
> >
> > New Features::
> > LOG4J2-1882::: Migrate log4j-api-scala to sbt.
> > LOG4J2-2303::: Add release distribution script.
> > LOG4J2-2295::: Add OSGi metadata to release jars.
> > LOG4J2-2294::: Add release audit information to build.
> > LOG4J2-2298::: Add changelog to site.
> > LOG4J2-2293::: Add required license files to sbt output artifacts.
> > LOG4J2-2296::: Add sbt-site plugin and website configuration.
> > LOG4J2-2291::: Add Jenkins pipeline for sbt build.
> > LOG4J2-2668::: Add support for Scala 2.13.
> >
> > Changes::
> > LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3.
> > LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
> > LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
> > LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
> > LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.
> > LOG4J2-2116::: Update log4j-api-scala_2.12 from Scala 2.12.3 to 2.12.4.
> >
> > --
> > Matt Sicker
> > Secretary, Apache Software Foundation
> > VP Logging Services, ASF
>
>
>
> --
> Matt Sicker <bo...@gmail.com>



-- 
Matt Sicker <bo...@gmail.com>

Re: [ANN] Apache Log4j Scala API 12.0 Released

Posted by Ralph Goers <ra...@dslextreme.com>.
Yeah. I must have gotten the files from Nexus or something as the file names don’t match what is in the downloads site.

Ralph

> On May 13, 2020, at 10:38 AM, Matt Sicker <bo...@gmail.com> wrote:
> 
> The source archives in subversion. You know, the main release artifact
> required in any Apache release.
> 
> On Wed, May 13, 2020 at 12:37 Ralph Goers <ra...@dslextreme.com>
> wrote:
> 
>> I don’t understand. I downloaded the jars and then did
>> 
>> jar -tf ~/Downloads/scala/log4j-api-scala_2.10-12.0-sources.jar
>> META-INF/MANIFEST.MF
>> META-INF/
>> org/
>> org/apache/
>> org/apache/logging/
>> org/apache/logging/log4j/
>> org/apache/logging/log4j/scala/
>> org/apache/logging/log4j/scala/Logging.scala
>> org/apache/logging/log4j/scala/Logger.scala
>> org/apache/logging/log4j/scala/LoggerMacro.scala
>> org/apache/logging/log4j/scala/LoggingContext.scala
>> META-INF/LICENSE
>> META-INF/NOTICE
>> 
>> Doesn’t look empty to me, but I did not check the contents of the files.
>> 
>> Ralph
>> 
>> 
>> 
>> 
>>> On May 13, 2020, at 10:00 AM, Matt Sicker <bo...@gmail.com> wrote:
>>> 
>>> The source archives are empty. Not sure how this was missed during the
>>> vote thread.
>>> 
>>> On Tue, 12 May 2020 at 11:02, Matt Sicker <ma...@apache.org> wrote:
>>>> 
>>>> The Apache Logging Services PMC is pleased to announce the release of
>>>> the Log4j Scala API version 12.0! This release is primarily to support
>>>> Scala 2.13, though we also overhauled the build system. We have a new
>>>> site [1] as well!
>>>> 
>>>> Artifacts are available on [2] as detailed in [3]. They are also
>>>> available through Maven Central. All artifacts are signed with keys
>>>> present in [4].
>>>> 
>>>> [1]: https://logging.apache.org/log4j/scala/
>>>> [2]: https://downloads.apache.org/logging/log4j/scala/12.0/
>>>> [3]: https://logging.apache.org/log4j/scala/download.html
>>>> [4]: https://downloads.apache.org/logging/KEYS
>>>> 
>>>> New Features::
>>>> LOG4J2-1882::: Migrate log4j-api-scala to sbt.
>>>> LOG4J2-2303::: Add release distribution script.
>>>> LOG4J2-2295::: Add OSGi metadata to release jars.
>>>> LOG4J2-2294::: Add release audit information to build.
>>>> LOG4J2-2298::: Add changelog to site.
>>>> LOG4J2-2293::: Add required license files to sbt output artifacts.
>>>> LOG4J2-2296::: Add sbt-site plugin and website configuration.
>>>> LOG4J2-2291::: Add Jenkins pipeline for sbt build.
>>>> LOG4J2-2668::: Add support for Scala 2.13.
>>>> 
>>>> Changes::
>>>> LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to
>> 2.13.0-M3.
>>>> LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
>>>> LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
>>>> LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
>>>> LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.
>>>> LOG4J2-2116::: Update log4j-api-scala_2.12 from Scala 2.12.3 to 2.12.4.
>>>> 
>>>> --
>>>> Matt Sicker
>>>> Secretary, Apache Software Foundation
>>>> VP Logging Services, ASF
>>> 
>>> 
>>> 
>>> --
>>> Matt Sicker <bo...@gmail.com>
>>> 
>> 
>> 
>> --
> Matt Sicker <bo...@gmail.com>



Re: [ANN] Apache Log4j Scala API 12.0 Released

Posted by Matt Sicker <bo...@gmail.com>.
The source archives in subversion. You know, the main release artifact
required in any Apache release.

On Wed, May 13, 2020 at 12:37 Ralph Goers <ra...@dslextreme.com>
wrote:

> I don’t understand. I downloaded the jars and then did
>
> jar -tf ~/Downloads/scala/log4j-api-scala_2.10-12.0-sources.jar
> META-INF/MANIFEST.MF
> META-INF/
> org/
> org/apache/
> org/apache/logging/
> org/apache/logging/log4j/
> org/apache/logging/log4j/scala/
> org/apache/logging/log4j/scala/Logging.scala
> org/apache/logging/log4j/scala/Logger.scala
> org/apache/logging/log4j/scala/LoggerMacro.scala
> org/apache/logging/log4j/scala/LoggingContext.scala
> META-INF/LICENSE
> META-INF/NOTICE
>
> Doesn’t look empty to me, but I did not check the contents of the files.
>
> Ralph
>
>
>
>
> > On May 13, 2020, at 10:00 AM, Matt Sicker <bo...@gmail.com> wrote:
> >
> > The source archives are empty. Not sure how this was missed during the
> > vote thread.
> >
> > On Tue, 12 May 2020 at 11:02, Matt Sicker <ma...@apache.org> wrote:
> >>
> >> The Apache Logging Services PMC is pleased to announce the release of
> >> the Log4j Scala API version 12.0! This release is primarily to support
> >> Scala 2.13, though we also overhauled the build system. We have a new
> >> site [1] as well!
> >>
> >> Artifacts are available on [2] as detailed in [3]. They are also
> >> available through Maven Central. All artifacts are signed with keys
> >> present in [4].
> >>
> >> [1]: https://logging.apache.org/log4j/scala/
> >> [2]: https://downloads.apache.org/logging/log4j/scala/12.0/
> >> [3]: https://logging.apache.org/log4j/scala/download.html
> >> [4]: https://downloads.apache.org/logging/KEYS
> >>
> >> New Features::
> >> LOG4J2-1882::: Migrate log4j-api-scala to sbt.
> >> LOG4J2-2303::: Add release distribution script.
> >> LOG4J2-2295::: Add OSGi metadata to release jars.
> >> LOG4J2-2294::: Add release audit information to build.
> >> LOG4J2-2298::: Add changelog to site.
> >> LOG4J2-2293::: Add required license files to sbt output artifacts.
> >> LOG4J2-2296::: Add sbt-site plugin and website configuration.
> >> LOG4J2-2291::: Add Jenkins pipeline for sbt build.
> >> LOG4J2-2668::: Add support for Scala 2.13.
> >>
> >> Changes::
> >> LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to
> 2.13.0-M3.
> >> LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
> >> LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
> >> LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
> >> LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.
> >> LOG4J2-2116::: Update log4j-api-scala_2.12 from Scala 2.12.3 to 2.12.4.
> >>
> >> --
> >> Matt Sicker
> >> Secretary, Apache Software Foundation
> >> VP Logging Services, ASF
> >
> >
> >
> > --
> > Matt Sicker <bo...@gmail.com>
> >
>
>
> --
Matt Sicker <bo...@gmail.com>

Re: [ANN] Apache Log4j Scala API 12.0 Released

Posted by Ralph Goers <ra...@dslextreme.com>.
I don’t understand. I downloaded the jars and then did

jar -tf ~/Downloads/scala/log4j-api-scala_2.10-12.0-sources.jar 
META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/apache/logging/
org/apache/logging/log4j/
org/apache/logging/log4j/scala/
org/apache/logging/log4j/scala/Logging.scala
org/apache/logging/log4j/scala/Logger.scala
org/apache/logging/log4j/scala/LoggerMacro.scala
org/apache/logging/log4j/scala/LoggingContext.scala
META-INF/LICENSE
META-INF/NOTICE

Doesn’t look empty to me, but I did not check the contents of the files.

Ralph




> On May 13, 2020, at 10:00 AM, Matt Sicker <bo...@gmail.com> wrote:
> 
> The source archives are empty. Not sure how this was missed during the
> vote thread.
> 
> On Tue, 12 May 2020 at 11:02, Matt Sicker <ma...@apache.org> wrote:
>> 
>> The Apache Logging Services PMC is pleased to announce the release of
>> the Log4j Scala API version 12.0! This release is primarily to support
>> Scala 2.13, though we also overhauled the build system. We have a new
>> site [1] as well!
>> 
>> Artifacts are available on [2] as detailed in [3]. They are also
>> available through Maven Central. All artifacts are signed with keys
>> present in [4].
>> 
>> [1]: https://logging.apache.org/log4j/scala/
>> [2]: https://downloads.apache.org/logging/log4j/scala/12.0/
>> [3]: https://logging.apache.org/log4j/scala/download.html
>> [4]: https://downloads.apache.org/logging/KEYS
>> 
>> New Features::
>> LOG4J2-1882::: Migrate log4j-api-scala to sbt.
>> LOG4J2-2303::: Add release distribution script.
>> LOG4J2-2295::: Add OSGi metadata to release jars.
>> LOG4J2-2294::: Add release audit information to build.
>> LOG4J2-2298::: Add changelog to site.
>> LOG4J2-2293::: Add required license files to sbt output artifacts.
>> LOG4J2-2296::: Add sbt-site plugin and website configuration.
>> LOG4J2-2291::: Add Jenkins pipeline for sbt build.
>> LOG4J2-2668::: Add support for Scala 2.13.
>> 
>> Changes::
>> LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3.
>> LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
>> LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
>> LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
>> LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.
>> LOG4J2-2116::: Update log4j-api-scala_2.12 from Scala 2.12.3 to 2.12.4.
>> 
>> --
>> Matt Sicker
>> Secretary, Apache Software Foundation
>> VP Logging Services, ASF
> 
> 
> 
> -- 
> Matt Sicker <bo...@gmail.com>
> 



Re: [ANN] Apache Log4j Scala API 12.0 Released

Posted by Matt Sicker <bo...@gmail.com>.
The source archives are empty. Not sure how this was missed during the
vote thread.

On Tue, 12 May 2020 at 11:02, Matt Sicker <ma...@apache.org> wrote:
>
> The Apache Logging Services PMC is pleased to announce the release of
> the Log4j Scala API version 12.0! This release is primarily to support
> Scala 2.13, though we also overhauled the build system. We have a new
> site [1] as well!
>
> Artifacts are available on [2] as detailed in [3]. They are also
> available through Maven Central. All artifacts are signed with keys
> present in [4].
>
> [1]: https://logging.apache.org/log4j/scala/
> [2]: https://downloads.apache.org/logging/log4j/scala/12.0/
> [3]: https://logging.apache.org/log4j/scala/download.html
> [4]: https://downloads.apache.org/logging/KEYS
>
> New Features::
> LOG4J2-1882::: Migrate log4j-api-scala to sbt.
> LOG4J2-2303::: Add release distribution script.
> LOG4J2-2295::: Add OSGi metadata to release jars.
> LOG4J2-2294::: Add release audit information to build.
> LOG4J2-2298::: Add changelog to site.
> LOG4J2-2293::: Add required license files to sbt output artifacts.
> LOG4J2-2296::: Add sbt-site plugin and website configuration.
> LOG4J2-2291::: Add Jenkins pipeline for sbt build.
> LOG4J2-2668::: Add support for Scala 2.13.
>
> Changes::
> LOG4J2-2309::: Update Log4j Scala API for 2.13 from 2.13.0-M2 to 2.13.0-M3.
> LOG4J2-2290::: Update Log4j from 2.9.1 to 2.13.2.
> LOG4J2-1995::: Update log4j-api-scala_2.11 from Scala 2.11.8 to 2.11.11.
> LOG4J2-1996::: Update log4j-api-scala_2.12 from Scala 2.12.1 to 2.12.3.
> LOG4J2-2115::: Update Log4j dependency from 2.8.1 to 2.9.1.
> LOG4J2-2116::: Update log4j-api-scala_2.12 from Scala 2.12.3 to 2.12.4.
>
> --
> Matt Sicker
> Secretary, Apache Software Foundation
> VP Logging Services, ASF



-- 
Matt Sicker <bo...@gmail.com>