https://bz.apache.org/bugzilla/show_bug.cgi?id=64514

--- Comment #2 from rotty3000 <raymond.a...@liferay.com> ---
This issue was discussed on list and determined that if the missing parts being
small and benign enough to copy into bootstrap, that might be the best solution
as proposed by @markt:

> If we created o.a.c.startup.Constants, defined the constants required by
> the bootstrap classes there and then referenced those from o.a.c.Globals
> would that help?

It did!

> Is it Tool's use of ExceptionUtils that is causing that class to be
> needed? If so would making Bootstrap.handleThrowable() package private
> and using that instead help?

It does!

I've tested these changed and they solve the packaging issue for both OSGi and
JPMS.

PR update coming.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to