Discussion:
[jira] [Created] (LOG4J2-800) All internal life cycle implementations should be serializable
Gary Gregory (JIRA)
2014-08-25 18:20:57 UTC
Permalink
Gary Gregory created LOG4J2-800:
-----------------------------------

Summary: All internal life cycle implementations should be serializable
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
Fix For: 2.1


All internal life cycle implementations should be serializable:

{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}




--
This message was sent by Atlassian JIRA
(v6.2#6252)
Gary Gregory (JIRA)
2014-08-25 18:22:57 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated LOG4J2-800:
--------------------------------

Summary: All life cycle implementations should be serializable (was: All internal life cycle implementations should be serializable)
All life cycle implementations should be serializable
-----------------------------------------------------
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
Fix For: 2.1
{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
Gary Gregory (JIRA)
2014-08-25 18:22:59 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory resolved LOG4J2-800.
---------------------------------

Resolution: Fixed

{noformat}
commit -m "[LOG4J2-800] All life cycle implementations should be serializable." (17 paths specified)
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/AbstractLifeCycle.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/LoggerContext.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/AbstractFilterable.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/BurstFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/CompositeFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/DynamicThresholdFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MapFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/MarkerFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/RegexFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/ThresholdFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/main/java/org/apache/logging/log4j/core/filter/TimeFilter.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/test/java/org/apache/logging/log4j/core/net/jms/JmsQueueTest.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/test/java/org/apache/logging/log4j/core/net/jms/JmsTopicTest.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-core/src/test/java/org/apache/logging/log4j/core/net/server/AbstractSocketServerTest.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/log4j-web/src/main/java/org/apache/logging/log4j/web/Log4jWebInitializerImpl.java
Sending C:/vcs/svn/apache/log4j2/trunk-alt/src/changes/changes.xml
Transmitting file data ...
Committed revision 1620401.
{noformat}
Post by Gary Gregory (JIRA)
All life cycle implementations should be serializable
-----------------------------------------------------
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
Fix For: 2.1
{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)
Matt Sicker (JIRA)
2014-09-06 04:04:28 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14124299#comment-14124299 ]

Matt Sicker commented on LOG4J2-800:
------------------------------------

Don't forget we need to finish this for 2.1 else we get a bunch of serialization problems!
Post by Gary Gregory (JIRA)
All life cycle implementations should be serializable
-----------------------------------------------------
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
Fix For: 2.1
{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Gary Gregory (JIRA)
2014-09-09 16:15:28 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated LOG4J2-800:
--------------------------------
Fix Version/s: (was: 2.1)
Post by Gary Gregory (JIRA)
All life cycle implementations should be serializable
-----------------------------------------------------
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Gary Gregory (JIRA)
2014-09-09 16:16:28 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory reopened LOG4J2-800:
---------------------------------

I do not consider this done since there is no testing for all of these classes, just some.
Post by Gary Gregory (JIRA)
All life cycle implementations should be serializable
-----------------------------------------------------
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
Gary Gregory (JIRA)
2014-09-09 16:16:29 UTC
Permalink
[ https://issues.apache.org/jira/browse/LOG4J2-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Gregory updated LOG4J2-800:
--------------------------------
Comment: was deleted

(was: I do not consider this done since there is no testing for all of these classes, just some.)
Post by Gary Gregory (JIRA)
All life cycle implementations should be serializable
-----------------------------------------------------
Key: LOG4J2-800
URL: https://issues.apache.org/jira/browse/LOG4J2-800
Project: Log4j 2
Issue Type: Bug
Components: Core
Affects Versions: 2.0.2
Environment: Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T16:58:10-04:00)
Maven home: C:\Java\apache-maven-3.2.3
Java version: 1.7.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
Reporter: Gary Gregory
Assignee: Gary Gregory
{code:java}
public class AbstractLifeCycle implements LifeCycle, Serializable
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Loading...