Apache Jena all release notes so far - release

I am trying to find all the release notes of each of the versions released so far for Apache Jena. Where can I find it?

ASF JIRA allows to create release notes for hosted projects.
On the Configure Release Notes page, select a version and press the "Create" button.
If you have an ASF JIRA account, you can visit the Releases page directly.
For future release notes, you could also subscribe to users#jena.apache.org.

Related

Gitlab api - Is there any api to edit release notes on an existing tag?

I want to update release notes for an existing tag in gitlab, i am able to do it from UI(by clicking "edit release notes" against a tag) but not able to find any API in tags api documentation:
https://docs.gitlab.com/ee/api/tags.html
What is the api call for this ?
A tag with release-notes will create a gitlab release. To manipulate those, use the releases api endpoint as specified here: https://docs.gitlab.com/ee/api/releases/

How can I get a notification email when a new release of GitLab is out?

As an admin of a private GitLab instance, it would be great to know when new versions are available, especially for security updates.
I couldn't find a way to subscribe to a "newsletter" of new releases and how important it is. How can I do it?
GitLab releases a new version monthly, always on the 22nd of the month. This way you don't need to subscribe.
Still, if you would prefer a notification from GitLab, I would recommend to subscribe to their release newsletter here. It has two e-mails each monthy.
Use the release notification from project page: https://gitlab.com/gitlab-org/gitlab
click on bell and select custom, then you can choose New release. have pfun ;)
volker.
GitLab releases a new version every single month on the 22nd. You can check our blog here and release notes here. You can also check what's coming in our upcoming releases.

Are there release notes for ADFv2?

I noticed new options in an existing pipeline I built which got me wondering what it was and what else was added that I didn't notice. Most other services have release notes, surely this exists for ADFv2? How do I get on the list?
You can find the ADF V2 release notes from the ADF portal https://adf.azure.com/datafactories
at the top right part of the page.
sample release note screenshot
Closest thing to a patch notes we have is the roadmap: https://azure.microsoft.com/en-us/updates/?tag=data-factory
Hope this helped!

Lotus Notes version 5.0.8 database migration

This is my first time ever working with Lotus Notes, where the client want to move its database to mysql.
I have spent a week to read on Lotus Notes but going nowhere. When I search for some tool to migrate database, it does not support version 5.
It is a better idea to upgrade to latest version and than migrate...please advice...
Yes, you can update to latest IBM Notes/Domino version and database will still run without any change. That is one of the cool things about Notes...

Can you create Jira release notes from Cruise control or Nant?

I would like to include release notes with every release of our intranet project. We use Jira. Is there a way to generate the release notes automatically based on the fixes that were submitted to SVN? We usually check the files back with the jira key id.
vikasde,
To my knowledge Jira does not offer a way to retrieve this information in a straight-forward manner on a jira number basis. However, it has been quite some time since I looked into this. Jira does generate release notes for all jiras contained within a release (fixes checked in or not). What I have done in the past, as part of the release build, is to have a script retrieve the contents of the "Edit/Copy Release Notes" jira url and paste that into an xml file stored within the build products. If there is a better way to achieve this functionality I would definitely be interested as well.
EDIT: It appears that starting in Jira 3.5 you can retrieve issues by id through the soap interface.

Resources