Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2021-04-26 17:53:41 +0000
committerEric Poirier2021-04-29 14:03:57 +0000
commit13bd319c4db4c3bf5127572b956b130b9ceafaa9 (patch)
tree325f2618f931eb77aa7bf1c2813d1e19ad0d74cc
parent6fddd45b9931c6e77a7a83f80c6542a3a45c2c0b (diff)
downloadcommunity-13bd319c4db4c3bf5127572b956b130b9ceafaa9.tar.gz
community-13bd319c4db4c3bf5127572b956b130b9ceafaa9.tar.xz
community-13bd319c4db4c3bf5127572b956b130b9ceafaa9.zip
Bug 572843 - Create April newsletter
Change-Id: I7f2d42c9b15a6a37fcce8caf19352da5fb048f60 Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--eclipse_newsletter/2021/april/1.php32
-rw-r--r--eclipse_newsletter/2021/april/2.php32
-rw-r--r--eclipse_newsletter/2021/april/3.php32
-rw-r--r--eclipse_newsletter/2021/april/4.php32
-rw-r--r--eclipse_newsletter/2021/april/5.php32
-rw-r--r--eclipse_newsletter/2021/april/_variables.php29
-rw-r--r--eclipse_newsletter/2021/april/content/en_1.php170
-rw-r--r--eclipse_newsletter/2021/april/content/en_2.php143
-rw-r--r--eclipse_newsletter/2021/april/content/en_3.php178
-rw-r--r--eclipse_newsletter/2021/april/content/en_4.php109
-rw-r--r--eclipse_newsletter/2021/april/content/en_5.php112
-rw-r--r--eclipse_newsletter/2021/april/content/en_index.php1427
-rw-r--r--eclipse_newsletter/2021/april/images/1_1.pngbin0 -> 26051 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/1_2.gifbin0 -> 282412 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/3_1.gifbin0 -> 2790734 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/3_2.pngbin0 -> 96559 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/3_3.pngbin0 -> 66352 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/3_4.pngbin0 -> 34489 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/3_5.pngbin0 -> 45521 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/3_6.gifbin0 -> 3320112 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/brian.jpgbin0 -> 23004 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/colin.jpgbin0 -> 60041 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/kenneth.jpgbin0 -> 17731 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/maximilian.jpgbin0 -> 56913 bytes
-rw-r--r--eclipse_newsletter/2021/april/images/philip.jpgbin0 -> 31960 bytes
-rw-r--r--eclipse_newsletter/2021/april/index-mailchimp.php71
-rw-r--r--eclipse_newsletter/2021/april/index.php22
-rw-r--r--eclipse_newsletter/assets/public/images/2021_march.pngbin0 -> 71092 bytes
-rw-r--r--eclipse_newsletter/content/en_archives.php13
-rw-r--r--eclipse_newsletter/newsletter-items.xml34
30 files changed, 2451 insertions, 17 deletions
diff --git a/eclipse_newsletter/2021/april/1.php b/eclipse_newsletter/2021/april/1.php
new file mode 100644
index 000000000..7ea80e108
--- /dev/null
+++ b/eclipse_newsletter/2021/april/1.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Jumpstart IDE and Tool Development With Eclipse Theia Blueprint";
+ $pageKeywords = "eclipse, newsletter, Eclipse Theia";
+ $pageAuthor = "Maximillian Koegel";
+ $pageDescription = "IDE and tool developers can now quickly and easily evaluate the functionality Eclipse Theia provides and accelerate their own IDE and tool development with Eclipse Theia Blueprint.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php"); \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/2.php b/eclipse_newsletter/2021/april/2.php
new file mode 100644
index 000000000..8d36b164d
--- /dev/null
+++ b/eclipse_newsletter/2021/april/2.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Discover the Embedded Cloud DevTools Special Interest Group";
+ $pageKeywords = "eclipse, newsletter, ECDTools";
+ $pageAuthor = "Brian King";
+ $pageDescription = "Brian King, the Cloud DevTools community manager at the Eclipse Foundation, explains why the Eclipse Cloud DevTools Working Group has created the Foundation’s first special interest group (SIG), who is involved, and what they hope to achieve.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php"); \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/3.php b/eclipse_newsletter/2021/april/3.php
new file mode 100644
index 000000000..69c7ccc8f
--- /dev/null
+++ b/eclipse_newsletter/2021/april/3.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Six Reasons to Check Out the New Eclipse Theia Memory Inspector";
+ $pageKeywords = "eclipse, newsletter, Eclipse Theia";
+ $pageAuthor = "Colin Grant and Kenneth Marut";
+ $pageDescription = "The Eclipse Theia Memory Inspector replaces the current Theia cpp-debug-extension, and it may well deliver one of the best memory inspection experiences available in any IDE.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php"); \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/4.php b/eclipse_newsletter/2021/april/4.php
new file mode 100644
index 000000000..cf83d1ab1
--- /dev/null
+++ b/eclipse_newsletter/2021/april/4.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Committer Profile: Philip Langer";
+ $pageKeywords = "eclipse, newsletter, Committer Profile, Philip Langer";
+ $pageAuthor = "Eclipse Foundation";
+ $pageDescription = "Committer Profile: Philip Langer";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php"); \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/5.php b/eclipse_newsletter/2021/april/5.php
new file mode 100644
index 000000000..7d08e8490
--- /dev/null
+++ b/eclipse_newsletter/2021/april/5.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "April Community Updates";
+ $pageKeywords = "eclipse, newsletter, news";
+ $pageAuthor = "Eclipse Foundation";
+ $pageDescription = "Newsletter News";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php"); \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/_variables.php b/eclipse_newsletter/2021/april/_variables.php
new file mode 100644
index 000000000..b486378fe
--- /dev/null
+++ b/eclipse_newsletter/2021/april/_variables.php
@@ -0,0 +1,29 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+$pageTitle = "Open Source Cloud Development Comes of Age";
+$pageKeywords = "";
+$pageAuthor = "Christopher Guindon";
+$pageDescription = "";
+
+// Make it TRUE if you want the sponsor to be displayed
+$displayNewsletterSponsor = FALSE;
+
+// Sponsors variables for this month's articles
+$sponsorName = "";
+$sponsorLink = "";
+$sponsorImage = "";
+
+ // Set the breadcrumb title for the parent of sub pages
+$breadcrumbParentTitle = $pageTitle; \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/content/en_1.php b/eclipse_newsletter/2021/april/content/en_1.php
new file mode 100644
index 000000000..64940bda0
--- /dev/null
+++ b/eclipse_newsletter/2021/april/content/en_1.php
@@ -0,0 +1,170 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?>
+</h1>
+<p>IDE and tool developers can now quickly and easily evaluate the functionality<a href="https://theia-ide.org/">
+ Eclipse Theia</a> provides and accelerate their own IDE and tool development with<a
+ href="https://theia-ide.org/docs/blueprint_download"> Eclipse Theia Blueprint</a>.</p>
+
+<p>Eclipse Theia is a web-based platform for building IDEs and tools for the cloud, browser, or desktop. It is similar
+ to VS Code from a feature perspective, but provides<a
+ href="https://blogs.eclipse.org/post/mike-milinkovich/eclipse-theia-and-vs-code-differences-explained"> unique
+ advantages</a> when building custom IDEs and tools.</p>
+
+<p>There have been a number of requests for a functional example of the Theia platform to allow for capabilities to be
+ easily explored without the need to build a full Theia-based product. With Theia Blueprint, this is now possible.</p>
+
+<p>Theia Blueprint is a<a href="https://github.com/eclipse-theia/theia-blueprint"> subproject of the Eclipse Theia
+ project</a> that gives developers a first-hand look at the power of the Theia platform and the types of IDEs and
+ tools that can be easily built upon it. As the name suggests, Theia Blueprint provides templates to jumpstart
+ development of Theia-based IDEs and tools by providing ready-to-try, pre-packaged<a
+ href="https://theia-ide.org/docs/blueprint_download/"> blueprints</a> with<a
+ href="https://theia-ide.org/docs/blueprint_documentation/"> documentation</a> that describes how to use and
+ customize them.</p>
+
+<p><strong>Collaboration in the Eclipse Cloud DevTools Working Group</strong></p>
+
+<p>Theia Blueprint was developed through a collaboration between Arm, STMicroelectronics, and EclipseSource (Figure 1),
+ and has recently been contributed to the project.</p>
+
+<p>Figure 1: Theia Blueprint Collaborators</p>
+
+<p><img src="images/1_1.png"></p>
+
+<p>The three companies are members of the<a href="https://ecdtools.eclipse.org/"> Eclipse Cloud DevTools Working
+ Group</a>, and are very enthusiastic about Theia, so working together came naturally.</p>
+
+<p>Arm is the leading technology provider of processor intellectual property, offering the widest range of processors to
+ address the performance, power, and cost requirements of every device. Arm CPUs and NPUs include Cortex-A, Cortex-M,
+ Cortex-R, Neoverse, Ethos, and SecurCore. Arm is using the Theia platform to build tools such as Mbed Studio.</p>
+
+<p>STMicroelectronics manufactures integrated devices that are found wherever microelectronics are used, from autonomous
+ vehicles, industrial automation, and smart home and building solutions to embedded computers and personal electronics.
+ The company has a strong interest in web-based tooling.</p>
+
+<p>EclipseSource is a founding member of the Eclipse Foundation with a focus on helping customers adopt open source
+ technologies. One of EclipseSource&rsquo;s specialties is providing services to companies that are building IDEs,
+ tools, and modeling tools <a href="https://eclipsesource.com/technology/eclipse-theia/">based on Theia and related
+ technologies</a>.</p>
+
+<p><strong>Theia Blueprint Features</strong></p>
+
+<p>Theia Blueprint provides a Theia-based IDE with a number of features, including:</p>
+
+<ul>
+ <li>An application frame, windowing, workspace support, and console</li>
+ <li>Code editing and debugging for JavaScript, TypeScript, and Java</li>
+ <li>Editing support, including syntax highlighting for common file types, such as HTML, JSON, yml, md, and xml</li>
+ <li>Git support</li>
+</ul>
+
+<p>Figure 2: Auto-Completion in Theia Blueprint</p>
+
+<p><img class="img-responsive" src="images/1_2.gif"></p>
+
+<p><strong>Try Eclipse Theia on the Desktop, in a Browser, or in the Cloud</strong></p>
+
+<p>The<a href="https://github.com/eclipse-theia/theia-blueprint"> Theia Blueprint source code</a> is published in GitHub
+ under the Eclipse Theia project, and is licensed under the<a href="/legal/epl-2.0/"> Eclipse
+ Public License</a>. You can download Theia Blueprint from the<a href="https://theia-ide.org/"> Theia webpage</a>.
+ Please note that it is currently an alpha release.</p>
+
+<p><strong>Please also note that Theia Blueprint is not a fully polished and tested IDE that is meant to replace VS
+ Code, the Eclipse IDE, or any other production IDE.</strong></p>
+
+<p>Depending on your operating system, you&rsquo;ll get a Windows Installer, MacOS .pkg, or Linux AppImage to install
+ the Theia binaries. Once the installation is complete, you&rsquo;ll be able to launch a Theia instance as a desktop
+ app based on the Electron software framework.</p>
+
+<p>There are also<a href="https://github.com/eclipse-theia/theia-blueprint/issues/74"> plans</a> to provide a Theia
+ Blueprint ready-to-try Docker image to showcase Theia Blueprint in a browser.</p>
+
+<p>In addition, several resources are available for testing Theia-based commercial products and demos in the cloud,
+ including:</p>
+
+<ul>
+ <li><a href="https://developers.redhat.com/products/codeready-workspaces/overview">Red Hat Codeready Workspaces</a>
+ based on<a href="/che/getting-started/cloud/"> Eclipse Che</a> and Eclipse Theia</li>
+ <li><a href="https://eclipsesource.com/coffee-editor">Coffee editor demo</a> based on<a
+ href="/emfcloud/"> Eclipse EMF.cloud</a> and Eclipse Theia</li>
+ <li><a href="https://cloud.google.com/blog/products/application-development/introducing-cloud-shell-editor">Google
+ Cloud Shell Editor</a> based on Eclipse Theia</li>
+</ul>
+
+<p><strong>Customize Theia Blueprint to Meet Your Needs</strong></p>
+
+<p>While Theia Blueprint includes the major Theia features, it&rsquo;s important to remember that it&rsquo;s not a
+ production-ready product, but a template you will need to enhance and adapt to your users&#39; needs.</p>
+
+<p>For example, Theia Blueprint includes update functionality, but developers who use that functionality will need to
+ configure their own update service. You&rsquo;ll also need to add packages to support development in different
+ programming languages. Developers creating IDEs for embedded software development will likely want to add packages for
+ C or C++ code editing. This is a quite common use case for Theia, and is found in Arm&rsquo;s Mbed Studio IDE.</p>
+
+<p>Finally, you&rsquo;ll also likely want to add your own branding.</p>
+
+<p>Theia Blueprint provides<a href="https://theia-ide.org/docs/blueprint_documentation/"> documentation</a> that
+ explains the different ways you can customize the software to meet your specific requirements.</p>
+
+<p><strong>Get Started and Share Your Feedback</strong></p>
+
+<p>We invite you to<a href="https://theia-ide.org/docs/blueprint_download"> download the Theia Blueprint alpha software
+ now</a>. We&rsquo;re very interested in your feedback, so feel free to:</p>
+
+<ul>
+ <li><a href="https://github.com/eclipse-theia/theia/issues">Open issues</a> for feature requests or bugs in Theia</li>
+ <li><a href="https://github.com/eclipse-theia/theia-blueprint/issues">Open issues</a> for missing features in Theia
+ Blueprint</li>
+ <li><a href="mailto:theia@eclipsesource.com">Contact EclipseSource</a> with questions about how to build products
+ based on Theia</li>
+</ul>
+
+<p>If you would like to receive updates about Theia Blueprint, read<a
+ href="https://eclipsesource.com/blogs/author/helming_koegel/"> the EclipseSource blog</a>, or follow us on<a
+ href="https://twitter.com/eclipsesource"> Twitter</a>.</p>
+
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+<div class="bottomitem">
+ <h3>About the Author</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive"
+ alt="<?php print $pageAuthor; ?>"
+ src="images/maximilian.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name"><?php print $pageAuthor; ?>
+ </p>
+ <p class="author-bio">
+ Maximilian Koegel is deeply involved in the Eclipse community. He is project lead and committer on several open
+ source projects and serves on the<a href="/org/foundation/council.php%23architecture"> Eclipse
+ Foundation Architecture Council</a>. Maximilian is general manager at<a href="http://eclipsesource.com/">
+ EclipseSource</a>, where he focuses on building pragmatic web- and desktop-based modeling tools.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/content/en_2.php b/eclipse_newsletter/2021/april/content/en_2.php
new file mode 100644
index 000000000..83366bb38
--- /dev/null
+++ b/eclipse_newsletter/2021/april/content/en_2.php
@@ -0,0 +1,143 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?>
+</h1>
+<p>Brian King, the Cloud DevTools community manager at the Eclipse Foundation, explains why the<a
+ href="https://ecdtools.eclipse.org/"> Eclipse Cloud DevTools Working Group</a> has created the Foundation&rsquo;s
+ first special interest group (SIG), who is involved, and what they hope to achieve.</p>
+
+<p><strong>Q. What drove the need for a special interest group (SIG) within the Eclipse Cloud DevTools Working
+ Group?</strong></p>
+
+<p><strong>A.</strong> Over the last year or two, we received numerous inquiries about cloud development tools from
+ embedded tool vendors. Most of these vendors are still invested in traditional desktop tools, such as the<a
+ href="/eclipseide/"> Eclipse IDE</a>, but they&rsquo;re exploring their strategy and their
+ entry point to cloud development for embedded software.</p>
+
+<p>We saw a fantastic opportunity to bring these organizations together as a special interest group (SIG) to collaborate
+ on technical initiatives within the Cloud DevTools working group for embedded software development. Because group
+ members have a shared area of focus, the SIG concept lends itself to much closer collaboration than it does at the
+ broader working group level.</p>
+
+<p><strong>Q. What is the relationship between the SIG and the Eclipse Cloud DevTools Working Group?</strong></p>
+
+<p><strong>A.</strong> For starters, the work done in the SIG must be consistent with the working group charter.
+ We&rsquo;ve established the embedded SIG with a &ldquo;trial run&rdquo; model. Organizations can get involved and talk
+ with all of the other interested parties during a three-month incubation period. At the end of the three-month period,
+ they can either officially join the Eclipse Cloud DevTools Working Group and continue in the SIG, or drop out
+ gracefully.</p>
+
+<p>It&rsquo;s been a successful model. So far, three companies involved in the SIG &mdash; <a
+ href="https://www.arm.com/">Arm</a>, <a href="https://www.st.com/content/st_com/en.html">STMicroelectronics</a>, and
+ <a href="https://www.renesas.com/us/en">Renesas</a> &mdash; have become members of the working group. The other two
+ participants &mdash; <a href="https://eclipsesource.com/">EclipseSource</a> and <a
+ href="https://www.ericsson.com/en">Ericsson</a> &mdash; were already members of the working group.
+</p>
+
+<p><strong>Q. What stage is the SIG at in its development?</strong></p>
+
+<p><strong>A. </strong>We had an open kickoff call in late February with representatives from eight or nine
+ organizations, so the group is just getting started. It&rsquo;s a great time for additional organizations to get
+ involved because they can really help shape the direction and activities of the group. The group just nominated its
+ first chairperson &mdash; Rob Moran from Arm &mdash; who will set up meetings, create the agenda, and decide on the
+ work items.</p>
+
+<p>During the kickoff meeting, we had a couple of demos, and those were real &ldquo;aha&rdquo; moments for everyone on
+ the call because there was a perception among some that cloud software in this domain was vaporware. These are
+ real-world applications that are already being used.</p>
+
+<p>Arm demonstrated its <a href="https://os.mbed.com/studio/">Mbed Studio</a> product, which is built on Eclipse Theia.
+ It&rsquo;s currently available as a desktop application, but is being rebranded and will also run in-browser. And
+ Ericsson demonstrated a <a href="https://github.com/eclipse-theia/theia-cpp-extensions/pull/119">memory inspection
+ tool</a>, which is a very important capability in that environment. It really showed that things are happening in
+ the embedded tools industry.</p>
+
+<p><strong>Q. What are the group&rsquo;s goals?</strong></p>
+
+<p><strong>A. </strong>The primary goal is to accelerate the move from desktop tools for embedded development to
+ cloud-hosted tools. As part of this effort, the group will develop and promote technical standards to help drive
+ innovation in the embedded tool ecosystem. This will help to create a foundational layer for cloud development tools
+ upon which embedded tool vendors can innovate.</p>
+
+<p>By collaborating, the group can bring these foundational pieces to market faster to accelerate their momentum and
+ adoption. They can also help to identify and fill gaps in the Eclipse Cloud DevTools ecosystem that are specific to
+ embedded environments.</p>
+
+<p><strong>Q. Has a tactical approach to achieve these goals been developed at this point?</strong></p>
+
+<p><strong>A.</strong> The starting point is Eclipse Theia. It&rsquo;s a mature technology, it&rsquo;s widely used in
+ the marketplace, and it runs in desktop and cloud environments. So, it provides a great option for embedded tool
+ vendors. The first steps are to ensure Theia offers basic embedded developer functionality and can be extended for
+ device-specific features.</p>
+
+<p>To accomplish this, a new code stream called <a href="https://theia-ide.org/docs/blueprint_download">Theia
+ Blueprint</a> has been created from Theia. Vendors can use the Theia Blueprint code as a template application and
+ foundation to build their own software for their own use case. They can then feed that experience back into the group
+ as the basis for discussion around additional features and APIs that are needed and protocols that should be
+ standardized.</p>
+
+<p>These efforts will give embedded tool vendors a more mature project to use as the basis for commercial tools.</p>
+
+<p><strong>Q. Are there other aspects of embedded cloud development tools that are likely to be addressed in the
+ SIG?</strong></p>
+
+<p><strong>A. </strong>Naturally, the conversation and focus areas will evolve as the group wants them to. But another
+ likely focus area is determining the most efficient way for organizations to invest in cloud- and web-based embedded
+ development tools while they&rsquo;re still investing in desktop solutions. What does the migration path to the cloud
+ look like? There&rsquo;s going to be a long tail for that migration because these organizations will still have many
+ customers using their current products as they evolve to the cloud.</p>
+
+<p><strong>Q. How can organizations learn more about the SIG and get involved?</strong></p>
+
+<p><strong>A. </strong>Those who are interested can read the<a
+ href="https://docs.google.com/document/d/1Rk4t8kcUmIOx9jiGqQ4YbuU0Vh1DiaaGUOAW-mH_oi8/edit"> proposal document</a>
+ that describes how the group functions. To sign up or learn more about the SIG, fill out<a
+ href="https://forms.gle/PuSsR1XHakjTbn756"> this form</a>.</p>
+
+<p>We encourage everyone to join the conversation, even if they&rsquo;re not currently an Eclipse Foundation member.</p>
+
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+<div class="bottomitem">
+ <h3>About the Author</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive"
+ alt="<?php print $pageAuthor; ?>"
+ src="images/brian.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name"><?php print $pageAuthor; ?>
+ </p>
+ <p class="author-bio">
+ The Community Manager for Cloud Development Tools at the Eclipse Foundation, Brian King, is responsible for
+ driving community growth, adoption and evolution around open source cloud-based development tools. Working
+ closely with members and developers from Red Hat, IBM, Intel, SAP and other industry giants, Brian leads
+ strategic planning, organizational decision making, and new project execution for one of the industry’s
+ fastest-growing working groups.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/content/en_3.php b/eclipse_newsletter/2021/april/content/en_3.php
new file mode 100644
index 000000000..ca9eedd22
--- /dev/null
+++ b/eclipse_newsletter/2021/april/content/en_3.php
@@ -0,0 +1,178 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?>
+</h1>
+<p>The<a href="https://github.com/eclipse-theia/theia-cpp-extensions/pull/119"> Eclipse Theia Memory Inspector</a>
+ replaces the current<a href="https://github.com/eclipse-theia/theia-cpp-extensions"> Theia cpp-debug-extension</a>,
+ and it may well deliver one of the best memory inspection experiences available in any IDE.</p>
+
+<p>While our perspective may come with some bias, our goal was to create a memory viewer that&rsquo;s best-in-class in
+ as many areas as possible. With this goal in mind, we took the best memory inspection features from various IDEs and
+ combined them with other enhancements to provide a memory widget that&rsquo;s quite unique.</p>
+
+<p>Here are six reasons you should give the Theia Memory Inspector a try.</p>
+
+<p><strong>1. Dynamic Memory Views</strong></p>
+
+<p>Dynamic views allow for a superior developer experience. Most memory inspector tools implement static views, which
+ require a manual refresh each time you want to update the view as you step through code.&nbsp;</p>
+
+<p>In contrast, the Theia Memory Inspector allows you to see changes as they occur. Memory locations that have changed
+ from one frame to the next are highlighted (Figure 1). You can freeze a view of a particular frame by clicking the
+ lock icon.</p>
+
+<p>&nbsp;Figure 1: Dynamic Updates of Memory Views</p>
+
+<p><img class="img-responsive" src="images/3_1.gif"></p>
+
+<p>You can also generate multiple memory views to compare memory at different times or memory from different regions.
+ This is particularly helpful when you&rsquo;re copying or moving data from one region to another and need to verify
+ the operation is occurring as it should.</p>
+
+<p>To make it more convenient to visually compare memory, the Memory Inspector provides a memory diff widget. When you
+ create two memory views and choose the compare option, the widget aligns the views side by side and highlights the
+ differences, similar to a diff view in Git (Figure 2).</p>
+
+<p>Figure 2: Diffing Memory</p>
+
+<p><img class="img-responsive" src="images/3_2.png"></p>
+
+<p><strong>2. Viewing Options and Accessibility</strong></p>
+
+<p>The Memory Inspector displays bytes in hex format, but also provides the option to view memory in ASCII format.
+ Hovering over a specific value reveals even more representations including binary, decimal, and even UTF8 (if
+ available). Variables in scope are colored so it&rsquo;s easier to distinguish what you&rsquo;re looking at. These
+ visual markers greatly improve readability (Figure 3).</p>
+
+<p>Figure 3: Different Representations of Memory</p>
+
+<p><img class="img-responsive" src="images/3_3.png"></p>
+
+<p>To support developers who are color-blind, we added a high contrast theme. If you&rsquo;re using a high contrast
+ theme in Theia, you&rsquo;ll see contrasting colors when looking at the variables in the Memory Inspector (Figure 4).
+</p>
+
+<p>Figure 4: High Contrast Theme</p>
+
+<p><img class="img-responsive" src="images/3_4.png"></p>
+
+<p><strong>3. Fast and Easy Setup With a Simplified Configuration</strong></p>
+
+<p>Our primary goal is to help developers get into the memory as quickly and easily as possible. As a result, the Memory
+ Inspector provides multiple entry points to directly access a memory view, including right-clicking a variable in the
+ debugger pane and explicitly entering an address or expression in the Memory Inspector&rsquo;s input field.</p>
+
+<p>To further simplify usability, the Memory Inspector provides a minimalist interface for configuring basic viewing
+ parameters, as well as a more advanced menu for specific configuration, such as byte size and endianness (Figure 5).
+</p>
+
+<p>Figure 5: Memory View Configuration</p>
+
+<p><img class="img-responsive" src="images/3_5.png"></p>
+
+<p><strong>4. Dockable Panels and Flexible Views</strong></p>
+
+<p>Modern IDEs, such as those built using<a href="https://theia-ide.org/"> Theia</a>, provide a minimalist user
+ interface (UI) rather than heavy toolbars and cluttered UI elements. We&rsquo;ve followed this paradigm in the Memory
+ Inspector UI (Figure 6).</p>
+
+<p>Figure 6: Moving Memory Views Around</p>
+
+<p><img class="img-responsive" src="images/3_6.gif"></p>
+
+<p>To take maximum advantage of horizontal screen real estate, the Memory Inspector consists of a dockable tab bar that
+ is displayed in the right-most column of the IDE by default. If you have multiple memory views open, you can
+ &ldquo;tear&rdquo; each one from the panel, resize it, and place it where it&rsquo;s most convenient in your screen
+ layout. If you&rsquo;re reviewing a large memory chunk, you likely need a large memory inspection panel. At other
+ times, you may just want to tuck the panel into a corner of your screen.</p>
+
+<p>The flexibility to tailor the number and size of individual Memory Inspector views comes from Theia. We simply
+ applied it to our widget. This point is worth emphasizing because many IDEs have rigid layouts with predefined areas
+ to host certain types of views. There are often limits to where you can place a view. Theia frees you to place a
+ memory view anywhere on the screen.<strong>&nbsp;</strong></p>
+
+<p><strong>5. Easy Functionality Overriding</strong></p>
+
+<p>Another important capability the Memory Inspector inherits from Theia is the ability to override almost anything.</p>
+
+<p>For example, it&rsquo;s quite easy to extend the Memory Inspector to work with a debug adapter other than the CDT GDB
+ tooling it&rsquo;s paired with now. It&rsquo;s simply a matter of extending and modifying one class in the Memory
+ Inspector code.</p>
+
+<p><strong>6. A Drop-In Extension for Eclipse Theia-Based IDEs</strong></p>
+
+<p>Anyone building a Theia-based IDE and using a debugger that reads memory can add the Memory Inspector as a dependency
+ and it will be available in the IDE.</p>
+
+<p>Bringing the Memory Inspector, with all of its features for viewing memory, into Theia-based IDEs for embedded
+ software development is a particularly powerful combination.</p>
+
+<p><strong>Try the Memory Inspector and Provide Feedback</strong></p>
+
+<p>We believe the Eclipse Theia Memory Inspector offers a lot of potential to developers, and we&rsquo;re eager to get
+ feedback about concrete use cases.</p>
+
+<p>To see the pull request and documentation for the Memory Inspector,<a
+ href="https://github.com/eclipse-theia/theia-cpp-extensions/pull/119"> go to GitHub.</a> To report bugs and add
+ feature requests, use the<a href="https://github.com/eclipse-theia/theia-cpp-extensions/issues"> Issues page</a>.</p>
+
+<p>We also welcome developers to join us in enhancing the Memory Inspector, especially those with a particular feature
+ they would like to add.</p>
+
+<p>For additional insight into the Memory Inspector and its features,<a
+ href="https://blogs.eclipse.org/post/brian-king/memory-inspector-debugger-theia"> read our blog post</a>.</p>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+<div class="bottomitem">
+ <h3>About the Authors</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive"
+ alt="Colin Grant"
+ src="images/colin.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name">Colin Grant
+ </p>
+ <p class="author-bio">Colin Grant is a web technologies developer at Ericsson and a committer to the Eclipse Theia project.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive"
+ alt="Kenneth Marut"
+ src="images/kenneth.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name">Kenneth Marut
+ </p>
+ <p class="author-bio">Kenneth Marut is a web technologies developer at Ericsson and a committer to the Eclipse Theia project.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div> \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/content/en_4.php b/eclipse_newsletter/2021/april/content/en_4.php
new file mode 100644
index 000000000..c280ba718
--- /dev/null
+++ b/eclipse_newsletter/2021/april/content/en_4.php
@@ -0,0 +1,109 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?>
+</h1>
+<h2>At a Glance: Philip Langer</h2>
+
+<div style="display:inline;">
+ <img width="160" class="float-left margin-right-40 img img-responsive" src="images/philip.jpg" alt="Jason Mehrens">
+</div>
+<div style="display:inline;">
+ <ul>
+ <li>Involved in open source since: About 2005</li>
+ <li>Works for: EclipseSource</li>
+ <li>Eclipse Foundation contributor since: 2014</li>
+ <li>Involved in:<a href="https://projects.eclipse.org/projects/ecd.emfcloud"> Eclipse EMF.cloud</a>,<a
+ href="/glsp/"> Eclipse GLSP</a>,<a href="https://projects.eclipse.org/projects/ecd.sprotty"> Eclipse
+ Sprotty</a>,<a href="/emf/compare/"> Eclipse EMF Compare</a>,<a href="emfstore/"> Eclipse EMFStore</a>,<a
+ href="/papyrus-rt/">
+ Eclipse Papyrus for Real Time (Papyrus-RT)</a>,<a href="/papyrus/"> Eclipse Papyrus</a>
+ </li>
+ <li>Committer to: All of the above</li>
+ <li>Committer since: 2016</li>
+ <li>Fun Fact: Philip&rsquo;s 20-year-old turtle was not impressed when Philip started working from home when the
+ pandemic started, but the two now share the home office in harmony, and Koopa is a frequent background guest on
+ Philip&rsquo;s video calls.</li>
+ </ul>
+
+</div>
+
+<hr />
+<h2>Why did you first get involved in open source software communities?</h2>
+
+<p>I started using Linux in about 2005 when I was at the Vienna University of Technology. By 2007, I was working with
+ the<a href="/modeling/emf/"> Eclipse Modeling Framework</a>, and later, did my master&rsquo;s
+ thesis and PhD based on tools such<a href="/emf/compare/"> Eclipse EMF Compare</a> and other
+ projects related to the Eclipse Modeling Framework. At that time, I was primarily a user of the frameworks.</p>
+
+<h2>How did that involvement lead to you becoming a committer at the Eclipse Foundation?</h2>
+
+<p>The frameworks are pretty complex, so I needed to look at the source code. I became more and more interested in open
+ source because I realized that the ability to look at the source code and adapt it to your needs helps you use those
+ frameworks more efficiently.</p>
+
+<p>Over time, I developed a better understanding of how the frameworks function and was able to provide feedback on bug
+ reports, and even contribute small fixes.</p>
+
+<p>When I joined EclipseSource in 2014, I started contributing to the Eclipse modeling projects on a regular basis.
+ These contributions gave me the experience needed to become a committer.</p>
+
+<h2>How would you summarize your experiences as a committer?</h2>
+
+<p>The most rewarding thing is having the opportunity to evolve and shape software that&rsquo;s used by so many other
+ people. You can really have an impact.</p>
+
+<p>It&rsquo;s also very rewarding to receive constructive feedback from highly talented and experienced peers in the
+ open source community. You&rsquo;re collaborating and getting new ideas from people all over the world, and
+ that&rsquo;s pretty cool.</p>
+
+<p>With frameworks, you always have to balance how generic the framework remains while considering complexity for
+ developers and extensibility.</p>
+
+<p>We collaborate and have discussions in a very open manner to find the right compromises between specific
+ functionality and the complexity and maintainability in the long run. It&rsquo;s challenging, but it&rsquo;s also what
+ makes open source great. It&rsquo;s very rewarding when you collaborate with people who have the same ideals and goals
+ as you do, and find the right balance.</p>
+
+<p>It&rsquo;s often surprising to learn how people actually use the software you&rsquo;re working on. But it&rsquo;s a
+ very positive thing because you learn about use cases you never would have thought would be a good fit for that
+ framework.&nbsp;</p>
+
+<h2>What are your next steps and goals as a committer and Eclipse Foundation community member?</h2>
+
+<p>My main focus is on the Eclipse cloud development projects, such as<a href="/glsp/"> Eclipse
+ GLSP</a>,<a href="https://projects.eclipse.org/projects/ecd.sprotty"> Eclipse Sprotty</a>,<a
+ href="https://projects.eclipse.org/projects/ecd.emfcloud"> Eclipse EMF.cloud</a>, and<a
+ href="https://projects.eclipse.org/projects/ecd.theia"> Eclipse Theia</a>. I think there&rsquo;s great potential to
+ make existing EMF technologies available and accessible in modern technology stacks and user interfaces so they can be
+ used in cloud applications.</p>
+
+<h2>What would you say to developers who are considering getting more involved in open source software projects at the
+ Eclipse Foundation?</h2>
+
+<p>In my early days as a contributor, I was excited, but also a bit anxious to put myself out there in public. But
+ I&rsquo;ve always received very encouraging and helpful feedback that made my contributions, and the overall project,
+ better in the end.</p>
+
+<p>I really recommend that people start engaging with the projects they use. Your efforts will be very much appreciated,
+ and you&rsquo;ll learn a lot as a developer because you&rsquo;ll receive feedback from very talented and experienced
+ people. You&rsquo;ll also develop many friendships.</p>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div> \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/content/en_5.php b/eclipse_newsletter/2021/april/content/en_5.php
new file mode 100644
index 000000000..ed86179c6
--- /dev/null
+++ b/eclipse_newsletter/2021/april/content/en_5.php
@@ -0,0 +1,112 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?>
+</h1>
+
+<h2>Discover the Open VSX Registry</h2>
+
+<p>Read our new<a
+ href="https://outreach.eclipse.foundation/openvsx?utm_campaign=Open%2520VSX%2520White%2520Paper&amp;utm_source=documents%2520page">
+ white paper</a> to learn more about the<a href="https://open-vsx.org/"> Open VSX Registry</a>, a vendor neutral,
+ open source marketplace for VS Code extensions.</p>
+
+<p>The Open VSX Registry is hosted at the Eclipse Foundation and is being managed under the<a
+ href="https://ecdtools.eclipse.org/"> Eclipse Cloud Development (ECD) Tools Working Group</a>. It&rsquo;s based on
+ the<a href="https://projects.eclipse.org/projects/ecd.openvsx"> Eclipse Open VSX</a> project, and it delivers on the
+ industry&rsquo;s need for a more flexible and open approach to VS Code extensions and marketplace technologies.</p>
+
+<p>The white paper explores the growing momentum around open source developer tools and technologies, the need for an
+ open source marketplace, and the unique benefits the Open VSX Registry provides to extension users, extension
+ publishers, tool developers, and enterprises.</p>
+
+<p><a
+ href="https://outreach.eclipse.foundation/openvsx?utm_campaign=Open%2520VSX%2520White%2520Paper&amp;utm_source=documents%2520page">Download
+ the Open VSX White Paper</a>.</p>
+
+<hr />
+<h2>Add Your Voice to the Jakarta EE Developer Survey</h2>
+
+<p>The survey results could influence your next Java development decisions. The<a
+ href="https://www.surveymonkey.com/r/77HYFNW"> survey is open</a> until May 31 and takes less than 8 minutes to
+ complete.</p>
+
+<p>By sharing details about the tools, technologies, and architectures you&rsquo;re using, everyone in the Java
+ ecosystem will gain better visibility into:</p>
+
+<ul>
+ <li>Which technologies and tools are gaining ground, and which are losing favor. Understanding these trends could lead
+ you to explore the benefits of frameworks, runtimes, and tools that deliver capabilities you don&rsquo;t have today
+ and can help accelerate your cloud evolution.</li>
+ <li>Ongoing strategies to move legacy applications to the cloud and create new cloud native applications from the
+ ground up. This visibility could affect your cloud evolution strategy and approach.</li>
+</ul>
+
+<p>The survey is also a great opportunity to let the Jakarta EE community know your top priorities for Jakarta EE
+ evolution. The community needs this insight to make informed decisions that align as closely as possible with the
+ requirements of developers around the world.</p>
+
+<p><a href="https://www.surveymonkey.com/r/77HYFNW">Start the survey now</a>.</p>
+
+<hr />
+<h2>Why Jakarta EE Is the Right Choice for Today&rsquo;s Java Applications</h2>
+
+<p>We spoke to leading Java experts globally to explore why they rely on<a href="https://jakarta.ee/"> Jakarta EE</a>
+ and captured their insights in this<a
+ href="https://outreach.jakartaee.org/white-paper-java-applications?utm_campaign=Jakarta%2520EE%2520White%2520Paper&amp;utm_source=banner">
+ white paper</a>.</p>
+
+<p>Jakarta EE is much more than the next iteration of Java EE. It is the doorway to strategic and technical advantages
+ that are only possible through the Jakarta EE community.</p>
+
+<p>The experts we spoke to described a combination of benefits that aren&rsquo;t available in any other platform,
+ including:</p>
+
+<ul>
+ <li>An application framework that can be set up in just a few dozen lines of code.</li>
+ <li>A very stable foundation for innovation.</li>
+ <li>The freedom and flexibility to choose the optimal development and deployment models.</li>
+ <li>The ability to easily meet requirements to support new servers and other underlying technologies.</li>
+ <li>An extensive library of carefully thought-out specifications that enable a declarative programming paradigm that
+ is efficient, reusable, and scalable.</li>
+ <li>An active community of leading organizations and individuals who are advancing Jakarta EE.</li>
+</ul>
+
+<p>For more insight,<a
+ href="https://outreach.jakartaee.org/white-paper-java-applications?utm_campaign=Jakarta%2520EE%2520White%2520Paper&amp;utm_source=banner">
+ download the white paper</a>.</p>
+
+<hr />
+<h2>Submit Your EclipseCon 2021 Talk Proposal</h2>
+
+<p>The Call for Proposals for<a href="https://www.eclipsecon.org/2021"> EclipseCon 2021</a> is open until June 15.
+ You&rsquo;ll find the information you need to get started, including a detailed submission FAQ, on the<a
+ href="https://www.eclipsecon.org/2021/cfp"> CFP webpage</a>.</p>
+
+<p>This year&rsquo;s EclipseCon conference is October 25-28, and will be held online. Sessions will be selected by an<a
+ href="https://www.eclipsecon.org/2021/about-program-committee"> independent program committee</a> of community
+ volunteers.</p>
+
+<p>If you&rsquo;ve never attended EclipseCon, it&rsquo;s the main annual gathering of the Eclipse community, whether
+ it&rsquo;s held online or in person. It&rsquo;s a unique opportunity for all of our communities to get together to
+ share ideas, learn from one another, and celebrate accomplishments.</p>
+
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div> \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/content/en_index.php b/eclipse_newsletter/2021/april/content/en_index.php
new file mode 100644
index 000000000..2950a2189
--- /dev/null
+++ b/eclipse_newsletter/2021/april/content/en_index.php
@@ -0,0 +1,1427 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;max-width: 600px !important;">
+ <tbody><tr>
+ <td valign="top" id="templatePreheader" style="background:#FAFAFA none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FAFAFA;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #656565;font-family: Helvetica;font-size: 12px;line-height: 150%;">
+
+ <a href="https://us6.campaign-archive.com/?e=[UNIQID]&amp;u=eaf9e1f06f194eadc66788a85&amp;id=7e7345d1b1" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: normal;text-decoration: underline;">View this email in your browser</a>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateHeader" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnImageBlockOuter">
+ <tr>
+ <td valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnImageBlockInner">
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <a href="https://www.eclipse.org/community/eclipse_newsletter/" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <img align="center" alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/3ee6f7ef-2ad3-479d-be5b-45b0f381dbbe.png" width="564" style="max-width: 900px;padding-bottom: 0;display: inline !important;vertical-align: bottom;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">
+ </a>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;line-height: 200%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;text-align: left;">
+
+ <p class="big" style="text-align: center;line-height: 200%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;"><strong><span style="font-size:32px"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Open Source Cloud Development Comes of Age&nbsp;</span></span></strong></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">We are currently witnessing the increased adoption and coming of age of open source cloud development tool technologies. More tooling has started moving to the cloud, with Eclipse Theia, Eclipse Che, Eclipse Open VSX, and other projects hosted at the Eclipse Foundation being a big part of that migration. &nbsp;<br>
+
+<p>Enterprises have been quick to adopt open source cloud-based technologies to advance their own innovations. This month, we tell you about three recent initiatives that showcase the innovations and advances being made in the <a href="https://ecdtools.eclipse.org/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #007C89;font-weight: normal;text-decoration: underline;">Eclipse Cloud DevTools</a> community:</span></p>
+
+<ul>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><strong>Eclipse Theia Blueprint</strong>, a downloadable template tool that makes it faster and easier to build custom desktop IDEs based on Eclipse Theia.</span></li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><strong>Eclipse Theia Memory Inspector</strong>, a memory viewer that may well deliver one of the best memory inspection experiences available in any IDE.</span></li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><strong>The Eclipse Embedded Cloud Development Special Interest Group</strong>, which helps organizations focused on accelerating the move to cloud-hosted tools for embedded software development to collaborate more closely.</span></li>
+</ul>
+<span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Be sure to check the links at the end of each article for details on how to get involved in these new initiatives as well as how to provide feedback.<br>
+&nbsp;<br>
+Thanks for reading,<br>
+Clark Roundy</span>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateUpperBody" style="background:#FFFFFF none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FFFFFF;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if gte mso 9]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <![endif]-->
+ <tbody class="mcnBoxedTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff" face="roboto, helvetica neue, helvetica, arial, sans-serif">Spotlight</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateColumns" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;">
+ <!--[if (gte mso 9)|(IE)]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
+ <tr>
+ <td align="center" valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="300" class="columnWrapper" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="columnContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnImageCardBlockOuter">
+ <tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="right" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="http://eclipse.org/community/eclipse_newsletter/2021/april/1.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/22537629-b95a-4450-81b1-492709673d51.png" width="260" style="max-width: 1600px;border: 2px none #004040;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+ </td>
+ </tr>
+ <tr>
+ <td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="246">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">Jumpstart IDE and Tool Development With Eclipse Theia Blueprint</span></span></h4>
+
+<p style="text-align: center;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Maximilian Koegel introduces a new Eclipse Theia repository that lets desktop IDE developers easily evaluate the functionality in Eclipse Theia and accelerate IDE development.</span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnButtonBlockOuter">
+ <tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88d2b;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="http://eclipse.org/community/eclipse_newsletter/2021/april/1.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ </tbody></table>
+ <!--[if (gte mso 9)|(IE)]>
+ </td>
+ <td align="center" valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="300" class="columnWrapper" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="columnContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnImageCardBlockOuter">
+ <tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="right" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="http://eclipse.org/community/eclipse_newsletter/2021/april/2.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/2aa7ea6f-9445-4a80-ba25-830c65d0d706.png" width="260" style="max-width: 1600px;border: 5px none;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+ </td>
+ </tr>
+ <tr>
+ <td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="246">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">Discover the Embedded Cloud Development Tools Special Interest Group</span></span></h4>
+
+<p style="color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Brian King explains why the Eclipse Cloud DevTools Working Group has created the Foundation’s first special interest group, who is involved, and what they hope to achieve.</span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnButtonBlockOuter">
+ <tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88D2B;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="http://eclipse.org/community/eclipse_newsletter/2021/april/2.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ </tbody></table>
+ <!--[if (gte mso 9)|(IE)]>
+ </td>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateLowerBody" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 2px solid #EAEAEA;padding-top: 0;padding-bottom: 9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnImageCardBlockOuter">
+ <tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://eclipse.org/community/eclipse_newsletter/2021/april/3.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/0bf9983c-d6c7-4112-84e3-fb35ae5a8b27.png" width="560" style="max-width: 846px;border: 5px none;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+ </td>
+ </tr>
+ <tr>
+ <td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="546">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">Six Reasons to Check Out the New Eclipse Theia Memory Inspector</span></span></h4>
+
+<p style="color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Colin Grant and Kenneth Marut of Ericsson describe the unique combination of features that allow this new memory widget to deliver a dynamic and intuitive memory inspection experience.</span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnButtonBlockOuter">
+ <tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88D2B;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="https://eclipse.org/community/eclipse_newsletter/2021/march/3.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+ <tbody class="mcnDividerBlockOuter">
+ <tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnImageCardBlockOuter">
+ <tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnImageCardRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td align="center" valign="top" class="mcnImageCardRightContentInner" style="padding: 0px;background-color: #363333;border: 2px solid #F79422;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardRightImageContentContainer" width="200" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageCardRightImageContent" align="center" valign="top" style="padding-top: 18px;padding-right: 0;padding-bottom: 18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://www.eclipse.org/community/eclipse_newsletter/2021/april/4.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/553fb9b4-604f-4f5a-904b-3229db2db4cb.png" width="178" style="max-width: 360px;border: 2px solid #F79422;border-radius: 0%;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnImageCardRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="346" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding-right: 18px;padding-top: 18px;padding-bottom: 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h2 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 22px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="color:#FFFFFF"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Committer Profile </span></span></h2>
+
+<h3 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-size:15px"><span style="color:#FFFFFF"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Philip Langer&nbsp;- EclipseSource</span></span></span></h3>
+
+<p style="color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;line-height: 150%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Philip Langer tells us how his long history with the Eclipse Modeling Framework relates to his work on cloud projects, why constructive feedback is so important, and why collaborating to find the right compromises is challenging, yet rewarding.</span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnButtonBlockOuter">
+ <tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88D2B;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="https://www.eclipse.org/community/eclipse_newsletter/2021/april/4.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+</tbody></table>
+
+
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if gte mso 9]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <![endif]-->
+ <tbody class="mcnBoxedTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><font color="#ffffff">Community Updates</font></span></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnCaptionBlockOuter">
+ <tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://newsroom.eclipse.org/news/announcements/eclipse-foundation-launches-adoptium-working-group-multi-vendor-delivery-java" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/2308890a-29c0-443e-be70-782211df9807.png" width="176" style="max-width: 800px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><font face="roboto, helvetica neue, helvetica, arial, sans-serif">Discover the Open VSX Registry</font></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;"><br>
+Read our new white paper to learn more about the Open VSX Registry, a vendor neutral, open source marketplace for VS Code extensions.&nbsp;<a href="https://outreach.eclipse.foundation/openvsx" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#f88d2b">Read More-&gt;</span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+ <tbody class="mcnDividerBlockOuter">
+ <tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnCaptionBlockOuter">
+ <tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://www.surveymonkey.com/r/FD9LMCK" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/7c3dc381-ba7a-4893-8750-045b047befa1.png" width="176" style="max-width: 546px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Add Your Voice to the Jakarta EE Developer Survey</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">Your responses have important benefits for everyone in the Java ecosystem. The survey is open until May 31 and takes less than 10 minutes to complete.&nbsp;<a href="https://www.surveymonkey.com/r/FD9LMCK" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#f88d2b">Participate Today-&gt;</span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+ <tbody class="mcnDividerBlockOuter">
+ <tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnCaptionBlockOuter">
+ <tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://outreach.jakartaee.org/white-paper-java-applications" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/621352cf-152f-4def-8713-551f11274e25.png" width="176" style="max-width: 800px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Why Jakarta EE Is the Right Choice for Today’s Java Applications</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">We spoke to leading Java experts globally to explore why they rely on Jakarta EE and captured their insights in this white paper.&nbsp;<br>
+<a href="https://outreach.jakartaee.org/white-paper-java-applications" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#f88d2b">Learn More</span></strong></span></span></a><a href="https://outreach.jakartaee.org/white-paper-java-applications" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#FF8C00">&nbsp;</span><span style="color:#f88d2b">-&gt;</span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+ <tbody class="mcnDividerBlockOuter">
+ <tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnCaptionBlockOuter">
+ <tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://www.eclipsecon.org/2021/cfp" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/1609b193-48e8-4c40-b20f-8df177f7ab80.png" width="176" style="max-width: 364px;border-radius: 0%;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Submit Your EclipseCon 2021 Talk Proposal</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">The Call for Proposals for EclipseCon 2021 is open until June 15. You’ll find all of the information you need to get started, including a detailed submission FAQ, on the CFP webpage.&nbsp;<a href="https://www.eclipsecon.org/2021/cfp" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#FF8C00">Submit a Proposal&nbsp;</span><span style="color:#f88d2b">-&gt;</span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+</tbody></table>
+
+
+
+
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+ <tbody class="mcnDividerBlockOuter">
+ <tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;"><a href="https://www.eclipse.org/community/eclipse_newsletter/2021/april/5.php" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#FF8C00">READ ALL THE NEWS HERE</span></strong></a></div>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if gte mso 9]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <![endif]-->
+ <tbody class="mcnBoxedTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #FF8D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff">New Projects</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;text-align: left;">
+
+ <a href="https://projects.eclipse.org/projects/technology.dataeggs" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse DataEggs</a>&nbsp;provides open, anonymised, up-to-date and ready-to-use datasets related to development of Eclipse projects.&nbsp;<a href="https://projects.eclipse.org/projects/technology.dataeggs" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -&gt;</span></strong></a>
+
+<hr><a href="https://projects.eclipse.org/projects/iot.amlen" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Amlen</a>'s main component is the server - a message broker that supports the latest MQTT v5 protocol designed for IoT. It can be deployed in highly available, redundant configurations and has clustering support for horizontal scalability.<a href="https://projects.eclipse.org/projects/iot.amlen" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">&nbsp;</a><a href="https://projects.eclipse.org/projects/iot.amlen" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -&gt;</span></strong></a>
+
+<hr><a href="https://projects.eclipse.org/projects/automotive.tractusx" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Tractus-X</a><a href="https://projects.eclipse.org/projects/automotive.tractusx" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">&nbsp;</a>aims at the development of systems in support of the Catena-X network, with focus on quality management, logistics, maintenance, supply chain management and sustainability.&nbsp;<a href="https://projects.eclipse.org/projects/automotive.tractusx" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -&gt;</span></strong></a>
+
+<hr>
+<div style="text-align: left;"><a href="https://projects.eclipse.org/projects/technology.austen" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Austen</a>&nbsp;provides a Java implementation of the AsciiDoc Language Specification.&nbsp;<a href="https://projects.eclipse.org/projects/technology.austen" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="color:#FF8C00"><strong>Read More -&gt;</strong></span></a>
+
+<hr></div>
+
+<div style="text-align: center;"><a href="https://www.eclipse.org/projects/tools/proposals.php" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#FF8C00">SEE ALL PROJECT PROPOSALS</span></strong></a></div>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if gte mso 9]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <![endif]-->
+ <tbody class="mcnBoxedTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #FF8D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff">New&nbsp;Releases</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-size: 16px;text-align: left;">
+
+ <ul>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/ecd.openvsx/reviews/0.1.0-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px"><font face="roboto, helvetica neue, helvetica, arial, sans-serif"><u>Eclipse Open VSX 0.1.0</u></font></span></a></h4>
+ </li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://projects.eclipse.org/projects/eclipse.jdt.ls/reviews/1.0-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px"><font face="roboto, helvetica neue, helvetica, arial, sans-serif"><u>Eclipse JDT Language Server 1.0</u></font></span></a></li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://projects.eclipse.org/projects/technology.iceoryx/reviews/1.0.0-almond-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse iceoryx 1.0.0 (Almond)</a></li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><strong id="docs-internal-guid-b2835576-7fff-3c7d-3fbd-be8b0c1c1251"><a href="https://projects.eclipse.org/projects/iot.kura/reviews/5.0.0-release-review" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Kura 5.0.0</a></strong></li>
+</ul>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-size: 16px;text-align: left;">
+
+ <ul>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-size:15px"><a href="https://projects.eclipse.org/projects/technology.microprofile/reviews/graphql-1.1-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">MicroProfile GraphQL 1.1</a></span></h4>
+ </li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/technology.microprofile/reviews/openapi-1.2-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><u>MicroProfile OpenAPI 1.2</u></span></span></a></h4>
+ </li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://projects.eclipse.org/projects/iot.ditto/reviews/2.0.0-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Ditto 2.0.0</a></li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://projects.eclipse.org/projects/technology.microprofile/reviews/reactive-streams-operators-2.0-release-review" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px">MicroProfile Reactive Streams Operators 2.0</span></a></li>
+ <li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-size:15px"><a href="https://www.eclipse.org/projects/tools/reviews.php" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">View all the project releases</a></span></li>
+</ul>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if gte mso 9]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <![endif]-->
+ <tbody class="mcnBoxedTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #FF8D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff">Upcoming Virtual Events</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;">
+<div style="text-align: center;"><br>
+<a href="https://ecdtools.eclipse.org/events/idesummit/2021/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2936" height="78" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/7e08e9b8-0334-45a6-9699-552ec9557e73.png" style="border: 0px initial;width: 150px;height: 78px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="150"></a><br>
+<a href="https://ecdtools.eclipse.org/events/idesummit/2021/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Cloud IDE Day 2021</a><br>
+May 19, 2021</div>
+
+<p style="text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;"><a href="https://www.fasten-project.eu/view/Events/FASTEN_Virtual_Workshop" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2944" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/8277d243-0417-4c5a-9453-0126f496d3c6.png" style="border: 0px initial;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://iot.eclipse.org/eclipse-virtual-iot-2021/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Virtual IoT and Edge Days</a><br>
+May 26-27, 2021<br>
+<br>
+<a href="https://www.aisystemssummit.com/events/software-ai-optimization-summit" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2948" height="70" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/8a6e5b5c-5ffb-4778-9b19-d1c3728276a8.png" style="border: 0px;width: 200px;height: 70px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://softwareforaioptimization.com/events/software-ai-optimization-summit" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Software for AI Optimization Summit</a><br>
+June 8-9, 2021<br>
+<br>
+<a href="https://veranstaltungen.handelsblatt.com/govtech/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2956" height="89" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/76223e0a-118a-421b-a714-8bd2f065c271.png" style="border: 0px;width: 160px;height: 89px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="160"></a><br>
+<a href="https://veranstaltungen.handelsblatt.com/govtech/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Handelsblatt GovTech-Gipfel</a><br>
+June 9-10, 2021</p>
+</div>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;"><a href="https://www.siriuscon.org/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2960" height="45" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/8fe9ca0a-698c-49db-b5df-14d06aae1786.png" style="border: 0px initial;width: 169px;height: 45px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="169"></a><br>
+<a href="https://www.siriuscon.org/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">SiriusCon 2021</a><br>
+June 15-16, 2021</div>
+
+<p style="text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;"><a href="https://events.eclipse.org/2021/saam-mobility/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2784" height="67" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/281d681a-dc00-4113-995a-d9a5ed202f41.png" style="border: 0px initial;width: 185px;height: 67px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="185"></a><br>
+<a href="https://events.eclipse.org/2021/saam-mobility/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse SAAM Mobility&nbsp;2021</a><br>
+June 15-16, 2021<br>
+<br>
+<a href="https://www.awaire.events/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2964" height="59" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/1e5d6470-a78d-4457-b00b-141dcff79541.jpg" style="border: 0px initial;width: 200px;height: 59px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://www.awaire.events/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">awAIre 2021</a><br>
+June 22-24, 2021<br>
+<a href="https://www.eclipse.org/sumo/conference/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2288" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/8985f5c2-2408-42e5-b6a2-370968ede628.png" style="border: 0px initial;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://www.eclipse.org/sumo/conference/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Sumo User Conference</a><br>
+September 13-15, 2021</p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;">Do you know about an event relevant to the Eclipse Foundation community? Submit your event to <u><a href="https://newsroom.eclipse.org/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">newsroom.eclipse.org</a></u>.</div>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateFooter" style="background:#fafafa none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #fafafa;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if gte mso 9]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+ <![endif]-->
+ <tbody class="mcnBoxedTextBlockOuter">
+ <tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #404040;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnImageBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnImageBlockOuter">
+ <tr>
+ <td class="mcnImageBlockInner" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td class="mcnImageContent" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top"><img align="center" alt="" class="mcnImage" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/54993d58-f464-469b-b433-24729f44b06f.png" style="max-width: 1108px;padding-bottom: 0px;vertical-align: bottom;display: inline !important;border-radius: 0%;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="186.12"></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnFollowBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnFollowBlockOuter">
+ <tr>
+ <td align="center" class="mcnFollowBlockInner" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td align="center" style="padding-left: 9px;padding-right: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContent" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td align="center" style="padding-top: 9px;padding-right: 9px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><!--[if mso]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.eclipse.org/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Website" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-link-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="mailto:newsletter@eclipse.org" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Email" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-forwardtofriend-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://twitter.com/EclipseFdn" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Twitter" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-twitter-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.facebook.com/eclipse.org" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Facebook" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-facebook-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.youtube.com/user/EclipseFdn" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="YouTube" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-youtube-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 0;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.linkedin.com/company/eclipse-foundation" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="LinkedIn" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-linkedin-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ </tr>
+ </table>
+ <![endif]--></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;" width="100%">
+ <tbody class="mcnDividerBlockOuter">
+ <tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 10px 18px 25px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width: 100%;border-top: 2px solid #EEEEEE;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">&nbsp;</td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody class="mcnTextBlockOuter">
+ <tr>
+ <td class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnTextContentContainer" style="max-width: 100%;min-width: 100%;background-color: #404040;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td class="mcnTextContent" style="padding: 0px 18px 9px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;" valign="top"><span style="font-size:12px">This email was sent to&nbsp;&amp;lt;&amp;lt;Email Address&gt;&gt;<br>
+ You can <a href="https://eclipse.us6.list-manage.com/profile?u=eaf9e1f06f194eadc66788a85&amp;id=e7538485cd&amp;e=[UNIQID]&amp;c=7e7345d1b1" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><u>update your preferences</u></a> or <a href="https://eclipse.us6.list-manage.com/unsubscribe?u=eaf9e1f06f194eadc66788a85&amp;id=e7538485cd&amp;e=[UNIQID]&amp;c=7e7345d1b1" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><u>unsubscribe from this list</u></a>.<br>
+ Eclipse Foundation · 2934 Baseline Road, Suite 202 · Ottawa, ON K2H 1B2 · Canada</span></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]--><!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]--></td>
+ </tr>
+ </tbody>
+</table>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ </tbody>
+</table></td>
+ </tr>
+ </tbody></table>
diff --git a/eclipse_newsletter/2021/april/images/1_1.png b/eclipse_newsletter/2021/april/images/1_1.png
new file mode 100644
index 000000000..84d7f557d
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/1_1.png
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/1_2.gif b/eclipse_newsletter/2021/april/images/1_2.gif
new file mode 100644
index 000000000..5269c7b92
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/1_2.gif
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/3_1.gif b/eclipse_newsletter/2021/april/images/3_1.gif
new file mode 100644
index 000000000..486300516
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/3_1.gif
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/3_2.png b/eclipse_newsletter/2021/april/images/3_2.png
new file mode 100644
index 000000000..4444f9316
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/3_2.png
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/3_3.png b/eclipse_newsletter/2021/april/images/3_3.png
new file mode 100644
index 000000000..449140451
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/3_3.png
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/3_4.png b/eclipse_newsletter/2021/april/images/3_4.png
new file mode 100644
index 000000000..cfcbb9b67
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/3_4.png
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/3_5.png b/eclipse_newsletter/2021/april/images/3_5.png
new file mode 100644
index 000000000..3d848819f
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/3_5.png
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/3_6.gif b/eclipse_newsletter/2021/april/images/3_6.gif
new file mode 100644
index 000000000..f37bb6247
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/3_6.gif
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/brian.jpg b/eclipse_newsletter/2021/april/images/brian.jpg
new file mode 100644
index 000000000..dd84c7602
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/brian.jpg
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/colin.jpg b/eclipse_newsletter/2021/april/images/colin.jpg
new file mode 100644
index 000000000..4de4d4536
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/colin.jpg
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/kenneth.jpg b/eclipse_newsletter/2021/april/images/kenneth.jpg
new file mode 100644
index 000000000..c4d6b3a8a
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/kenneth.jpg
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/maximilian.jpg b/eclipse_newsletter/2021/april/images/maximilian.jpg
new file mode 100644
index 000000000..957dc7967
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/maximilian.jpg
Binary files differ
diff --git a/eclipse_newsletter/2021/april/images/philip.jpg b/eclipse_newsletter/2021/april/images/philip.jpg
new file mode 100644
index 000000000..aef4df1b2
--- /dev/null
+++ b/eclipse_newsletter/2021/april/images/philip.jpg
Binary files differ
diff --git a/eclipse_newsletter/2021/april/index-mailchimp.php b/eclipse_newsletter/2021/april/index-mailchimp.php
new file mode 100644
index 000000000..990ae3e4a
--- /dev/null
+++ b/eclipse_newsletter/2021/april/index-mailchimp.php
@@ -0,0 +1,71 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+$App = new App ();
+$path = $App->getWWWPrefix();
+$path_to_index = $path . preg_replace('/index-mailchimp.php/u', "index.php", $_SERVER['REQUEST_URI']);
+include '_variables.php';
+
+// Override default variables for mailchip
+$email_body_width = "600px";
+$col_1_img = "540px";
+$col_2_table = "260";
+$col_2_img = "260px";
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="viewport" content="width=device-width" />
+<title><?php print $pageTitle; ?></title>
+
+<?php include '../../_includes/_mailchip.php'; ?>
+
+<!--
+ Outlook Conditional CSS
+ These two style blocks target Outlook 2007 & 2010 specifically, forcing
+ columns into a single vertical stack as on mobile clients. This is
+ primarily done to avoid the 'page break bug' and is optional.
+ More information here:
+http://templates.mailchimp.com/development/css/outlook-conditional-css
+-->
+<!--[if mso 12]>
+ <style type="text/css">
+ .flexibleContainer{display:block !important; width:100% !important;}
+ </style>
+<![endif]-->
+<!--[if mso 14]>
+ <style type="text/css">
+ .flexibleContainer{display:block !important; width:100% !important;}
+ </style>
+<![endif]-->
+
+</head>
+<body>
+ <center>
+ <table border="0" cellpadding="0" cellspacing="0" height="100%"
+ width="100%" id="bodyTable">
+ <tr>
+ <td align="center" valign="top" id="bodyCell">
+
+ <!-- EMAIL CONTAINER -->
+ <?php include 'content/en_index.php'; ?>
+
+ </td>
+ </tr>
+ </table>
+ </center>
+</body>
+</html> \ No newline at end of file
diff --git a/eclipse_newsletter/2021/april/index.php b/eclipse_newsletter/2021/april/index.php
new file mode 100644
index 000000000..5e8dbf0d2
--- /dev/null
+++ b/eclipse_newsletter/2021/april/index.php
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ $Theme = $App->getThemeClass();
+ $script_name = $App->getScriptName();
+
+ //Page specific settings (i.e. $pageTitle) can be found in _variable.php
+ require_once ('_variables.php');
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_index.php"); \ No newline at end of file
diff --git a/eclipse_newsletter/assets/public/images/2021_march.png b/eclipse_newsletter/assets/public/images/2021_march.png
new file mode 100644
index 000000000..a46536abb
--- /dev/null
+++ b/eclipse_newsletter/assets/public/images/2021_march.png
Binary files differ
diff --git a/eclipse_newsletter/content/en_archives.php b/eclipse_newsletter/content/en_archives.php
index c338723dd..648e5f83e 100644
--- a/eclipse_newsletter/content/en_archives.php
+++ b/eclipse_newsletter/content/en_archives.php
@@ -26,6 +26,19 @@
<div id="collapseEleven" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingEleven">
<div class="panel-body">
<div class="row">
+ <div class="col-sm-12">
+ <div class="col-md-4 col-sm-6">
+ <span class="newsletter-archive-icons">
+ <i class="fa fa-calendar-o" aria-hidden="true"></i>
+ <span class="newsletter-archive-month">Mar</span>
+ </span>
+ </div>
+ <div class="col-md-20 col-sm-18">
+ <p class="margin-top-10"><a
+ href="http://www.eclipse.org/community/eclipse_newsletter/2021/march/"
+ target="_blank">With Jakarta EE 9.1 well underway and Jakarta EE 10 on the horizon...</a></p>
+ </div>
+ </div>
<div class="col-sm-12">
<div class="col-md-4 col-sm-6">
<span class="newsletter-archive-icons">
diff --git a/eclipse_newsletter/newsletter-items.xml b/eclipse_newsletter/newsletter-items.xml
index de8224cc8..d295b9f0d 100644
--- a/eclipse_newsletter/newsletter-items.xml
+++ b/eclipse_newsletter/newsletter-items.xml
@@ -9,12 +9,12 @@
</sponsors_home_page>
<featured_newsletters_title>
- <title>Charting a Course for the Future of Cloud Native Java</title>
+ <title>Open Source Cloud Development Comes of Age</title>
</featured_newsletters_title>
<!-- Featured Newsletter Read More Button -->
<featured_newsletters_readmore>
- <link>/community/eclipse_newsletter/2021/march</link>
+ <link>/community/eclipse_newsletter/2021/april</link>
<title>Read it now</title>
</featured_newsletters_readmore>
@@ -22,26 +22,26 @@
<!-- Featured Newsletter Articles -->
<featured_newsletters>
<item>
- <title>Jakarta EE 9.1 Release Contents and Status</title>
- <link>/community/eclipse_newsletter/2021/march/1.php</link>
+ <title>Jumpstart IDE and Tool Development With Eclipse Theia Blueprint</title>
+ <link>/community/eclipse_newsletter/2021/april/1.php</link>
<description></description>
<imageurl>assets/public/images/1.png</imageurl>
</item>
<item>
- <title>Three Steps to List Jakarta EE-Compatible Implementations</title>
- <link>/community/eclipse_newsletter/2021/march/2.php</link>
+ <title>Discover the Embedded Cloud DevTools Special Interest Group</title>
+ <link>/community/eclipse_newsletter/2021/april/2.php</link>
<description></description>
<imageurl>assets/public/images/2.png</imageurl>
</item>
<item>
- <title>Jakarta EE and MicroProfile Alignment: Your Input Is Needed</title>
- <link>/community/eclipse_newsletter/2021/march/3.php</link>
+ <title>Six Reasons to Check Out the New Eclipse Theia Memory Inspector</title>
+ <link>/community/eclipse_newsletter/2021/april/3.php</link>
<description></description>
<imageurl>assets/public/images/3.png</imageurl>
</item>
<item>
- <title>March Community Updates</title>
- <link>/community/eclipse_newsletter/2021/march/5.php</link>
+ <title>April Community Updates</title>
+ <link>/community/eclipse_newsletter/2021/april/5.php</link>
<description></description>
<imageurl>assets/public/images/4.png</imageurl>
</item>
@@ -51,6 +51,12 @@
<!-- Recent Newsletter Articles -->
<recent_newsletters>
<item>
+ <title>Charting a Course for the Future of Cloud Native Java</title>
+ <link>/community/eclipse_newsletter/2020/march/</link>
+ <description>With Jakarta EE 9.1 well underway and Jakarta EE 10 on the horizon, now is the time for everyone with a stake in cloud native Java to get involved in shaping the future of Java infrastructure.</description>
+ <imageurl>assets/public/images/2021_march.png</imageurl>
+ </item>
+ <item>
<title>Driving IoT and Edge Computing Innovation With Open Source</title>
<link>/community/eclipse_newsletter/2021/february/</link>
<description>IoT and edge computing are high growth technology domains, with some super exciting and innovative open source technologies emerging to support a broad range of use cases.</description>
@@ -68,12 +74,6 @@
<description>Over the last several years, companies in the automotive industry have increasingly recognized the business value...</description>
<imageurl>assets/public/images/2020_december.png</imageurl>
</item>
- <item>
- <title>The Next Phase of Jakarta EE Is About to Begin</title>
- <link>/community/eclipse_newsletter/2020/november/</link>
- <description>As I’m writing, we’re on the verge of completing the Jakarta EE 9 General Availability release. With the jakarta namespace change made in all Jakarta EE 9 specifications...</description>
- <imageurl>assets/public/images/november_2020.png</imageurl>
- </item>
-
+
</recent_newsletters>
</items> \ No newline at end of file

Back to the top