all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68603] [PATCH] gnu: Add java-jakartaee-jaf-api-2.1.2.
@ 2024-01-19 22:17 Adam Kandur
  0 siblings, 0 replies; only message in thread
From: Adam Kandur @ 2024-01-19 22:17 UTC (permalink / raw)
  To: 68603; +Cc: Adam Kandur

* gnu/packages/java.scm (java-jakartaee-jaf-api-2.1.2): New variable.
---
 gnu/packages/java.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a6d55aa..51fdcc3 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -12415,6 +12415,33 @@ (define-public java-jakarta-regexp
 generator for Java.")
     (license license:asl2.0)))
 
+(define-public java-jakartaee-jaf-api-2.1.2
+  (package
+    (name "java-jakartaee-jaf-api")
+    (version "2.1.2")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/jakartaee/jaf-api")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1k9l56512jwd2kgqv36jyhnif6q850l59wyx1cmypib01rdfj3nv"))))
+    (build-system ant-build-system)
+    (arguments
+     `(#:jar-name "jakarta.activation-api.jar"
+       #:source-dir "api/src/main/java"
+       #:jdk ,openjdk11
+       #:tests? #f))
+    (inputs (list java-httpcomponents-httpclient))
+    (home-page "https://jakartaee.github.io/jaf-api")
+    (synopsis "Jakarta Activation Specification project")
+    (description "Jakarta EE gives developers a comprehensive set of vendor neutral, open specifications that are used for developing modern, cloud native Java applications from the ground up.  With Jakarta EE, technology developers and consumers can be confident they have the best technologies for developing cloud native, mission-critical applications.  And they can build on decades of Java developer expertise to move existing workloads to the cloud.")
+    (license license:bsd-3)))
+
+(define-public java-jakartaee-jaf-api java-jakartaee-jaf-api-2.1.2)
+
 (define-public java-jline
   (package
     (name "java-jline")
-- 
2.41.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-20 14:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19 22:17 [bug#68603] [PATCH] gnu: Add java-jakartaee-jaf-api-2.1.2 Adam Kandur

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.