Summary
The Java Service Wrapper is an application which has evolved out of a desire to solve a number of problems common to many Java applications: * Run as a Windows Service or Unix Daemon * Application Reliability * Standard, Out of the Box Scripting * On Demand Restarts * Flexible Configuration * Ease Application Installations * Logging
Versions
v3.5.50-r2 :: 0 :: gentoo
- Modified
- License
- tanuki-community
- Keywords
- amd64 x86 ~arm ~arm64
- USE flags
- doc source test
USE flags
General
Dependencies
app-arch / zip : Info ZIP (encryption support)
dev-java / java-config : Java environment configuration query tool
dev-java / junit : Simple framework to write repeatable tests
Runtime Dependencies
app-arch / zip : Info ZIP (encryption support)
dev-java / java-config : Java environment configuration query tool
Depending packages
Bugs
- 866037
- dev-java/java-service-wrapper-3.5.50-r1 - [exec] logger.c: fatal error: gnu/libc-version.h: No such file or directory
- 879871
- dev-java/java-service-wrapper-3.5.50 - [exec] wrapper_i18n.c: fatal error: opening dependency file .deps/wrapper_i18n.pp: No such
- 895672
- dev-java/java-service-wrapper-3.5.50 redefines _FORTIFY_SOURCE (HARDENED-SYSTEM)
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
dev-java/java-service-wrapper: drop 3.5.50-r1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37963 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-java/java-service-wrapper: Stabilize 3.5.50-r2 amd64, #937313
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
dev-java/java-service-wrapper: Stabilize 3.5.50-r2 x86, #937313
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
dev-java/java-service-wrapper: build without BSFIX, drop java-ant-2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37338/commits/bec2925b38e54157ea8b180d43e37be70eb87f5c Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
dev-java/java-service-wrapper: do not directly call java-run-tool
Closes: https://bugs.gentoo.org/878869 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Volkmar W. Pogatzki · gentoo
dev-java/java-service-wrapper: drop 3.5.25-r2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/26834 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-java/java-service-wrapper: x86 stable wrt bug #863608
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-java/java-service-wrapper: replace testsuite.patch with sed
java-service-wrapper-3.5.25-testsuite.patch should have been ported to 3.5.50 but wasn't. Since it's a trivial patch, rather than rebasing it each time, just replace with a sed. Closes: https://bugs.gentoo.org/863761 Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26749 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-java/java-service-wrapper: Keyword 3.5.50 arm64, #834926
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-java/java-service-wrapper: Stabilize 3.5.50 amd64, #863608
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-java/java-service-wrapper: made building tests USE-conditional
Only build ANYTHING test-related when USE=test is set. Closes: https://bugs.gentoo.org/856586 Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26519 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Florian Schmaus · gentoo
dev-java/java-service-wrapper: respect flags, style fixes, HOMEPAGE
Signed-off-by: Florian Schmaus <flow@gentoo.org> - matoro · gentoo
dev-java/java-service-wrapper: add 3.5.50
Replaces as-needed patch with a sed. Also fixes bitness detection to reflect actual use in ant build.xml. Bug: https://bugs.gentoo.org/834926 Closes: https://bugs.gentoo.org/786378 Signed-off-by: matoro <matoro@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/26156 Signed-off-by: Florian Schmaus <flow@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-java/java-service-wrapper: Keyword 3.5.25-r2 arm, #834926
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Miroslav Šulc · gentoo
dev-java/java-service-wrapper: dropped obsolete 3.5.25-r1
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> - Volkmar W. Pogatzki · gentoo
dev-java/java-service-wrapper: min java 1.8
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20980 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-java/java-service-wrapper: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-java/java-service-wrapper: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
dev-java/java-service-wrapper: Stop using ant-nodeps
Bug: https://bugs.gentoo.org/466558 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Patrice Clement · gentoo
dev-java/java-service-wrapper: Clean up old.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Patrice Clement · gentoo
dev-java/java-service-wrapper: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Patrice Clement · gentoo
dev-java/java-service-wrapper: Call ejavadoc wrapper instead of javadoc. Stick patches in PATCHES array.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Manuel Rüger · gentoo
dev-java/java-service-wrapper: Remove old
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed