Re: [ANNOUNCEMENT] (Corrected) Apache Log4j 2.11.0 released

2018-03-16 Thread Remko Popma
Blogged: https://blogs.apache.org/logging/entry/log4j-2-11-released Please share on social media! On Sat, Mar 17, 2018 at 9:49 AM, Ralph Goers wrote: > The Apache Log4j 2 team is pleased to announce the Log4j 2.11.0 release! > > Apache Log4j is a well known framework for logging application b

Re: [ANNOUNCEMENT] (Corrected) Apache Log4j 2.11.0 released

2018-03-16 Thread Remko Popma
Blogged: Log4j 2.11 released : Apache Logging Services | | | | Log4j 2.11 released : Apache Logging Services | | | Please share on social media! On Saturday, March 17, 2018, 9:49:22 AM GMT+9, Ralph Goers wrote: The Apache Log4j 2 team is pleased to announce the Log4j 2.11

[ANNOUNCEMENT] (Corrected) Apache Log4j 2.11.0 released

2018-03-16 Thread Ralph Goers
The Apache Log4j 2 team is pleased to announce the Log4j 2.11.0 release! Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many other modern features such as

Re: [ANNOUNCE] Apache Log4j 2.11.0 released

2018-03-16 Thread Ralph Goers
Please ignore the email below. It contains incorrect text regarding the release. Ralph > On Mar 16, 2018, at 5:39 PM, Ralph Goers wrote: > > The Apache Log4j 2 team is pleased to announce the Log4j 2.10.0 release! > > Apache Log4j is a well known framework for logging application behavior. >

[ANNOUNCE] Apache Log4j 2.11.0 released

2018-03-16 Thread Ralph Goers
The Apache Log4j 2 team is pleased to announce the Log4j 2.10.0 release! Apache Log4j is a well known framework for logging application behavior. Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many other modern features such as

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
I've added a pipeline for the parent pom. For now, add -Pdevelopment to enable the apache snapshots repo (I added that flag to the jenkins build) unless you install logging-parent locally. On 16 March 2018 at 09:14, Matt Sicker wrote: > Alright, remaining hurdle right now is that I've upgraded t

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
Alright, remaining hurdle right now is that I've upgraded this to use logging-parent version 2 which isn't released yet. I'm going to work on setting up a Jenkins pipeline for it as well so everything builds properly, though I'll make a proper release of the parent pom over the weekend. On 16 Marc

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
Oh wow I didn't notice that you had to include it inside a element. Thanks! I'll add it as an automatic profile for macOS. On 15 March 2018 at 16:29, Robert Middleton wrote: > To add a build plugin inside a profile, it should be as simple as the > following: > > > > osx-build >