Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] etc/defaults.virtual: make openjdk11 the default
@ 2019-11-07 21:29 voidlinux-github
  2019-11-08 16:10 ` [RFC] etc/defaults.virtual: default to openjdk11 voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-11-07 21:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1449 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages ojdk11_default
https://github.com/void-linux/void-packages/pull/16212

etc/defaults.virtual: make openjdk11 the default
Since, at least for now, `-jre` isn't split, this would set both `virtual?java-runtime and `virtual?java-environment` to `openjdk11`. In the future, it could be split or the two `virtual`s could be merged.

The following packages have been tested to work with `openjdk11`.

- [ ] antlr3-bin
- [ ] apache-ant
- [ ] apache-directory-studio-bin
- [ ] apache-fop
- [ ] apache-jmeter
- [ ] apache-maven
- [ ] apache-maven-bin
- [ ] apache-storm
- [ ] apache-tomcat
- [ ] ardor
- [ ] arduino
- [ ] chatty
- [ ] CLion
- [ ] clojure
- [ ] eclipse
- [ ] eclipse-ecj
- [ ] elasticsearch
- [X] freeplane
- [ ] GoLand
- [X] gradle
- [ ] intellij-idea-community-edition
- [ ] JAI
- [ ] java-commons-io
- [ ] jenkins
- [ ] jmol
- [ ] kaitai-struct-compiler
- [ ] kickassembler
- [ ] leiningen
- [ ] lightzone
- [ ] marvin
- [ ] MultiMC
- [ ] nxt
- [ ] orientdb
- [X] plantuml
- [X] projectlibre
- [ ] pycharm-community
- [ ] RubyMine
- [ ] runelite-launcher
- [ ] sbt
- [ ] smali
- [ ] sugar
- [ ] SweetHome3D
- [ ] tuxguitar
- [ ] tvbrowser
- [ ] WebStorm
- [ ] zookeeper


A patch file from https://github.com/void-linux/void-packages/pull/16212.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ojdk11_default-16212.patch --]
[-- Type: text/x-diff, Size: 666 bytes --]

From 9cc1639d8087548eb0978a4cd72d6e28621027fe Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 7 Nov 2019 14:55:22 -0600
Subject: [PATCH] etc/defaults.virtual: make openjdk11 the default

---
 etc/defaults.virtual | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/defaults.virtual b/etc/defaults.virtual
index e9fe378f6ac..37b1b5a3aa2 100644
--- a/etc/defaults.virtual
+++ b/etc/defaults.virtual
@@ -21,8 +21,8 @@
 
 awk gawk
 emacs emacs
-java-environment openjdk
-java-runtime openjdk-jre
+java-environment openjdk11
+java-runtime openjdk11
 libudev eudev-libudev
 nodejs-runtime nodejs
 ntp-daemon chrony

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-18  1:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-07 21:29 [PR PATCH] etc/defaults.virtual: make openjdk11 the default voidlinux-github
2019-11-08 16:10 ` [RFC] etc/defaults.virtual: default to openjdk11 voidlinux-github
2019-11-08 18:29 ` voidlinux-github
2019-11-09 20:28 ` voidlinux-github
2020-01-04 14:25 ` voidlinux-github
2020-02-18  1:26 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).