This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 27cbd01  [LOG4J2-3014] Log4j1ConfigurationConverter on Windows 
produces "
" at end of every line.
27cbd01 is described below

commit 27cbd015a5b1385938ddc2d31c7489dee4858994
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Feb 3 00:41:13 2021 -0500

    [LOG4J2-3014] Log4j1ConfigurationConverter on Windows produces "&#xd;"
    at end of every line.
    
    Drop unused.
---
 .../log4j/util/FilteredObjectInputStreamTest.java  | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git 
a/log4j-api/src/test/java/org/apache/logging/log4j/util/FilteredObjectInputStreamTest.java
 
b/log4j-api/src/test/java/org/apache/logging/log4j/util/FilteredObjectInputStreamTest.java
deleted file mode 100644
index 527d7ae..0000000
--- 
a/log4j-api/src/test/java/org/apache/logging/log4j/util/FilteredObjectInputStreamTest.java
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache license, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the license for the specific language governing permissions and
- * limitations under the license.
- */
-
-package org.apache.logging.log4j.util;
-
-public class FilteredObjectInputStreamTest {
-
-    public void testDisallowed() {
-        
-    }
-}

Reply via email to