Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1194

Java 1.8 compilation issue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.1.0, 2.0.3
    • None

    Description

      Correction, not a guava issue but Java 1.8, seems to be the only one

      Oracle JDK 1.8.0_102

      src/main/java/org/jclouds/rest/internal/TransformerForRequest.java:88: error: method create in interface Factory cannot be applied to given types;
      transformer = parserFactory.create(injector.getInstance(handler));
      ^
      required: HandlerWithResult<T#1>
      found: CAP#1
      reason: inference variable T#2 has incompatible bounds
      equality constraints: CAP#2
      upper bounds: HandlerWithResult<CAP#3>,Object
      where T#1,T#2 are type-variables:
      T#1 extends Object declared in method <T#1>create(HandlerWithResult<T#1>)
      T#2 extends Object declared in method <T#2>getInstance(Class<T#2>)
      where CAP#1,CAP#2,CAP#3 are fresh type-variables:
      CAP#1 extends HandlerWithResult<?> from capture of ? extends HandlerWithResult<?>
      CAP#2 extends HandlerWithResult<?> from capture of ? extends HandlerWithResult<?>
      CAP#3 extends Object from capture of ?

      Attachments

        1. jclouds-core-0-guice_java_1.8.patch
          0.9 kB
          William L Thomson Jr

        Issue Links

          Activity

            People

              nacx Ignasi Barrera
              wlt-ml@o-sinc.com William L Thomson Jr
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: