You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/06 18:17:38 UTC

[GitHub] [camel-quarkus] ppalaga commented on a change in pull request #857: Fix #787 JSon XStream dataformat support

ppalaga commented on a change in pull request #857: Fix #787 JSon XStream dataformat support
URL: https://github.com/apache/camel-quarkus/pull/857#discussion_r389064000
 
 

 ##########
 File path: extensions/support/xstream/deployment/src/main/java/org/apache/camel/quarkus/support/xstream/deployment/XStreamSupportProcessor.java
 ##########
 @@ -116,57 +89,71 @@ void process(CombinedIndexBuildItem indexBuildItem,
                 "com.thoughtworks.xstream.converters.time.ThaiBuddhistDateConverter",
                 "com.thoughtworks.xstream.converters.time.YearConverter",
                 "com.thoughtworks.xstream.converters.time.YearMonthConverter",
-                "com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter",
                 "com.thoughtworks.xstream.converters.time.ZoneIdConverter",
-                "java.lang.Void",
-                "java.lang.Object",
+                "com.thoughtworks.xstream.converters.time.ZonedDateTimeConverter",
+                "com.thoughtworks.xstream.core.ClassLoaderReference",
+                "com.thoughtworks.xstream.core.JVM",
+                "com.thoughtworks.xstream.core.JVM$Test",
+                "com.thoughtworks.xstream.core.util.Base64JavaUtilCodec",
+                "com.thoughtworks.xstream.core.util.CustomObjectOutputStream",
+                "com.thoughtworks.xstream.mapper.AnnotationConfiguration",
+                "com.thoughtworks.xstream.mapper.Mapper",
+                "com.thoughtworks.xstream.mapper.Mapper$Null",
+                "com.thoughtworks.xstream.security.AnyTypePermission",
+                "com.thoughtworks.xstream.security.ArrayTypePermission",
+                "com.thoughtworks.xstream.security.ExplicitTypePermission",
+                "com.thoughtworks.xstream.security.ForbiddenClassException",
+                "com.thoughtworks.xstream.security.InterfaceTypePermission",
+                "com.thoughtworks.xstream.security.NoPermission",
+                "com.thoughtworks.xstream.security.NoTypePermission",
+                "com.thoughtworks.xstream.security.NullPermission",
+                "com.thoughtworks.xstream.security.PrimitiveTypePermission",
+                "com.thoughtworks.xstream.security.ProxyTypePermission",
+                "com.thoughtworks.xstream.security.RegExpTypePermission",
+                "com.thoughtworks.xstream.security.TypeHierarchyPermission",
+                "com.thoughtworks.xstream.security.TypePermission",
+                "com.thoughtworks.xstream.security.WildcardTypePermission",
                 "java.awt.Color",
-                "javax.swing.LookAndFeel",
-                "java.sql.Date",
+                "java.awt.Font",
+                "java.awt.font.TextAttribute",
+                "java.io.File",
+                "java.lang.Boolean",
+                "java.lang.Byte",
+                "java.lang.Character",
+                "java.lang.Double",
+                "java.lang.Float",
+                "java.lang.Integer",
+                "java.lang.Long",
                 "java.lang.Number",
-                "java.math.BigInteger",
-                "java.math.BigDecimal",
-                "java.lang.StringBuffer",
+                "java.lang.Object",
+                "java.lang.Object",
 
 Review comment:
   Haha, I knew why I was sorting them!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services