Your message dated Sat, 03 Nov 2018 15:19:21 +0000
with message-id <e1gixhp-0009m6...@fasolo.debian.org>
and subject line Bug#912541: fixed in libjackson-json-java 1.9.2-10
has caused the Debian Bug report #912541,
regarding libjackson-json-java: FTBFS with Java 11 due to javax.activation and 
JAXB removal
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
912541: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912541
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libjackson-json-java
Version: 1.9.2-9
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libjackson-json-java.html

...
compile.xc:
    [javac] Using javac -source 1.5 is no longer supported, switching to 6
    [javac] Using javac -target 1.5 is no longer supported, switching to 6
    [javac] Compiling 7 source files to 
/build/1st/libjackson-json-java-1.9.2/build/classes/xc
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 6
    [javac] warning: [options] source value 6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] target value 1.6 is obsolete and will be removed 
in a future release
    [javac] warning: [options] To suppress warnings about obsolete options, use 
-Xlint:-options.
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:8:
 error: package javax.activation does not exist
    [javac] import javax.activation.DataHandler;
    [javac]                        ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:9:
 error: package javax.activation does not exist
    [javac] import javax.activation.DataSource;
    [javac]                        ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:20:
 error: cannot find symbol
    [javac]     extends StdScalarDeserializer<DataHandler>
    [javac]                                   ^
    [javac]   symbol: class DataHandler
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:25:
 error: cannot find symbol
    [javac]     public DataHandler deserialize(JsonParser jp, 
DeserializationContext ctxt)
    [javac]            ^
    [javac]   symbol:   class DataHandler
    [javac]   location: class DataHandlerJsonDeserializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonSerializer.java:8:
 error: package javax.activation does not exist
    [javac] import javax.activation.DataHandler;
    [javac]                        ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonSerializer.java:20:
 error: cannot find symbol
    [javac] public class DataHandlerJsonSerializer extends 
SerializerBase<DataHandler>
    [javac]                                                               ^
    [javac]   symbol: class DataHandler
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonSerializer.java:25:
 error: cannot find symbol
    [javac]     public void serialize(DataHandler value, JsonGenerator jgen, 
SerializerProvider provider)
    [javac]                           ^
    [javac]   symbol:   class DataHandler
    [javac]   location: class DataHandlerJsonSerializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:8:
 error: package javax.xml.bind does not exist
    [javac] import javax.xml.bind.JAXBElement;
    [javac]                      ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:10:
 error: package javax.xml.bind.annotation.adapters does not exist
    [javac] import javax.xml.bind.annotation.adapters.XmlAdapter;
    [javac]                                          ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:11:
 error: package javax.xml.bind.annotation.adapters does not exist
    [javac] import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
    [javac]                                          ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:12:
 error: package javax.xml.bind.annotation.adapters does not exist
    [javac] import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapters;
    [javac]                                          ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:263:
 error: cannot find symbol
    [javac]     protected XmlAccessType findAccessType(Annotated ac)
    [javac]               ^
    [javac]   symbol:   class XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:974:
 error: cannot find symbol
    [javac]     private XmlRootElement findRootElementAnnotation(AnnotatedClass 
ac)
    [javac]             ^
    [javac]   symbol:   class XmlRootElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:988:
 error: cannot find symbol
    [javac]     private XmlAdapter<Object,Object> findAdapter(Annotated am, 
boolean forSerialization)
    [javac]             ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:1037:
 error: cannot find symbol
    [javac]     private final XmlAdapter<Object,Object> 
checkAdapter(XmlJavaTypeAdapter adapterInfo, Class<?> typeNeeded)
    [javac]                                                          ^
    [javac]   symbol:   class XmlJavaTypeAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:1037:
 error: cannot find symbol
    [javac]     private final XmlAdapter<Object,Object> 
checkAdapter(XmlJavaTypeAdapter adapterInfo, Class<?> typeNeeded)
    [javac]                   ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:1051:
 error: cannot find symbol
    [javac]     private XmlAdapter<Object,Object> 
