Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-13 Thread Lukasz Lenart
2017-06-13 19:28 GMT+02:00 Ken McWilliams :
> Thank you, I've just looked into how to edit the pages, I'll keep it in mind
> for the future. Thank you!

Great :)

> I'll try to make a couple edits in the near future, something about those
> tag reference pages have been annoying me for years (I'm aware they are
> automatically generated).

So you must hit directly the source though :)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-13 Thread Ken McWilliams
Thank you, I've just looked into how to edit the pages, I'll keep it in
mind for the future. Thank you!

I'll try to make a couple edits in the near future, something about those
tag reference pages have been annoying me for years (I'm aware they are
automatically generated).

On Tue, Jun 13, 2017 at 12:03 AM, Łukasz Lenart 
wrote:

> Done
>
> 2017-06-12 20:28 GMT+02:00 Ken McWilliams :
> > Sorry...
> >
> > The following "Getting started" page "How To Create A Struts 2 Web
> > Application:
> > http://struts.apache.org/getting-started/how-to-create-
> a-struts2-web-application.html
> >
> > Tells you to add:
> >
> > 
> > org.apache.logging.log4j
> > log4j-core
> > 2.8.2
> >
> >
> > When it should be both log4j-core and log4j-api:
> >
> >
> > 
> > org.apache.logging.log4j
> > log4j-core
> > 2.8.2
> > 
> > 
> > org.apache.logging.log4j
> > log4j-api
> > 2.8.2
> > 
> >
> > Because struts has a dependency to an earlier version of log4j... if both
> > are explicitly specified even with x.x.x versions, most users would use
> the
> > latest and keep them in sync. It isn't fun to experience _any_ errors
> when
> > doing a starting tutorial.
> >
> >
> >
> >
> >
> > On Mon, Jun 12, 2017 at 12:22 PM, Ken McWilliams <
> ken.mcwilli...@gmail.com>
> > wrote:
> >
> >> The following "Getting started" page:
> >>
> >>
> >
> >
> > --
> > Sent from my C64 using a 300 baud modem
>
>
>
> --
> Łukasz
> mobile +48 606 323 122 http://www.lenart.org.pl/
> Confitura conference http://confitura.pl/
>
> -
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>


-- 
Sent from my C64 using a 300 baud modem


Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-13 Thread Łukasz Lenart
Done

2017-06-12 20:28 GMT+02:00 Ken McWilliams :
> Sorry...
>
> The following "Getting started" page "How To Create A Struts 2 Web
> Application:
> http://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html
>
> Tells you to add:
>
> 
> org.apache.logging.log4j
> log4j-core
> 2.8.2
>
>
> When it should be both log4j-core and log4j-api:
>
>
> 
> org.apache.logging.log4j
> log4j-core
> 2.8.2
> 
> 
> org.apache.logging.log4j
> log4j-api
> 2.8.2
> 
>
> Because struts has a dependency to an earlier version of log4j... if both
> are explicitly specified even with x.x.x versions, most users would use the
> latest and keep them in sync. It isn't fun to experience _any_ errors when
> doing a starting tutorial.
>
>
>
>
>
> On Mon, Jun 12, 2017 at 12:22 PM, Ken McWilliams 
> wrote:
>
>> The following "Getting started" page:
>>
>>
>
>
> --
> Sent from my C64 using a 300 baud modem



-- 
Łukasz
mobile +48 606 323 122 http://www.lenart.org.pl/
Confitura conference http://confitura.pl/

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Lukasz Lenart
If you have an account on GitHub you can edit this page directly on
GitHub and open a PR - I have added links to simplify this. If you
don't have the account, I will update this page.

2017-06-12 20:28 GMT+02:00 Ken McWilliams :
> Sorry...
>
> The following "Getting started" page "How To Create A Struts 2 Web
> Application:
> http://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html
>
> Tells you to add:
>
> 
> org.apache.logging.log4j
> log4j-core
> 2.8.2
>
>
> When it should be both log4j-core and log4j-api:
>
>
> 
> org.apache.logging.log4j
> log4j-core
> 2.8.2
> 
> 
> org.apache.logging.log4j
> log4j-api
> 2.8.2
> 
>
> Because struts has a dependency to an earlier version of log4j... if both
> are explicitly specified even with x.x.x versions, most users would use the
> latest and keep them in sync. It isn't fun to experience _any_ errors when
> doing a starting tutorial.
>
>
>
>
>
> On Mon, Jun 12, 2017 at 12:22 PM, Ken McWilliams 
> wrote:
>
>> The following "Getting started" page:
>>
>>
>
>
> --
> Sent from my C64 using a 300 baud modem

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



Re: Update request to web site regarding Log4j and "Getting Started" section

2017-06-12 Thread Ken McWilliams
Sorry...

The following "Getting started" page "How To Create A Struts 2 Web
Application:
http://struts.apache.org/getting-started/how-to-create-a-struts2-web-application.html

Tells you to add:


org.apache.logging.log4j
log4j-core
2.8.2


When it should be both log4j-core and log4j-api:



org.apache.logging.log4j
log4j-core
2.8.2


org.apache.logging.log4j
log4j-api
2.8.2


Because struts has a dependency to an earlier version of log4j... if both
are explicitly specified even with x.x.x versions, most users would use the
latest and keep them in sync. It isn't fun to experience _any_ errors when
doing a starting tutorial.





On Mon, Jun 12, 2017 at 12:22 PM, Ken McWilliams 
wrote:

> The following "Getting started" page:
>
>


-- 
Sent from my C64 using a 300 baud modem