jaxrpc-api 1.1.2-2~18.04 source package in Ubuntu

Changelog

jaxrpc-api (1.1.2-2~18.04) bionic; urgency=medium

  * Provide Java EE modules and APIs removed from OpenJDK 11. LP: #1784196.
  * No-change backport from 19.04.

jaxrpc-api (1.1.2-2) unstable; urgency=medium

  * Fixed the name of the jar installed in /usr/share/java/
  * Standards-Version updated to 4.2.1

jaxrpc-api (1.1.2-1) unstable; urgency=medium

  * Initial release (Closes: #905560)

 -- Matthias Klose <email address hidden>  Mon, 25 Feb 2019 15:40:55 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe java
Bionic security universe java

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jaxrpc-api_1.1.2.orig.tar.xz 33.5 KiB b735895543f8584bad82e0ba84108e29d71945576bbe0f6f816014490fc0e791
jaxrpc-api_1.1.2-2~18.04.debian.tar.xz 8.7 KiB 99380a2300192f52f6781aa9b370fa0d50afea39fdc17e7f469437c651867534
jaxrpc-api_1.1.2-2~18.04.dsc 2.0 KiB 5e3f50da46d5e44ba60cd1d818a143f9b231f74052d7eec216a03c7e665394ef

View changes file

Binary packages built by this source

libjaxrpc-api-java: Java API for XML based RPC (JAX-RPC)

 JAX-RPC is an API for building Web services and clients that used remote
 procedure calls (RPC) and XML. Often used in a distributed client/server
 model, an RPC mechanism enables clients to execute procedures on other
 systems. In JAX-RPC, a remote procedure call is represented by an XML-based
 protocol such as SOAP. The SOAP specification defines envelope structure,
 encoding rules, and a convention for representing remote procedure calls
 and responses. These calls and responses are transmitted as SOAP messages
 over HTTP.