summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-09 11:55:21 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-09 12:06:28 +0100
commit0cc4cf3fe9e271ffaba02510623f6a5c496c13d7 (patch)
treeeb15fb461c2ea10e69a2190e282af0e473044722 /gnu
parentc3311de1abc5b2acf36d13ac30e1f34a55d4d3df (diff)
gnu: Add upstream-name to some java packages.
This will make the apache updater work. * gnu/packages/java.scm Jjava-commons-bcel, java-commons-bsf, java-commons-dbcp, java-commons-jcs, java-commons-logging-minimal, java-commons-pool, java-httpcomponents-httpclient): [properies]: New field.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/java.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index d39678c9b9b..fd693b1e44e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6281,6 +6281,7 @@ part (or dynamically extended) by a language that is embedded within it. This
6281is achieved by providing an API that permits calling scripting language engines 6281is achieved by providing an API that permits calling scripting language engines
6282from within Java, as well as an object registry that exposes Java objects to 6282from within Java, as well as an object registry that exposes Java objects to
6283these scripting language engines.") 6283these scripting language engines.")
6284 (properties '((upstream-name . "bsf")))
6284 (license license:asl2.0))) 6285 (license license:asl2.0)))
6285 6286
6286(define-public java-commons-jxpath 6287(define-public java-commons-jxpath
@@ -6341,6 +6342,7 @@ contexts, DOM etc, including mixtures thereof.")
6341and a number of object pool implementations. This package defines a 6342and a number of object pool implementations. This package defines a
6342handful of pooling interfaces and some base classes that may be useful when 6343handful of pooling interfaces and some base classes that may be useful when
6343creating new pool implementations.") 6344creating new pool implementations.")
6345 (properties '((upstream-name . "commons-pool2")))
6344 (license license:asl2.0))) 6346 (license license:asl2.0)))
6345 6347
6346(define-public java-commons-dbcp 6348(define-public java-commons-dbcp
@@ -6372,6 +6374,7 @@ connections between users. Creating a new connection for each user can be
6372time consuming and even unfeasible when the number of simultaneous users is 6374time consuming and even unfeasible when the number of simultaneous users is
6373very large. This package provides a way to share a poole of connections to 6375very large. This package provides a way to share a poole of connections to
6374reduce that load.") 6376reduce that load.")
6377 (properties '((upstream-name . "commons-dbcp2")))
6375 (license license:asl2.0))) 6378 (license license:asl2.0)))
6376 6379
6377(define-public java-commons-jcs 6380(define-public java-commons-jcs
@@ -6412,6 +6415,7 @@ is intended to speed up applications by providing a means to manage cached
6412data of various dynamic natures. Like any caching system, JCS is most useful 6415data of various dynamic natures. Like any caching system, JCS is most useful
6413for high read, low put applications. Latency times drop sharply and 6416for high read, low put applications. Latency times drop sharply and
6414bottlenecks move away from the database in an effectively cached system.") 6417bottlenecks move away from the database in an effectively cached system.")
6418 (properties '((upstream-name . "commons-jcs3-dist")))
6415 (license license:asl2.0))) 6419 (license license:asl2.0)))
6416 6420
6417(define-public java-jsr250 6421(define-public java-jsr250
@@ -6651,6 +6655,7 @@ more!")
6651 (description "The Logging package is a thin bridge between different 6655 (description "The Logging package is a thin bridge between different
6652logging implementations. A library that uses the commons-logging API can be 6656logging implementations. A library that uses the commons-logging API can be
6653used with any logging implementation at runtime.") 6657used with any logging implementation at runtime.")
6658 (properties '((upstream-name . "commons-logging")))
6654 (license license:asl2.0))) 6659 (license license:asl2.0)))
6655 6660
6656;; This is the last release of the 1.x series. 6661;; This is the last release of the 1.x series.
@@ -6844,6 +6849,7 @@ flexibility or functionality needed by many applications. @code{HttpClient}
6844seeks to fill this void by providing an efficient, up-to-date, and 6849seeks to fill this void by providing an efficient, up-to-date, and
6845feature-rich package implementing the client side of the most recent HTTP 6850feature-rich package implementing the client side of the most recent HTTP
6846standards and recommendations.") 6851standards and recommendations.")
6852 (properties '((upstream-name . "httpcomponents-client")))
6847 (license license:asl2.0))) 6853 (license license:asl2.0)))
6848 6854
6849(define-public java-httpcomponents-httpclient-cache 6855(define-public java-httpcomponents-httpclient-cache
@@ -11561,6 +11567,7 @@ even more interesting application is the creation of classes from scratch at
11561run-time. The @dfn{Byte Code Engineering Library} (BCEL) may be also useful 11567run-time. The @dfn{Byte Code Engineering Library} (BCEL) may be also useful
11562if you want to learn about the @dfn{Java Virtual Machine} (JVM) and the format 11568if you want to learn about the @dfn{Java Virtual Machine} (JVM) and the format
11563of Java @code{.class} files.") 11569of Java @code{.class} files.")
11570 (properties '((upstream-name . "bcel")))
11564 (license license:asl2.0))) 11571 (license license:asl2.0)))
11565 11572
11566(define-public java-xerial-core 11573(define-public java-xerial-core