From 6972bc293099465fd59d5b2bfe428d5b7ea772c4 Mon Sep 17 00:00:00 2001 From: fterrot Date: Sun, 28 Feb 2021 15:16:35 +0100 Subject: [PATCH] updates --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f7aa05..bfbe5c5 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ This Mylyn connector will allow you to connect Mylyn to a Gitea instance (self h I want to thanks and credit: -* pweingardt for the "Mylyn Gilab Connector" https://github.com/pweingardt/mylyn-gitlab, the "Mylyn Gitea Connector" is inspired from. -* zeripath for the "Java Gitea API" https://github.com/zeripath/java-gitea-api , used to communicate with Gitea instance. +* pweingardt for the "Mylyn Gilab Connector" https://github.com/pweingardt/mylyn-gitlab, the "Mylyn Gitea Connector" which helps me in my initial plugin setup. +* zeripath for the "Java Gitea API" https://github.com/zeripath/java-gitea-api , I used first to communicate with Gitea instance before facing ssl and JDK 11 compliance issues. ## Changes * 08.02.2021 - I'm currently working to make the connector working, resolving package and installation issues (plugins crash on eclipse start due to missing class Exception), then I will debug basic features (repository connectorion ...) before I will upload first code and binaries. +* 28.02.2021 - First connector version is working in debug in front og https://forge.chapril.org. I still have maven/jdk 11 generation issue. So I switch to a newly generated "Java Gitea API", OpenAPI based. ## Planned Features