diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-09 11:55:21 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2026-01-09 12:06:28 +0100 |
| commit | 0cc4cf3fe9e271ffaba02510623f6a5c496c13d7 (patch) | |
| tree | eb15fb461c2ea10e69a2190e282af0e473044722 /gnu | |
| parent | c3311de1abc5b2acf36d13ac30e1f34a55d4d3df (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.scm | 7 |
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 | |||
| 6281 | is achieved by providing an API that permits calling scripting language engines | 6281 | is achieved by providing an API that permits calling scripting language engines |
| 6282 | from within Java, as well as an object registry that exposes Java objects to | 6282 | from within Java, as well as an object registry that exposes Java objects to |
| 6283 | these scripting language engines.") | 6283 | these 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.") | |||
| 6341 | and a number of object pool implementations. This package defines a | 6342 | and a number of object pool implementations. This package defines a |
| 6342 | handful of pooling interfaces and some base classes that may be useful when | 6343 | handful of pooling interfaces and some base classes that may be useful when |
| 6343 | creating new pool implementations.") | 6344 | creating 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 | |||
| 6372 | time consuming and even unfeasible when the number of simultaneous users is | 6374 | time consuming and even unfeasible when the number of simultaneous users is |
| 6373 | very large. This package provides a way to share a poole of connections to | 6375 | very large. This package provides a way to share a poole of connections to |
| 6374 | reduce that load.") | 6376 | reduce 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 | |||
| 6412 | data of various dynamic natures. Like any caching system, JCS is most useful | 6415 | data of various dynamic natures. Like any caching system, JCS is most useful |
| 6413 | for high read, low put applications. Latency times drop sharply and | 6416 | for high read, low put applications. Latency times drop sharply and |
| 6414 | bottlenecks move away from the database in an effectively cached system.") | 6417 | bottlenecks 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 |
| 6652 | logging implementations. A library that uses the commons-logging API can be | 6656 | logging implementations. A library that uses the commons-logging API can be |
| 6653 | used with any logging implementation at runtime.") | 6657 | used 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} | |||
| 6844 | seeks to fill this void by providing an efficient, up-to-date, and | 6849 | seeks to fill this void by providing an efficient, up-to-date, and |
| 6845 | feature-rich package implementing the client side of the most recent HTTP | 6850 | feature-rich package implementing the client side of the most recent HTTP |
| 6846 | standards and recommendations.") | 6851 | standards 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 | |||
| 11561 | run-time. The @dfn{Byte Code Engineering Library} (BCEL) may be also useful | 11567 | run-time. The @dfn{Byte Code Engineering Library} (BCEL) may be also useful |
| 11562 | if you want to learn about the @dfn{Java Virtual Machine} (JVM) and the format | 11568 | if you want to learn about the @dfn{Java Virtual Machine} (JVM) and the format |
| 11563 | of Java @code{.class} files.") | 11569 | of 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 |
