Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Eclipse IDE Webinar"

(Topics)
Line 16: Line 16:
  
 
2. GitHub migration - Sravan Kumar
 
2. GitHub migration - Sravan Kumar
 +
  With bugzilla going out of support and eclipse foundation's desire to reduduce competing services hosted at foundation, it is decided to
 +
  retire bugzilla/gerrit combination in favour of either GitLab or GitHub. With many new developers having experience in GitHub, we at Eclipse TLP decided to move to Github.
 +
  In this talk I will be presenting our experience with the using Github during 4.25 (first release release after github migration)
  
 
3. M2Eclipse Maven Target Support - Christoph Läubrich
 
3. M2Eclipse Maven Target Support - Christoph Läubrich

Revision as of 01:56, 9 September 2022

Eclipse IDE Webinars will be held to promote and create buzz around the Eclipse IDE and the upcoming 2022-09 (4.25) release.

Schedule

Date: September 21, 2022

Time: 3pm CET / 9am EST / 6.30pm IST

Duration: 60 mins

Topics

Please sign-up for presenting a talk, along with the topic (duration 20 mins each) and a short abstract (2-5 lines)

1. Javadoc Code Snippet support in Java 18 - Kalyan Prasad

  In Java 18, support for an @snippet tag has been provided for JavaDoc’s Standard Doclet, to simplify the inclusion of example source code in API documentation. 
  This talk will highlight some of the features of this new support provided in Java 18, using examples.

2. GitHub migration - Sravan Kumar

  With bugzilla going out of support and eclipse foundation's desire to reduduce competing services hosted at foundation, it is decided to 
  retire bugzilla/gerrit combination in favour of either GitLab or GitHub. With many new developers having experience in GitHub, we at Eclipse TLP decided to move to Github. 
  In this talk I will be presenting our experience with the using Github during 4.25 (first release release after github migration)

3. M2Eclipse Maven Target Support - Christoph Läubrich

  The M2Eclipse Maven Target Support allows to use maven artifacts right away in your Target Platform, this greatly simplifies the consumption of those artifacts
  directly from any maven repository and speed up development as getting common libraries into your PDE/Tycho workflow is now possible in the blink of an eye.
  As the M2Eclipse Maven Target Support has finally approached at eclipse platform development as well, this talk will give a short introduction about the features and usage scenarios.

Back to the top