As frustrating as our company's slow implosion has been, it still feels good that I can just write a bit of code that solves a problem and submit it upstream to an open-source project.

This particular thing will help with my job, but even if it didn’t, it's a useful thing that makes a tool nicer.

https://github.com/apache/karaf/pull/1821

#Java #Karaf #ApacheKaraf #OSGi

allow using `overrides.properties` while generating repositories by RangerRick · Pull Request #1821 · apache/karaf

This PR adds support for using overrides.properties when using the features-add-to-repository mojo. This allows you to generate a repository that doesn't contain extraneous bundles that won't be us...

GitHub
So smart! #ApacheKaraf has rebranded as "The #Modulith Runtime" - Modular Monoliths "It is the way" #Java
If your kids to chores around the house and gets paid for it, and you need a way to track it, this is the webapp for you. Open Source (APLv2) and free. https://github.com/steinarb/ukelonn/wiki/ukelonn---a-webapp-for-weekly-allowance
Runs on #ApacheKaraf and #PostgreSQL
steinarb/ukelonn

Webapplikasjon for å registrere arbeid gjort for ukelønn, og registrere utbetalinger av ukelønn. - steinarb/ukelonn

Installing apache karaf on debian

Until the RFP (Request For Packaging) bug for karaf in the debian bug tracker is resolved, here is an APT archive with a karaf package for debian (architecture “all”).  The package is created using native debian packaging tools, and built from a source tarball and the APT archive itself is created, using aptly.

The package has been tested on Debian 9 “stretch” (the current stable), amd64.

Do the following commands as root on a debian GNU/linux system:

  • Add the keys for the APT archive (Edit: needed to sign with the first key in the keyring because of an aptly bug, must add this key as well, if using the repository)wget -O - https://apt.bang.priv.no/apt_pub.gpg | apt-key add -wget -O - https://apt.bang.priv.no/maven_pub.gpg | apt-key add -
  • Open the /etc/apt/sources.list file in a text editor, and add the following lines:# APT archive for apache karafdeb http://apt.bang.priv.no/public stable main
  • Install karaf with apt-getapt-get updateapt-get install openjdk-8-jdk karaf
  • Log in with SSH (password is “karaf” (without the quotes)) and try giving some commands:ssh -p 8101 karaf@localhost
  •  

    #apacheKaraf #apacheMaven #applicationServer #apt #aptArchive #aptly #deban9 #debianPackageArchive #debianStretch #java #karaf #maven #osgi #osgiContainer #sshServer #stretch

    #881297 - RFP: apache-karaf -- A small OSGi based application server provisioned from maven, and with an integrated SSH server. - Debian Bug report logs