Re: Javac/Maven issues issues

2021-04-22 Thread Ralph Goers
FYI - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8265826 has been created. Ralph > On Apr 17, 2021, at 4:04 PM, Ralph Goers wrote: > > Sorry, I should have added that I am sure I can work around the issues listed

Re: [log4cxx] Release Prep

2021-04-22 Thread Robert Middleton
As long as the classes that you are trying to cast to/from descend from log4cxx::Object, the cast should work fine. The aliasing constructor for std::shared_ptr means that both shared_ptrs point at the same control block for the shared pointer, so the object is the same; I'll add some notes about

LOG4J2-2505 and LOG4J2-2509 need some love

2021-04-22 Thread Volkan Yazıcı
The following two stories need some love: - LOG4J2-2505 Let JDBC PoolingDriverConnectionSource with Apache Commons DBCP configure a PoolableConnectionFactory - LOG4J2-2509 Allow a

[LOG4J2-3081] Loading JsonTemplateLayout programmatically from a fat JAR using PluginManager

2021-04-22 Thread Volkan Yazıcı
Would somebody who has more knowledge on plugins help with the question in LOG4J2-3081 , please?

Re: [log4cxx] Release Prep

2021-04-22 Thread Stephen Webb
Yes, your fancy new cast function looks like a better approach. Should the note mention it uses the aliasing constructor std::shared_ptr or is it always going to be safe with log4cxx::Object pointers? On Thu, Apr 22, 2021 at 7:54 AM Robert Middleton wrote: > Yes, adding a note about casting wou