Thanks David,

I'll definitely keep an eye out for fixes like that! I think I'll see if I
can do some examples too, and check out the code coverage there next.

I see examples for interceptors, but not filters... which seems odd. I know
that capability is there in Tomcat, so it shouldn't be too difficult to
test both the servlet api and JAX-RS filtering.

Regards,

Sherman

On Wed, Feb 27, 2019 at 8:47 PM David Blevins <[email protected]>
wrote:

> > On Feb 27, 2019, at 5:14 PM, David Blevins <[email protected]>
> wrote:
> >
> > I added you to the contributors group and assigned that JIRA to you.
> >
> > It's a broad sounding ticket, so I recommend picking a small spot of the
> code and focusing on that in the first PR so people can get a taste of what
> you have in mind and give feedback.
>
> You were fast :)
>
> I like the change.  Special thank you for making that MVN_JNDI_PREFIX
> string a variable rather than a constant.  You and I clearly have the same
> thoughts on the subject.
>
> Most people go for the static constant, but this just slows down class
> initialization which in turn slows startup time.  Then it slaps you again
> by adding to the memory you need.
>
> There are people who write blog posts judging servers by how fast they
> start and how much memory they take at startup... and they most go and fill
> it with an app that has tons of needless static constants.  Don't get me
> started. :)
>
> Thank you for the contribution.  Congratulations on the first commit!
> Welcome aboard!
>
> If you want to do a ton more PRs like that, go for it!
>
>
> -David
>
>

Reply via email to