-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate using a local lightweight proxy rather than Torquebox #364
Comments
@ysb33r everything is checked here does that mean your experiments have been successful 😹 |
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 1, 2019
- Resolve dependencies with transitive dependencies. - Added a repository handler extension for defining rubygems. - Protect ivy.xml file creation against concurrent access from threads of multiple processes. - Support all known GEM version requirement formats
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 1, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 1, 2019
- Resolve dependencies with transitive dependencies. - Added a repository handler extension for defining rubygems. - Protect ivy.xml file creation against concurrent access from threads of multiple processes. - Support all known GEM version requirement formats
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 1, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 1, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 1, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 5, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 5, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 5, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 6, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 6, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 6, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 8, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 8, 2019
ysb33r
added a commit
to ysb33r/jruby-gradle-plugin
that referenced
this issue
Jun 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigate the possibility of using a lightweight local proxy inside Gradle rather than Tortquebox or going through the maven-wagon protocol. The idea is that if succesfull, this should displace the following defects:
Consider doing the following:
/{group}/{module}/{revision}/ivy.xml
./{group}/{module}
.rubygems.org
(or another server).--refresh-dependencies
to redo the lookupsRepositoryHandler
extension.The text was updated successfully, but these errors were encountered: