Skip to content
  1. May 01, 2018
  2. Apr 08, 2018
  3. Mar 19, 2018
  4. Mar 18, 2018
  5. Mar 11, 2018
  6. Mar 05, 2018
  7. Feb 15, 2018
  8. Feb 07, 2018
  9. Feb 06, 2018
  10. Jan 27, 2018
  11. 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
  12. 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
  13. Nov 25, 2017
  14. Nov 23, 2017
  15. Nov 20, 2017
  16. Nov 09, 2017
  17. Aug 21, 2017
  18. Jun 30, 2017
  19. May 28, 2017
  20. May 27, 2017
  21. May 26, 2017