findAdapterForClass(AnnotatedClass ac, boolean forSerialization)
    [javac]             ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:9:
 error: package javax.xml.bind.annotation does not exist
    [javac] import javax.xml.bind.annotation.*;
    [javac] ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/XmlAdapterJsonDeserializer.java:4:
 error: package javax.xml.bind.annotation.adapters does not exist
    [javac] import javax.xml.bind.annotation.adapters.XmlAdapter;
    [javac]                                          ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/XmlAdapterJsonDeserializer.java:22:
 error: cannot find symbol
    [javac]     protected final XmlAdapter<Object,Object> _xmlAdapter;
    [javac]                     ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class XmlAdapterJsonDeserializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/XmlAdapterJsonDeserializer.java:27:
 error: cannot find symbol
    [javac]     public XmlAdapterJsonDeserializer(XmlAdapter<Object,Object> 
xmlAdapter)
    [javac]                                       ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class XmlAdapterJsonDeserializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/XmlAdapterJsonSerializer.java:7:
 error: package javax.xml.bind.annotation.adapters does not exist
    [javac] import javax.xml.bind.annotation.adapters.XmlAdapter;
    [javac]                                          ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/XmlAdapterJsonSerializer.java:24:
 error: cannot find symbol
    [javac]     private final XmlAdapter<Object,Object> xmlAdapter;
    [javac]                   ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class XmlAdapterJsonSerializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/XmlAdapterJsonSerializer.java:26:
 error: cannot find symbol
    [javac]     public XmlAdapterJsonSerializer(XmlAdapter<Object,Object> 
xmlAdapter)
    [javac]                                     ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class XmlAdapterJsonSerializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:22:
 error: cannot find symbol
    [javac]     public DataHandlerJsonDeserializer() { 
super(DataHandler.class); }
    [javac]                                                  ^
    [javac]   symbol:   class DataHandler
    [javac]   location: class DataHandlerJsonDeserializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:29:
 error: cannot find symbol
    [javac]         return new DataHandler(new DataSource()
    [javac]                    ^
    [javac]   symbol:   class DataHandler
    [javac]   location: class DataHandlerJsonDeserializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:29:
 error: cannot find symbol
    [javac]         return new DataHandler(new DataSource()
    [javac]                                    ^
    [javac]   symbol:   class DataSource
    [javac]   location: class DataHandlerJsonDeserializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:31:
 error: method does not override or implement a method from a supertype
    [javac]             @Override
    [javac]             ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:37:
 error: method does not override or implement a method from a supertype
    [javac]             @Override
    [javac]             ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:43:
 error: method does not override or implement a method from a supertype
    [javac]             @Override
    [javac]             ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonDeserializer.java:49:
 error: method does not override or implement a method from a supertype
    [javac]             @Override
    [javac]             ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/DataHandlerJsonSerializer.java:22:
 error: cannot find symbol
    [javac]     public DataHandlerJsonSerializer() { super(DataHandler.class); }
    [javac]                                                ^
    [javac]   symbol:   class DataHandler
    [javac]   location: class DataHandlerJsonSerializer
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:80:
 error: cannot find symbol
    [javac]         _jaxbPackageName = XmlElement.class.getPackage().getName();
    [javac]                            ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:163:
 error: cannot find symbol
    [javac]         XmlRootElement elem = findRootElementAnnotation(ac);
    [javac]         ^
    [javac]   symbol:   class XmlRootElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:203:
 error: cannot find symbol
    [javac]         return m.getAnnotation(XmlTransient.class) != null;
    [javac]                                ^
    [javac]   symbol:   class XmlTransient
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:216:
 error: cannot find symbol
    [javac]         XmlAccessType at = findAccessType(ac);
    [javac]         ^
    [javac]   symbol:   class XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:228:
 error: strings in switch are not supported in -source 6
    [javac]         switch (at) {
    [javac]                ^
    [javac]   (use -source 7 or higher to enable strings in switch)
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:229:
 error: cannot find symbol
    [javac]         case FIELD: // all fields, independent of visibility; no 
methods
    [javac]              ^
    [javac]   symbol:   variable FIELD
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:235:
 error: cannot find symbol
    [javac]         case NONE: // no auto-detection
    [javac]              ^
    [javac]   symbol:   variable NONE
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:241:
 error: cannot find symbol
    [javac]         case PROPERTY:
    [javac]              ^
    [javac]   symbol:   variable PROPERTY
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:247:
 error: cannot find symbol
    [javac]         case PUBLIC_MEMBER:       
    [javac]              ^
    [javac]   symbol:   variable PUBLIC_MEMBER
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:265:
 error: cannot find symbol
    [javac]         XmlAccessorType at = findAnnotation(XmlAccessorType.class, 
ac, true, true, true);
    [javac]         ^
    [javac]   symbol:   class XmlAccessorType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:265:
 error: cannot find symbol
    [javac]         XmlAccessorType at = findAnnotation(XmlAccessorType.class, 
ac, true, true, true);
    [javac]                                             ^
    [javac]   symbol:   class XmlAccessorType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:314:
 error: cannot find symbol
    [javac]         XmlElements elems = findAnnotation(XmlElements.class, am, 
false, false, false);
    [javac]         ^
    [javac]   symbol:   class XmlElements
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:314:
 error: cannot find symbol
    [javac]         XmlElements elems = findAnnotation(XmlElements.class, am, 
false, false, false);
    [javac]                                            ^
    [javac]   symbol:   class XmlElements
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:315:
 error: cannot find symbol
    [javac]         XmlElementRefs elemRefs = 
findAnnotation(XmlElementRefs.class, am, false, false, false);
    [javac]         ^
    [javac]   symbol:   class XmlElementRefs
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:315:
 error: cannot find symbol
    [javac]         XmlElementRefs elemRefs = 
findAnnotation(XmlElementRefs.class, am, false, false, false);
    [javac]                                                  ^
    [javac]   symbol:   class XmlElementRefs
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:332:
 error: cannot find symbol
    [javac]         XmlElements elems = findAnnotation(XmlElements.class, a, 
false, false, false);
    [javac]         ^
    [javac]   symbol:   class XmlElements
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:332:
 error: cannot find symbol
    [javac]         XmlElements elems = findAnnotation(XmlElements.class, a, 
false, false, false);
    [javac]                                            ^
    [javac]   symbol:   class XmlElements
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:335:
 error: cannot find symbol
    [javac]             for (XmlElement elem : elems.value()) {
    [javac]                  ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:343:
 error: cannot find symbol
    [javac]             XmlElementRefs elemRefs = 
findAnnotation(XmlElementRefs.class, a, false, false, false);
    [javac]             ^
    [javac]   symbol:   class XmlElementRefs
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:343:
 error: cannot find symbol
    [javac]             XmlElementRefs elemRefs = 
findAnnotation(XmlElementRefs.class, a, false, false, false);
    [javac]                                                      ^
    [javac]   symbol:   class XmlElementRefs
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:346:
 error: cannot find symbol
    [javac]                 for (XmlElementRef elemRef : elemRefs.value()) {
    [javac]                      ^
    [javac]   symbol:   class XmlElementRef
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:349:
 error: cannot find symbol
    [javac]                     if 
(!JAXBElement.class.isAssignableFrom(refType)) {
    [javac]                          ^
    [javac]   symbol:   class JAXBElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:353:
 error: cannot find symbol
    [javac]                             XmlRootElement rootElement = 
(XmlRootElement) refType.getAnnotation(XmlRootElement.class);
    [javac]                             ^
    [javac]   symbol:   class XmlRootElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:353:
 error: cannot find symbol
    [javac]                             XmlRootElement rootElement = 
(XmlRootElement) refType.getAnnotation(XmlRootElement.class);
    [javac]                                                           ^
    [javac]   symbol:   class XmlRootElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:353:
 error: cannot find symbol
    [javac]                             XmlRootElement rootElement = 
(XmlRootElement) refType.getAnnotation(XmlRootElement.class);
    [javac]                                                                     
                            ^
    [javac]   symbol:   class XmlRootElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:372:
 error: cannot find symbol
    [javac]         XmlType type = findAnnotation(XmlType.class, ac, false, 
false, false);
    [javac]         ^
    [javac]   symbol:   class XmlType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:372:
 error: cannot find symbol
    [javac]         XmlType type = findAnnotation(XmlType.class, ac, false, 
false, false);
    [javac]                                       ^
    [javac]   symbol:   class XmlType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:389:
 error: cannot find symbol
    [javac]         return m.getAnnotation(XmlTransient.class) != null;
    [javac]                                ^
    [javac]   symbol:   class XmlTransient
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:411:
 error: cannot find symbol
    [javac]         return f.getAnnotation(XmlTransient.class) != null;
    [javac]                                ^
    [javac]   symbol:   class XmlTransient
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:423:
 error: cannot find symbol
    [javac]         XmlAdapter<Object,Object> adapter = findAdapter(am, true);
    [javac]         ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:458:
 error: cannot find symbol
    [javac]         XmlElement annotation = findAnnotation(XmlElement.class, a, 
false, false, false);
    [javac]         ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:458:
 error: cannot find symbol
    [javac]         XmlElement annotation = findAnnotation(XmlElement.class, a, 
false, false, false);
    [javac]                                                ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:459:
 error: package XmlElement does not exist
    [javac]         if (annotation == null || annotation.type() == 
XmlElement.DEFAULT.class) {
    [javac]                                                                  ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:479:
 error: cannot find symbol
    [javac]         if (a.getAnnotation(XmlJavaTypeAdapter.class) != null) {
    [javac]                             ^
    [javac]   symbol:   class XmlJavaTypeAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:493:
 error: cannot find symbol
    [javac]         XmlElementWrapper w = 
a.getAnnotation(XmlElementWrapper.class);
    [javac]         ^
    [javac]   symbol:   class XmlElementWrapper
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:493:
 error: cannot find symbol
    [javac]         XmlElementWrapper w = 
a.getAnnotation(XmlElementWrapper.class);
    [javac]                                               ^
    [javac]   symbol:   class XmlElementWrapper
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:497:
 error: cannot find symbol
    [javac]         XmlElement e = a.getAnnotation(XmlElement.class);
    [javac]         ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:497:
 error: cannot find symbol
    [javac]         XmlElement e = a.getAnnotation(XmlElement.class);
    [javac]                                        ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:530:
 error: cannot find symbol
    [javac]         XmlType type = findAnnotation(XmlType.class, ac, true, 
true, true);
    [javac]         ^
    [javac]   symbol:   class XmlType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:530:
 error: cannot find symbol
    [javac]         XmlType type = findAnnotation(XmlType.class, ac, true, 
true, true);
    [javac]                                       ^
    [javac]   symbol:   class XmlType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:544:
 error: cannot find symbol
    [javac]         XmlAccessorOrder order = 
findAnnotation(XmlAccessorOrder.class, ac, true, true, true);
    [javac]         ^
    [javac]   symbol:   class XmlAccessorOrder
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:544:
 error: cannot find symbol
    [javac]         XmlAccessorOrder order = 
findAnnotation(XmlAccessorOrder.class, ac, true, true, true);
    [javac]                                                 ^
    [javac]   symbol:   class XmlAccessorOrder
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:545:
 error: cannot find symbol
    [javac]         return (order == null) ? null : (order.value() == 
XmlAccessOrder.ALPHABETICAL);
    [javac]                                                           ^
    [javac]   symbol:   variable XmlAccessOrder
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:586:
 error: cannot find symbol
    [javac]             XmlEnumValue xmlEnumValue = 
enumClass.getDeclaredField(enumValue).getAnnotation(XmlEnumValue.class);
    [javac]             ^
    [javac]   symbol:   class XmlEnumValue
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:586:
 error: cannot find symbol
    [javac]             XmlEnumValue xmlEnumValue = 
enumClass.getDeclaredField(enumValue).getAnnotation(XmlEnumValue.class);
    [javac]                                                                     
                        ^
    [javac]   symbol:   class XmlEnumValue
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:622:
 error: cannot find symbol
    [javac]         XmlAdapter<Object,Object> adapter = findAdapter(am, false);
    [javac]         ^
    [javac]   symbol:   class XmlAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:695:
 error: cannot find symbol
    [javac]         if (a.hasAnnotation(XmlJavaTypeAdapter.class)) {
    [javac]                             ^
    [javac]   symbol:   class XmlJavaTypeAdapter
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:702:
 error: cannot find symbol
    [javac]         XmlElement annotation = findAnnotation(XmlElement.class, a, 
false, false, false);
    [javac]         ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:702:
 error: cannot find symbol
    [javac]         XmlElement annotation = findAnnotation(XmlElement.class, a, 
false, false, false);
    [javac]                                                ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:705:
 error: package XmlElement does not exist
    [javac]             if (type != XmlElement.DEFAULT.class) {
    [javac]                                   ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:714:
 error: cannot find symbol
    [javac]             annotation = this.findFieldAnnotation(XmlElement.class, 
am.getDeclaringClass(), propName);
    [javac]                                                   ^
    [javac]   symbol:   class XmlElement
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:715:
 error: package XmlElement does not exist
    [javac]             if (annotation != null && annotation.type() != 
XmlElement.DEFAULT.class) {
    [javac]                                                                     
 ^
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:796:
 error: cannot find symbol
    [javac]         XmlAccessType accessType = XmlAccessType.PUBLIC_MEMBER;
    [javac]         ^
    [javac]   symbol:   class XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:796:
 error: cannot find symbol
    [javac]         XmlAccessType accessType = XmlAccessType.PUBLIC_MEMBER;
    [javac]                                    ^
    [javac]   symbol:   variable XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:797:
 error: cannot find symbol
    [javac]         XmlAccessorType at = findAnnotation(XmlAccessorType.class, 
f, true, true, true);
    [javac]         ^
    [javac]   symbol:   class XmlAccessorType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:797:
 error: cannot find symbol
    [javac]         XmlAccessorType at = findAnnotation(XmlAccessorType.class, 
f, true, true, true);
    [javac]                                             ^
    [javac]   symbol:   class XmlAccessorType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:801:
 error: cannot find symbol
    [javac]         if (accessType == XmlAccessType.FIELD) {
    [javac]                           ^
    [javac]   symbol:   variable XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:804:
 error: cannot find symbol
    [javac]         if (accessType == XmlAccessType.PUBLIC_MEMBER) {
    [javac]                           ^
    [javac]   symbol:   variable XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:818:
 error: cannot find symbol
    [javac]         XmlAccessType accessType = XmlAccessType.PUBLIC_MEMBER;
    [javac]         ^
    [javac]   symbol:   class XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:818:
 error: cannot find symbol
    [javac]         XmlAccessType accessType = XmlAccessType.PUBLIC_MEMBER;
    [javac]                                    ^
    [javac]   symbol:   variable XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:819:
 error: cannot find symbol
    [javac]         XmlAccessorType at = findAnnotation(XmlAccessorType.class, 
m, true, true, true);
    [javac]         ^
    [javac]   symbol:   class XmlAccessorType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:819:
 error: cannot find symbol
    [javac]         XmlAccessorType at = findAnnotation(XmlAccessorType.class, 
m, true, true, true);
    [javac]                                             ^
    [javac]   symbol:   class XmlAccessorType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:823:
 error: cannot find symbol
    [javac]         if (accessType == XmlAccessType.PROPERTY || accessType == 
XmlAccessType.PUBLIC_MEMBER) {
    [javac]                           ^
    [javac]   symbol:   variable XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:823:
 error: cannot find symbol
    [javac]         if (accessType == XmlAccessType.PROPERTY || accessType == 
XmlAccessType.PUBLIC_MEMBER) {
    [javac]                                                                   ^
    [javac]   symbol:   variable XmlAccessType
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:923:
 error: cannot find symbol
    [javac]         XmlElementWrapper elementWrapper = 
ae.getAnnotation(XmlElementWrapper.class);
    [javac]         ^
    [javac]   symbol:   class XmlElementWrapper
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:923:
 error: cannot find symbol
    [javac]         XmlElementWrapper elementWrapper = 
ae.getAnnotation(XmlElementWrapper.class);
    [javac]                                                             ^
    [javac]   symbol:   class XmlElementWrapper
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:932:
 error: cannot find symbol
    [javac]         XmlAttribute attribute = 
ae.getAnnotation(XmlAttribute.class);
    [javac]         ^
    [javac]   symbol:   class XmlAttribute
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java:932:
 error: cannot find symbol
    [javac]         XmlAttribute attribute = 
ae.getAnnotation(XmlAttribute.class);
    [javac]                                                   ^
    [javac]   symbol:   class XmlAttribute
    [javac]   location: class JaxbAnnotationIntrospector
    [javac] Note: 
/build/1st/libjackson-json-java-1.9.2/src/xc/java/org/codehaus/jackson/xc/JaxbAnnotationIntrospector.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 100 errors
    [javac] 4 warnings

BUILD FAILED
/build/1st/libjackson-json-java-1.9.2/build.xml:197: Compile failed; see the 
compiler error output for details.

Total time: 8 seconds
make[1]: *** [debian/rules:11: override_dh_auto_build] Error 1

--- End Message ---
--- Begin Message ---
Source: libjackson-json-java
Source-Version: 1.9.2-10

We believe that the bug you reported is fixed in the latest version of
libjackson-json-java, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 912...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated libjackson-json-java 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 03 Nov 2018 14:11:19 +0100
Source: libjackson-json-java
Binary: libjackson-json-java libjackson-json-java-doc
Architecture: source
Version: 1.9.2-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
 libjackson-json-java - streaming fast powerful standard conformant json 
processor in jav
 libjackson-json-java-doc - standard conformant json processor in java - API 
documentation
Closes: 907296 912541
Changes:
 libjackson-json-java (1.9.2-10) unstable; urgency=medium
 .
   * Team upload.
   * Declare compliance with Debian Policy 4.2.1.
   * Update Homepage URI. (Closes: #907296)
   * Fix FTBFS with OpenJDK 11 by build-depending on libactivation-java and
     libjaxb-java. (Closes: #912541)
Checksums-Sha1:
 c68743b71d1d4b661c7893c10bdc97d0a09b224d 2584 libjackson-json-java_1.9.2-10.dsc
 39444f91d977c3887e57106d4bc5ce172221c33c 5316 
libjackson-json-java_1.9.2-10.debian.tar.xz
 51f9d374e4f315e35684360117889df6fe3de7a9 16112 
libjackson-json-java_1.9.2-10_amd64.buildinfo
Checksums-Sha256:
 9babe6faa39a7c6b4c86b423b154ff38aa2561b3c292eec5df92f6fbc9f3c5db 2584 
libjackson-json-java_1.9.2-10.dsc
 ac1ac1b22c31d36e50b121d3203f55c4702a347a588009335e3150b1dcb99f5a 5316 
libjackson-json-java_1.9.2-10.debian.tar.xz
 446b212b0824f1dd8039ed5f9433673adcd770c45422bff7e45bb3ee00d0a982 16112 
libjackson-json-java_1.9.2-10_amd64.buildinfo
Files:
 2c84c19fa2dd5d31045e51b194455894 2584 java optional 
libjackson-json-java_1.9.2-10.dsc
 24fdf1c7dc0fbaf880fc6931a87bc664 5316 java optional 
libjackson-json-java_1.9.2-10.debian.tar.xz
 c4c7296757beb9def4ddd85ad8363af1 16112 java optional 
libjackson-json-java_1.9.2-10_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQKiBAEBCgCNFiEErPPQiO8y7e9qGoNf2a0UuVE7UeQFAlvds71fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEFD
RjNEMDg4RUYzMkVERUY2QTFBODM1RkQ5QUQxNEI5NTEzQjUxRTQPHGFwb0BkZWJp
YW4ub3JnAAoJENmtFLlRO1HkpcAP8wVV5inZLDfe9qlw2W7wjLLT2tt9bSfUVExD
WNpa7eoKWfRyK8l2c4X1t3x8t3ame8j+b51DgIeYJwVl68fdix8AhDjdBVgJTiJR
NZ4d9AWr3DEljUUDqRyI+65L/qDyU7yhbD0tvG56pdkccYvDsQmk5/Qbl53DN1P5
B0dT23hSY33AEIuvFC2kEEOiB88VkwFd56FLKHddS/z+u34pMFCSyx0tMbl15W1E
ckGRq8TDhyzy84uvlXOyjB+EDUXVy0IM5x4JHw/abhFukFIFwdhhvaJdy07t6N3l
JKyvQVh8iTXDrJEHVtd7M9KrAxE1CLgxgkQj36qDUar+Zq+wZ1Ddri71R2vCAAzc
yFxW35zVse7avaZn84w/KrBuZIcCXQICX5Phjfy16/vwTEgBaAtrxG/22HZXsI4W
nnnPZWIJHvMJS1qrkZYFIM+OjyMiZ7S68IwHvg9O5Cniv3ig75dhIv9aR4vUX8z4
zWk94Cg05x49GgAfZWu83ZaEAjAivfoqCZKL97AL90HCSjkk9Fa4tkZ4ZJzxwEVp
OzLeMkTfX2qGua1F3RDFYGAuMt+yduB0OOGnmYjKF8FJd2BztwI2tSdgCY6i+lrM
+KNQstl5cCa7xaqi6J+xQMshxnaipvijNAIhOoJJeLX2Bw2v0EWDWTQXrINmuZ3d
vYLyR44=
=Px+f
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to