Skip to content

Tags: ceylon/ceylon-module-resolver

Tags

1.2.0

Toggle 1.2.0's commit message
The feedback interface for `ModuleCopycat` now passes the `ArtifactRe…

…sult` instead of just its archive so we can tell from which repository the artifact was copied (see ceylon/ceylon-compiler#2394)

1.1.0

Toggle 1.1.0's commit message
I'm an idiot

1.0.0

Toggle 1.0.0's commit message
URLContentStore: actually only support code type for Herd API 3

0.6.1

Toggle 0.6.1's commit message
AetherUtils: fixed a bug where Aether would resolve settings.xml from…

… the context class loader

which would completely wreck module loading since it would try using the user module's class loader
which would throw and get wrapped into a ModuleLoaderException and snowball into a very unhelpful
message

0.6

Toggle 0.6's commit message
Made the normal case of module/version handling faster at the cost of…

… slightly slower error handling

0.5

Toggle 0.5's commit message
Use the right classloader.

0.4

Toggle 0.4's commit message
Fixed #54 The repository manager caches but does not use the cache

0.3.1

Toggle 0.3.1's commit message
Version bump to 0.3.1

0.3

Toggle 0.3's commit message
Fixes Issue #34 by adding a default settings.xml in src/main/resource…

…s and using that as a fallback

0.2

Toggle 0.2's commit message
Refactored the exception handling in WebDAVContentStore to use a runt…

…ime exception