Commit Graph

903 Commits

Author SHA1 Message Date
Alexandre Archambault d322745ea1 Add support for user-specified exclusions from CLI 2016-01-27 11:33:14 +01:00
Alexandre Archambault 0b5316fa52 Cleaning 2016-01-27 11:33:13 +01:00
Alexandre Archambault c9c6b39e49 Merge pull request #124 from alexarchambault/develop
Latest developments
2016-01-27 11:14:46 +01:00
Alexandre Archambault a9b205e741 Remove JDK 7 CI jobs 2016-01-26 18:16:55 +01:00
Alexandre Archambault 4299b83d8e Merge pull request #125 from alexarchambault/topic/proguard
Add standalone proguarded launcher
2016-01-26 18:16:15 +01:00
Alexandre Archambault 3d1beadea9 Slightly better error printing 2016-01-26 18:14:21 +01:00
Alexandre Archambault 8b2f3fcc04 Better error message on 404 Not Found
Fixes https://github.com/alexarchambault/coursier/issues/111
2016-01-26 18:14:21 +01:00
Alexandre Archambault 22fd372b0e Print exclusions in output
Fixes https://github.com/alexarchambault/coursier/issues/118
2016-01-26 18:14:20 +01:00
Alexandre Archambault 7330494873 Add support for Ivy latest revision syntax
Like 2.2.+ for [2.2.0,2.3.0)

Fixes https://github.com/alexarchambault/coursier/issues/104
2016-01-26 18:14:20 +01:00
Alexandre Archambault 061dbe2f91 Slightly different indentation in output 2016-01-26 18:14:20 +01:00
Alexandre Archambault bf7386a218 Print results of the resolution command on stdout and unindented
For easier piping to other processes
2016-01-26 18:14:20 +01:00
Alexandre Archambault a254b9c21c Add support for parent project POM properties
Fixes https://github.com/alexarchambault/coursier/issues/120
2016-01-26 18:14:20 +01:00
Alexandre Archambault e74984da5d Minor fix in tests 2016-01-26 18:14:20 +01:00
Alexandre Archambault 08312b9c2e Catch NoSuchMethodExceptions in launcher
Fixes https://github.com/alexarchambault/coursier/issues/76
2016-01-26 18:14:20 +01:00
Alexandre Archambault 58e6375c33 Add support for standalone launchers in bootstrap command 2016-01-26 18:14:20 +01:00
Alexandre Archambault 63d0d7d1c3 Fix help message 2016-01-26 18:14:20 +01:00
Alexandre Archambault 92e5917af6 Simplify ClassLoader isolation in launch command
No more SBT-inspired ClasspathFilter. It now just tries to find the ClassLoader that loaded coursier, and use the parent as a base to load the launched application.

