If you use OpenLiberty Java Application Server, you should be careful when maintaining a cipher list. See what happens if you are not careful. Now,…
Bens IT-Comments
Thoughts from and to the IT crowd
Software presentation and showcases of things I find worth mentioning. They are useful, funny, or whatever.
If you use OpenLiberty Java Application Server, you should be careful when maintaining a cipher list. See what happens if you are not careful. Now,…
The Release of Apache Shiro 1.7.1 is out. Why I blog about this? I have been a commiter for the Apache Shiro project for a while now and recently became PMC member. 😊
Read on for information what has changed in Apache Shiro 1.7.1.
The Apache Maven team is pleased to announce the release of the Apache Maven JLink Plugin, version 3.1.0.
This plugin is used to create a JLink distribution using Maven. It is as easy as creating a jar file, but will instead create a zip file containing a reduced Java Runtime along with a launcher script, as well as the actual application of course. A JLink zip file is therefore platform dependent.
Here is a list of my top 10 OpenLiberty hidden features. They are not the “best” features by any means of »hidden knowledge«, but they are the most handy features I use regularly not everyone knows about. YMMV. 😉
The java application server OpenLiberty will receive support for Certificates issued by Let’s Encrypt. The setup will be ridiculously easy as always. You can just paste the following lines into your server.xml
ein:
I just finished a new project: A social bot for Twitter. It’s name is @BotZodiac, it’s purpose to twitter the current zodiac sign status. Of…
Eclipse Photon finally ships with a toString() template configurator. Sadly, this dialog has some major limitations: It is not possible to configure the templates as…
My Plugin Missing Tombstones for Webtrees reached version 1.1.1. Since version 1.0.0 the following features were implemented: There is a german translation available. You can…
WP-JsonLD is a new plugin, which was written by me. It is available on Github at bmhm/wp-jsonld verfügbar and already contains a fully functional wordpress plugin. For short: It will include machine readable data using the format specification Json-LD into your WordPress HTML output.
This post will describe the internals of this plugin and why you might want to use it.
The Gogs Git-Server is a central repository for your private git projects. Usually, you wouldn’t need a git server at all, or you would probably use GitLab. But GitLab can be a complex mess, so I was looking for an easy-to-use alternative. Other well-known git servers are e.g. Atlassian Bitbucket, Gitblit and GitList.
But aside from all those Gogs is the only one to be fast AND lightweight AND eays-to-use: Gogs is written in Googleʼs Go Programming Language which makes it really fast.