Skip to content

Commit 6a0cdc5

Browse files
committed
Merge branch '2.9' into 2.10
2 parents 65d8190 + 3d97153 commit 6a0cdc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/jsontype/impl/SubTypeValidator.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,11 @@ public class SubTypeValidator
137137
// [databind#2631]: shaded hikari-config
138138
s.add("org.apache.hadoop.shaded.com.zaxxer.hikari.HikariConfig");
139139

140-
// [databind#2634]: ibatis-sqlmap, anteros-core
140+
// [databind#2634]: ibatis-sqlmap, anteros-core/-dbcp
141141
s.add("com.ibatis.sqlmap.engine.transaction.jta.JtaTransactionConfig");
142142
s.add("br.com.anteros.dbcp.AnterosDBCPConfig");
143+
// [databind#2814]: anteros-dbcp
144+
s.add("br.com.anteros.dbcp.AnterosDBCPDataSource");
143145

144146
// [databind#2642]: javax.swing (jdk)
145147
s.add("javax.swing.JEditorPane");

0 commit comments

Comments
 (0)