Skip to content
  1. Jan 27, 2018
  2. Jan 14, 2018
    • Sylwester Lachiewicz's avatar
      [MRESOLVER-34] Update to latest dependences · 6f3158e6
      Sylwester Lachiewicz authored
      org.apache.httpcomponents:httpclient .................. 4.5.3 -> 4.5.4
      org.apache.httpcomponents:httpcore .................... 4.4.6 -> 4.4.8
      org.codehaus.plexus:plexus-utils ..................... 3.0.24 -> 3.1.0
      org.eclipse.sisu:org.eclipse.sisu.plexus .............. 0.1.1 -> 0.3.3
      org.sonatype.sisu:sisu-guice .......................... 3.1.6 -> 3.2.6
      
      org.eclipse.jetty:jetty-server .... 9.2.9.v20150224 -> 9.2.23.v20171218
      org.eclipse.jetty:jetty-servlet ... 9.2.9.v20150224 -> 9.2.23.v20171218
      org.eclipse.jetty:jetty-util ...... 9.2.9.v20150224 -> 9.2.23.v20171218
      
      Plugins:
      maven-invoker-plugin:3.0.1
      junit:junit:4.12
      org.eclipse.sisu.plexus:0.3.3
      
      This closes #11
      6f3158e6
  3. Dec 22, 2017
    • Christian Schulte's avatar
      [MPLUGIN-296] java.lang.ClassNotFoundException: org.apache.maven.plugins.annotations.Execute · b9e0e1be
      Christian Schulte authored
      [WARNING] Error injecting: org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
      java.lang.NoClassDefFoundError: org/apache/maven/plugins/annotations/Execute
          at java.lang.ClassLoader.defineClass1 (Native Method)
          at java.lang.ClassLoader.defineClass (ClassLoader.java:763)
      b9e0e1be
    • Christian Schulte's avatar
      [MRESOLVER-9] DefaultDependencyCollector does not correctly handle dependency management. · db4003a8
      Christian Schulte authored
      Resolution without MRESOLVER-9 looks like (Maven 3.3.9):
      
      [DEBUG]    org.sonatype.sisu:sisu-guice:jar:no_aop:3.2.6:compile
      [DEBUG]       javax.inject:javax.inject:jar:1:provided (scope managed from compile by org.apache.maven.resolver:maven-resolver:1.1.1-SNAPSHOT)
      [DEBUG]       com.google.guava:guava:jar:16.0.1:compile
      
      The 'javax.inject:javax.inject:jar:1:provided' line shows that the artifact
      is in 'provided' scope. The Maven resolver without MRESOLVER-9 fixed will
      incorrectly resolve that transitive provided dependency. With MRESOLVER-9 fixed,
      the resolver correctly no longer resolves transitive provided dependencies. That
      dependency needs to be declared directly.
      db4003a8
    • Christian Schulte's avatar
      [MNG-6141] Dependency management overrides are not transitive and should be... · 9dbbd060
      Christian Schulte authored
      [MNG-6141] Dependency management overrides are not transitive and should be considered an anti-pattern.
      
      o Added transport modules to the parent dependency management and removed all
        dependency management overrides from the demo modules.
      9dbbd060
  4. Nov 25, 2017
  5. Nov 23, 2017
  6. Nov 20, 2017
  7. Nov 09, 2017
  8. Aug 21, 2017
  9. Jun 30, 2017
  10. May 28, 2017
  11. May 27, 2017
  12. May 26, 2017
  13. May 22, 2017
  14. May 16, 2017
  15. May 15, 2017
  16. May 07, 2017
  17. Mar 17, 2017