jruby 9.1.17.0-1~18.04 source package in Ubuntu

Changelog

jruby (9.1.17.0-1~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1814133.
  * Tighten (build-)dependency on libjnr-posix-java.

jruby (9.1.17.0-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Move source package lintian overrides to debian/source.
  * Update Vcs-* to point to Salsa.
  * Use debhelper compat level 12.
  * Bump Standards-Version to 4.3.0.
  * Depend on libmodulator-java.
  * Use javax.annotation.processing.Generated from Java SE 9.
  * Disable a part of the SkinnyMethodAdapter test.

 -- Matthias Klose <email address hidden>  Tue, 26 Feb 2019 09:52:51 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jruby_9.1.17.0.orig.tar.gz 8.2 MiB b66d7c14f85075afdabb5ebf5950804c5a5d5c1d05ab833f580f04ee709b5773
jruby_9.1.17.0-1~18.04.debian.tar.xz 76.7 KiB 5fc3b5d6349f50e6546988ffe0359b4159b7e130bd6916944ad22c629ef98efc
jruby_9.1.17.0-1~18.04.dsc 3.0 KiB 1535382c7458107eb882bf7b93e70153dd3784b00a45180002a77355d701293e

View changes file

Binary packages built by this source

jruby: 100% pure-Java implementation of Ruby

 JRuby is an implementation of the ruby language using the JVM.
 .
 It aims to be a complete, correct and fast implementation of Ruby, at the
 same time as providing powerful new features such as concurrency without a
 global interpreter lock, true parallelism and tight integration to the Java
 language to allow one to use Java classes in Ruby programs and to allow
 JRuby to be embedded into a Java application.
 .
 JRuby can be used as a faster version of Ruby, it can be used to run Ruby
 on the JVM and access powerful JVM libraries such as highly tuned concurrency
 primitives, it can also be used to embed Ruby as a scripting language in your
 Java program, or many other possibilities.