This is an automated email from the ASF dual-hosted git repository.
shadow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new c983152 rename file to match the using code
c983152 is described below
commit c9831529d2628d4bf95f9cf8a3aa1886f11c14fb
Author: Andrei Ivanov <[email protected]>
AuthorDate: Wed May 8 12:38:59 2019 +0300
rename file to match the using code
---
.../test/resources/InterfacesGeneratorContext.xml | 64 ----------------------
1 file changed, 64 deletions(-)
diff --git
a/log4j-audit/log4j-audit-api/src/test/resources/InterfacesGeneratorContext.xml
b/log4j-audit/log4j-audit-api/src/test/resources/InterfacesGeneratorContext.xml
deleted file mode 100644
index 46afaa6..0000000
---
a/log4j-audit/log4j-audit-api/src/test/resources/InterfacesGeneratorContext.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- ~ 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.
- -->
-<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:tx="http://www.springframework.org/schema/tx"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns="http://www.springframework.org/schema/beans"
- xmlns:mvc="http://www.springframework.org/schema/mvc"
- xsi:schemaLocation="http://www.springframework.org/schema/beans
- http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
- http://www.springframework.org/schema/mvc
- http://www.springframework.org/schema/mvc/spring-mvc.xsd
- http://www.springframework.org/schema/tx
- http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
- http://www.springframework.org/schema/context
-
http://www.springframework.org/schema/context/spring-context-2.5.xsd
- http://www.springframework.org/schema/util
-
http://www.springframework.org/schema/util/spring-util-2.5.xsd">
-
- <context:property-placeholder
location="classpath:interfacesGenerator.properties" />
- <context:component-scan
base-package="org.apache.logging.log4j.catalog.api.dao" />
- <context:component-scan base-package="org.apache.logging.log4j.audit" />
-
- <mvc:annotation-driven> <!-- this is added for validations to work -->
- <mvc:message-converters register-defaults="true">
- <ref bean="jsonMessageConverter"/>
- </mvc:message-converters>
- </mvc:annotation-driven>
-
- <bean id="objectMapper"
class="org.apache.logging.log4j.audit.util.JsonObjectMapperFactory"
- factory-method="createMapper" />
-
- <!-- Configure bean to convert JSON to POJO and vice versa -->
- <bean id="jsonMessageConverter"
class="org.springframework.http.converter.json.MappingJackson2HttpMessageConverter">
- <constructor-arg ref="objectMapper" />
- </bean>
-
-
-
- <bean id="org.apache.logging.log4j.catalog.api.CatalogReader"
class="org.apache.logging.log4j.catalog.api.dao.JsonCatalogReader"
init-method="init">
- <property name="catalogReader">
- <bean
class="org.apache.logging.log4j.audit.catalog.StringCatalogReader"/>
- </property>
- </bean>
- <!-- <bean id="org.apache.logging.log4j.audit.generator.InterfacesGenerator"
class="org.apache.logging.log4j.audit.generator.InterfacesGenerator">
- <property name="catalogDao"
ref="org.apache.logging.log4j.catalog.api.dao.CatalogDao"/>
- </bean>-->
-
-</beans>
\ No newline at end of file