Hi,
On Mon, Dec 01, 2014 at 12:01:39AM +0000, Sanne Grinovero wrote:
Hi Steve,
I was checking our web-hooks and various integrations, noticed two
thing with the hooks setup for ORM:
# bitbucket
The hook wasn't working as github refused to deliver the metadata as
the SSL certificate would fail, as the hook was setup to use the old
URL "hibernate.onjira.com" rather than "hibernate.atlassian.net".
I've replaced the notification from
https://hibernate.onjira.com/rest/bitbucket/1.0/repository/28/sync
to
https://hibernate.atlassian.net/rest/bitbucket/1.0/repository/28/sync
and it seems it accepts it now.
I don't know however what the purpose of this hook is, so I hope
having fixed this doesn't cause any trouble.
Also it seems other projects have a similar hook, but use a different number?
My guess is that this hook was used for the earlier versions of the GitHub to Jira
integration. I don't think it is needed anymore, but let's wait what Steve says.
For example hibernate-metamodelgen has:
https://hibernate.onjira.com/rest/bitbucket/1.0/repository/34/sync
Should I update all domain names keeping the number as-is?
The metamodelgen hook can for sure be removed. After all the code has been merged
into the ORM code base.
--Hardy