File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 */
1919
2020/*
21- * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
21+ * Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved.
2222 */
2323package org .opengrok .indexer .configuration ;
2424
3737import java .util .HashMap ;
3838import java .util .HashSet ;
3939import java .util .Set ;
40+ import java .util .TreeMap ;
4041import java .util .TreeSet ;
4142import java .util .stream .Collectors ;
4243
@@ -70,6 +71,7 @@ public class ConfigurationClassLoader extends ClassLoader {
7071 StatsdFlavor .class ,
7172 String .class ,
7273 SuggesterConfig .class ,
74+ TreeMap .class ,
7375 TreeSet .class ,
7476 XMLDecoder .class
7577 ).stream ().map (Class ::getName ).collect (Collectors .toSet ());
You can’t perform that action at this time.
0 commit comments