Allows to remove the -b option of the bootstrap command, and remove BaseCommand (that was holding options common to all commands).
2016-01-26 18:14:20 +01:00
Alexandre Archambault 3e9a37edc3 Do not fetch artifacts with a classifier from Ivy repositories if not
asked to do so
2016-01-26 18:14:20 +01:00
Alexandre Archambault a45a70e8ef Switch to case-app 1.0.0-M2
Using shapeless.compat.Strict instead of shapeless.Lazy, that generates
less auxiliary classes
2016-01-26 16:56:31 +01:00
Alexandre Archambault e501b32f86 Add standalone proguarded launcher 2016-01-23 15:45:17 +01:00
Alexandre Archambault 520fad9b46 Merge pull request #122 from alexarchambault/topic/update-plugin-version
Switch to coursier-sbt-plugin 1.0.0-M4
2016-01-20 22:52:44 +01:00
Alexandre Archambault b248524e65 Switch to coursier-sbt-plugin 1.0.0-M4 2016-01-17 21:52:30 +01:00
Alexandre Archambault d86702e74e Merge pull request #121 from alexarchambault/topic/update-readme
Update readme
2016-01-17 21:25:37 +01:00
Alexandre Archambault de1fddec26 Add limitations and roadmap sections in README 2016-01-17 16:35:36 +01:00
Alexandre Archambault 7f0b322368 Add point about no global lock in README 2016-01-17 16:30:56 +01:00
Alexandre Archambault 25ba1f9b72 Update README 2016-01-14 23:33:14 +01:00
Alexandre Archambault be107cd033 Update launcher 2016-01-14 23:31:42 +01:00
Alexandre Archambault 14bbec5182 Set version to 1.0.0-SNAPSHOT 2016-01-14 23:29:27 +01:00
Alexandre Archambault 2b99e03dfa Set version to 1.0.0-M4 2016-01-14 23:28:43 +01:00
Alexandre Archambault b7a0c62c25 Merge pull request #108 from alexarchambault/topic/ivy-cache
Add support for ~/.ivy2/cache as a repository
2016-01-14 09:52:10 +01:00
Alexandre Archambault f1bdef65e5 Merge pull request #107 from alexarchambault/topic/relative-cache-path
Fix cache getting confused if COURSIER_CACHE set to a relative path
2016-01-14 09:51:54 +01:00
Alexandre Archambault a8d5a2c4c9 Accept absent checksums by default
SHA-1 still checked first if present
2016-01-14 01:10:06 +01:00
Alexandre Archambault a9f3403520 Add support for ~/.ivy2/cache as a repository 2016-01-14 01:10:06 +01:00
Alexandre Archambault c476b08f32 Add support for Ivy repositories with different artifact / metadata
patterns
2016-01-14 00:42:10 +01:00
Alexandre Archambault da819fc69f Fix cache getting confused if COURSIER_CACHE set to a relative path 2016-01-14 00:02:58 +01:00
Alexandre Archambault a251e71190 Revert "Update Sonatype credentials config"
This reverts commit ca0fec50ca.
2016-01-13 23:07:01 +01:00
Alexandre Archambault 8a6dd8a6ba Merge pull request #106 from alexarchambault/topic/fix
Fix small glitch in SBT plugin output
2016-01-13 22:52:33 +01:00
Alexandre Archambault 51b3da8126 Fix small glitch in SBT plugin output 2016-01-13 20:48:21 +01:00
Alexandre Archambault 731ae75ed3 Merge pull request #105 from alexarchambault/topic/fix-plugin-output
Minor fix
2016-01-13 14:38:55 +01:00
Alexandre Archambault f655b432e0 Minor fix 2016-01-13 13:32:46 +01:00
Alexandre Archambault ca0fec50ca Update Sonatype credentials config 2016-01-12 00:06:24 +01:00
Alexandre Archambault 4d1f2b6797 Merge pull request #103 from alexarchambault/topic/bootstrap-isolation
Add support for ClassLoader isolation in generated bootstrap launchers
2016-01-11 23:56:59 +01:00
Alexandre Archambault 214e0f893e Disable unnecessary assertion 2016-01-11 21:20:55 +01:00
Alexandre Archambault 77fd840af9 Multiple isolation levels support in generated boostraps 2016-01-11 21:20:54 +01:00
Alexandre Archambault c48abf9330 Merge pull request #102 from alexarchambault/topic/launcher-isolation
Add ClassLoader isolation with launcher, and a resolve command
2016-01-10 22:53:12 +01:00
Alexandre Archambault 3259fec276 Multiple isolation levels 2016-01-10 21:32:30 +01:00
Alexandre Archambault 1ebced021b Add support for isolate ClassLoaders 2016-01-10 21:32:29 +01:00
Alexandre Archambault f02d26c3bf Remove dead / erroneous code 2016-01-10 21:32:28 +01:00
Alexandre Archambault 9a61d7bbbf Better output of plugin 2016-01-10 21:32:28 +01:00
Alexandre Archambault 68768cc871 Add resolve command, plus some tidying 2016-01-10 21:32:28 +01:00