Project

General

Profile

« Previous | Next » 

Revision a27635bd

Added by Andreas Müller almost 2 years ago

ref #10072 adapt vaadin to log4j2 and cleanup

View differences:

src/main/java/eu/etaxonomy/vaadin/ui/navigation/NavigationManagerBean.java
13 13
import java.util.Stack;
14 14

  
15 15
import org.apache.commons.lang3.StringUtils;
16
import org.apache.log4j.Logger;
16
import org.apache.logging.log4j.LogManager;
17
import org.apache.logging.log4j.Logger;
17 18
import org.springframework.beans.factory.DisposableBean;
18 19
import org.springframework.beans.factory.annotation.Autowired;
19 20
import org.springframework.context.ApplicationContext;
......
45 46

  
46 47
	private static final long serialVersionUID = 6599898650948333853L;
47 48

  
48
	private final static Logger logger = Logger.getLogger(NavigationManagerBean.class);
49
    private final static Logger logger = LogManager.getLogger();
49 50

  
50 51
	// injecting the viewDisplay as spring bean causes problems with older cdm vaadin code
51 52
	// SingleComponentContainerViewDisplay for example can't be used

Also available in: Unified diff