Commit Graph

2022 Commits

Author SHA1 Message Date
Alexandre Archambault bb77e85f1e Merge pull request #247 from alexarchambault/topic/properties-special-characters
Don't restrict Maven property name characters too much
2016-05-10 16:00:13 +02:00
Alexandre Archambault b7ba8d98d5
Don't restrict Maven property name characters too much
Fixes https://github.com/alexarchambault/coursier/issues/246
2016-05-10 14:20:16 +02:00
Alexandre Archambault 95d6d9e14e Merge pull request #243 from alexarchambault/topic/develop
Latest developments
2016-05-10 14:14:51 +02:00
Alexandre Archambault e9c19369b6
Don't use force download mode in plugin tests on Windows
It tries to replace JARs that are in use, and fails as these are locked
on Windows
2016-05-10 12:18:19 +02:00
Alexandre Archambault 9b66d5a2ec
Print addresses the server listens on 2016-05-09 19:25:49 +02:00
Alexandre Archambault 774a599bdd
Switch back to the last Java 7 compatible http4s version 2016-05-09 19:25:43 +02:00
Alexandre Archambault 6f404764f7
Add mima filters 2016-05-09 19:25:40 +02:00
Alexandre Archambault 4cff20b205
Move CI related scripts to .ci directory 2016-05-09 19:25:37 +02:00
Alexandre Archambault c3ed92362a
listFiles can return null 2016-05-09 19:25:34 +02:00
Alexandre Archambault 363e8687e2
Force downloading things from SBT scripted tests
So that things aren't just picked from cache and are really tested

Ideally, the scripted tests should use a different cache directory, wiped after each test, but that seems like too much of a hassle to setup
2016-05-09 19:25:31 +02:00
Alexandre Archambault 0ccabd0820
Add support for HTTP authentication in SBT plugin 2016-05-09 19:25:28 +02:00
Alexandre Archambault 265d79b156
Cleaning 2016-05-09 19:25:26 +02:00
Alexandre Archambault 16225d98e6
Add tasks / settings allowing using other SBT sources as a repository 2016-05-09 19:25:23 +02:00
Alexandre Archambault 0f914cf781
Small fix in error messages 2016-05-09 19:25:21 +02:00
Alexandre Archambault b917d43c41
Fixes in SimpleHttpServer 2016-05-09 19:25:18 +02:00
Alexandre Archambault f68ed5d42b
Add support for HTTP authentication 2016-05-09 19:25:15 +02:00
Alexandre Archambault 00484df435
Exception.getMessage can be null 2016-05-06 13:53:53 +02:00
Alexandre Archambault 3834a9519c
Allow to print dependency trees 2016-05-06 13:53:49 +02:00
Alexandre Archambault 4b0589dc90 Merge pull request #241 from alexarchambault/topic/develop
Various things
2016-04-29 12:26:33 +02:00
Alexandre Archambault f24a71f2fc
Add missing Ivy attributes in dependencies of published artifacts
Fixes https://github.com/alexarchambault/coursier/issues/237
2016-04-28 23:17:11 +02:00
Alexandre Archambault 869d57c2f4
Tidying 2016-04-28 23:17:07 +02:00
Alexandre Archambault bf919d4fc1
Nasty bug
Occurring randomly :-| - hard to unit test...
2016-04-28 21:19:41 +02:00
Alexandre Archambault 5b1165b79e
Add notes about maven model 2016-04-28 21:19:37 +02:00
Alexandre Archambault 9072dacb0e Fix message 2016-04-27 01:12:33 +02:00
Alexandre Archambault 05c248df82 Safety check 2016-04-27 01:12:14 +02:00
Alexandre Archambault 641af2af91 Add simple-http-server project 2016-04-27 00:40:54 +02:00
Alexandre Archambault 44114ff0ed
Add release notes for 1.0.0-M11-1 2016-04-26 23:37:46 +02:00
Alexandre Archambault 6010d1bfbf Merge pull request #238 from jalaziz/cross-versioned-excludes
Add cross version support with excludeDependencies
2016-04-24 19:07:58 +02:00
Alexandre Archambault 8be490ca99 Update launcher 2016-04-22 16:54:34 +02:00
Alexandre Archambault 926cd12937 Set version to 1.0.0-SNAPSHOT 2016-04-22 16:50:50 +02:00
Alexandre Archambault 5691c0e5ea
Set version to 1.0.0-M11-1 2016-04-22 16:46:30 +02:00
Alexandre Archambault 114c9331fa Merge pull request #240 from alexarchambault/topic/classloader-isolation-proguard
Isolate coursier from the launched app even if coursier is proguarded
2016-04-22 16:22:57 +02:00
Alexandre Archambault 7266e8c025
Isolate coursier from the launched app even if coursier is proguarded
Confuses scala.util.Properties.versionNumberString from the launched app
in particular - apps launched with scala 2.11.7 end up with this method
returning 2.11.8...
2016-04-22 16:07:54 +02:00
Jameel Al-Aziz 4d3f9e2041
Add cross version support with excludeDependencies 2016-04-22 03:05:03 -07:00
Alexandre Archambault d2984cc51b
Update description in notes 2016-04-20 16:21:55 +02:00
Alexandre Archambault d332264c6c
Add release notes for 1.0.0-M11 2016-04-20 16:21:49 +02:00
Alexandre Archambault ed631ca8b2
Updates for 1.0.0-M11 2016-04-19 22:13:21 +02:00
Alexandre Archambault 5b2f74c4eb Merge pull request #234 from joriscode/master
Fix single typo in README.md
2016-04-19 19:33:36 +02:00
joriscode 7c801cc89b Fix single typo in README.md 2016-04-19 10:10:52 +02:00
Alexandre Archambault 5cc0ddd8f9
Set version to 1.0.0-SNAPSHOT 2016-04-19 00:46:37 +02:00
Alexandre Archambault f19fe6fdf7 Set version to 1.0.0-M11 2016-04-18 09:52:16 +02:00
Alexandre Archambault 3aa76db277 Merge pull request #230 from alexarchambault/topic/hack
Temporary hack
2016-04-18 02:04:06 +02:00
Alexandre Archambault e5be2c4c2c
Temporary hack
to minimize the chance of two different Artifact to have the same URL -
these are handled well by the cache if the corresponding URL has not
been downloaded yet, and result in one download locking the file for the
others
2016-04-18 00:29:45 +02:00
Alexandre Archambault 51fefe5c29 Merge pull request #229 from alexarchambault/topic/extra-repos
Extra repos aliases, minor other things
2016-04-17 23:33:55 +02:00
Alexandre Archambault 241cf866a0
Switch to case-app 1.0.0-RC2, remove the need for two -- ...
...to specify user arguments with the launch command
2016-04-17 22:24:39 +02:00
Alexandre Archambault bbe9ec5a21
Minor adjustment of build config 2016-04-17 22:24:31 +02:00
Alexandre Archambault 5f6caefff6
Add support for shorter syntax for Typesafe and Bintray repositories 2016-04-17 22:24:28 +02:00
Alexandre Archambault 00aaf8e1ac
Factor default Ivy pattern 2016-04-17 22:24:26 +02:00
Alexandre Archambault 4f423e95d6 Merge pull request #228 from alexarchambault/topic/proguard-fix
Fix
2016-04-17 21:47:21 +02:00
Alexandre Archambault b5b7f7714f
Fix
Have IsolatedClassLoader get preserved by proguard (1.0.0-M10 regression)
2016-04-17 20:44:36 +02:00