GNU bug report logs -
#26803
Java things
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Sat, 6 May 2017 14:02:02 UTC
Severity: normal
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Ricardo Wurmus writes:
> * gnu/packages/java.scm (java-httpcomponents-httpcore-nio): New variable.
> ---
> gnu/packages/java.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index a770cd4cc..620a276d0 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -2073,6 +2073,28 @@ NIO.
> This package provides the blocking I/O model library.")
> (license license:asl2.0)))
>
> +(define-public java-httpcomponents-httpcore-nio
> + (package (inherit java-httpcomponents-httpcore)
> + (name "java-httpcomponents-httpcore-nio")
> + (arguments
> + `(#:jar-name "httpcomponents-httpcore-nio.jar"
> + #:phases
> + (modify-phases %standard-phases
> + (add-after 'unpack 'chdir
> + (lambda _ (chdir "httpcore-nio") #t)))))
> + (inputs
> + `(("java-httpcomponents-httpcore" ,java-httpcomponents-httpcore)
> + ("java-hamcrest-core" ,java-hamcrest-core)
> + ,@(package-inputs java-httpcomponents-httpcore)))
> + (description "HttpCore is a set of low level HTTP transport components
> +that can be used to build custom client and server side HTTP services with a
> +minimal footprint. HttpCore supports two I/O models: blocking I/O model based
> +on the classic Java I/O and non-blocking, event driven I/O model based on Java
> +NIO.
> +
> +This package provides the non-blocking I/O model library based on Java
> +NIO.")))
> +
> (define-public java-commons-cli
> (package
> (name "java-commons-cli")
Same suggestion as the 'java-httpcomponents-httpcore'
patch. @code{HttpCore} or just HttpCore? I don't know, so it's up to
you. :-)
Otherwise, LGTM!
Kind regards,
Roel Janssen
This bug report was last modified 8 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.