Skip to content

Commit

Permalink
Merge pull request #4133 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Various small edits
  • Loading branch information
dmuelle authored Nov 7, 2024
2 parents c544a48 + da03634 commit e336b0b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions posts/2024-10-09-zero-migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Updating an application runtime is, however, typically a grueling task to undert

Now multiply these concerns by the hundreds or thousands of deployments of your microservices, each containing an instance of the application runtime, and it's no wonder that many applications remain on old versions and teams pursue upgrades only when deemed absolutely necessary. This growing technical debt not only delays the benefits provided by newer releases, including security fixes, but can also snowball into making the eventual migration process that much more difficult and risky.

Although container image scanning is improving, containers can further exasperate the problem by obfuscating old, possibly unsupported, runtimes and dependencies. Teams might not even be aware of an aging runtime and the potential security risks it could pose.
Although container image scanning is improving, containers can further exacerbate the problem by obfuscating old, possibly unsupported, runtimes and dependencies. Teams might not even be aware of an aging runtime and the potential security risks it could pose.

## Liberty's zero-migration architecture

Expand Down Expand Up @@ -73,9 +73,9 @@ Proactive security fixes (security fixes we automatically make available when we
[cols="3,2,2", options="header"]
|=======================================================================================
| Support status | All releases | Releases ending in “.3”, “.6”, “.9” or “.12”
| Support Provided | For 5 years | For 5 years
| iFix Eligible | For 24 weeks | For 2 years
| Proactive Security Fixes | Most recent | Most recent 2
| Support Provided | For 5 years | For 5 years
| iFix Eligible | For 24 weeks | For 2 years
| Proactive Security Fixes | Most recent | Most recent 2
|=======================================================================================

Our prebuilt link:/docs/latest/container-images.html[Liberty container images] are rebuilt weekly for the versions eligible for the proactive security fixes, pulling in any Java and UBI fixes that have been released since the previous build of the image. This provides you with a great base image for your application, while retaining control over which Liberty iFixes you want to apply to your image.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
layout: post
title: "Effective cloud native development with Open Liberty in Visual Studio Code"
title: "Visual Studio Code: Effective cloud-native Java app development with Liberty Tools"
# Do NOT change the categories section
categories: blog
author_picture: https://avatars3.githubusercontent.com/GraceJansen
author_github: https://github.com/GraceJansen
seo-title: Effective cloud native development with Open Liberty in Visual Studio Code - OpenLiberty.io
author_picture: https://avatars3.githubusercontent.com/GraceJansen
author_github: https://github.com/GraceJansen
seo-title: "Visual Studio Code: Effective cloud-native Java app development with Liberty Tools - OpenLiberty.io"
seo-description: Liberty Tools for Visual Studio Code enables fast, easy and efficient development of cloud native Java applications with Open Liberty.
blog_description: "Liberty Tools for Visual Studio Code enables fast, easy and efficient development of cloud native Java applications with Open Liberty."
open-graph-image: https://openliberty.io/img/twitter_card.jpg
open-graph-image-alt: Open Liberty Logo
redirect_link: https://developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-vs-code/
permalink: /blog/redirected.html
---
= Effective cloud native development with Open Liberty in Visual Studio Code
= Visual Studio Code: Effective cloud-native Java app development with Liberty Tools
Grace Jansen <https://github.com/GraceJansen>
//Blank line here is necessary before starting the body of the post.

As cloud-native developers, you have to care not only about developing your application, but also the building, deployment, and management of it in production. These added tasks create a complex and often challenging environment, which causes you to be constantly switching between different platforms, tools, and frameworks.

What you need is a way in which you could complete this diverse set of tasks, with language and framework support, all within one IDE. The open source Liberty Tools for Visual Studio Code offers just this option, helping you develop, build, test, deploy, and manage your applications – all within your favorite IDE, Visual Studio Code!
What you need is a way in which you could complete this diverse set of tasks, with language and framework support, all within one IDE. The open source Liberty Tools for Visual Studio Code offers just this option, helping you develop, build, test, deploy, and manage your applications – all within your favorite IDE, Visual Studio Code!
12 changes: 6 additions & 6 deletions posts/2024-10-25-liberty-tools-intellij-idea.adoc
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
---
layout: post
title: "Effective cloud-native Java app development with Open Liberty in IntelliJ IDEA"
title: "IntelliJ IDEA: Effective cloud-native Java app development with Liberty Tools"
# Do NOT change the categories section
categories: blog
author_picture: https://avatars3.githubusercontent.com/GraceJansen
author_github: https://github.com/GraceJansen
seo-title: Effective cloud-native Java app development with Open Liberty in IntelliJ IDEA - OpenLiberty.io
author_picture: https://avatars3.githubusercontent.com/GraceJansen
author_github: https://github.com/GraceJansen
seo-title: "IntelliJ IDEA: Effective cloud-native Java app development with Liberty Tools - OpenLiberty.io"
seo-description: Use Liberty Tools for IntelliJ IDEA to enable rapid, easy, and efficient development of cloud-native Java applications with Open Liberty.
blog_description: "Use Liberty Tools for IntelliJ IDEA to enable rapid, easy, and efficient development of cloud-native Java applications with Open Liberty."
open-graph-image: https://openliberty.io/img/twitter_card.jpg
open-graph-image-alt: Open Liberty Logo
redirect_link: https://developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-intellij-idea/
permalink: /blog/redirected.html
---
= Effective cloud-native Java app development with Open Liberty in IntelliJ IDEA
= IntelliJ IDEA: Effective cloud-native Java app development with Liberty Tools
Grace Jansen <https://github.com/GraceJansen>
//Blank line here is necessary before starting the body of the post.

When it comes to integrated development environments, within the Java community, IntelliJ IDEA is the most popular IDE amongst professional developers. It is the preferred IDE of choice by 2/5ths of developers, making up the biggest majority of IDE users in this community, according to JRebel's 2023 Java Developer Productivity Report. This well-established and highly popular IDE provides a fantastic and highly efficient environment in which to develop effective cloud-native Java applications, significantly improving the development experience. However, in order to truly unlock this improved development experience and enhanced productivity, we must ensure that we have the most appropriate and useful plugins.

In this article, we'll explore the Liberty Tools plugin for IntelliJ IDEA and how this plugin can help enable fast, easy, and efficient development of cloud-native Java applications with Open Liberty.
In this article, we'll explore the Liberty Tools plugin for IntelliJ IDEA and how this plugin can help enable fast, easy, and efficient development of cloud-native Java applications with Open Liberty.
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
layout: post
title: "Effective cloud-native Java app development with Open Liberty in the Eclipse IDE"
title: "Eclipse IDE: Effective cloud-native Java app development with Liberty Tools"
# Do NOT change the categories section
categories: blog
author_picture: https://avatars3.githubusercontent.com/GraceJansen
author_github: https://github.com/GraceJansen
seo-title: Effective cloud-native Java app development with Open Liberty in the Eclipse IDE - OpenLiberty.io
author_picture: https://avatars3.githubusercontent.com/GraceJansen
author_github: https://github.com/GraceJansen
seo-title: "Eclipse IDE: Effective cloud-native Java app development with Liberty Tools - OpenLiberty.io"
seo-description: Use Liberty Tools for Eclipse to enable fast, easy, and efficient development of cloud native Java applications with Open Liberty in the Eclipse IDE.
blog_description: "Use Liberty Tools for Eclipse to enable fast, easy, and efficient development of cloud native Java applications with Open Liberty in the Eclipse IDE."
open-graph-image: https://openliberty.io/img/twitter_card.jpg
open-graph-image-alt: Open Liberty Logo
redirect_link: https://developer.ibm.com/articles/awb-effective-cloud-native-development-open-liberty-eclipse-ide/
permalink: /blog/redirected.html
---
= Effective cloud-native Java app development with Open Liberty in the Eclipse IDE
= Eclipse IDE: Effective cloud-native Java app development with Liberty Tools
Grace Jansen <https://github.com/GraceJansen>
//Blank line here is necessary before starting the body of the post.

The Eclipse IDE has been a popular choice with developers for many years, placing 2nd in "most popular IDE of 2022" in the JRebel survey. This mature and fully-featured IDE, with an extensive plugin repository, can help to significantly improve the development experience. However, ensuring that developers have the most appropriate and helpful plugins can be the key to unlocking this improved development experience and enhanced productivity. In this article, we explore the Liberty Tools plugin for Eclipse IDE and how it can help enable fast, easy, and efficient development of cloud-native Java applications with Open Liberty.
The Eclipse IDE has been a popular choice with developers for many years, placing 2nd in "most popular IDE of 2022" in the JRebel survey. This mature and fully-featured IDE, with an extensive plugin repository, can help to significantly improve the development experience. However, ensuring that developers have the most appropriate and helpful plugins can be the key to unlocking this improved development experience and enhanced productivity. In this article, we explore the Liberty Tools plugin for Eclipse IDE and how it can help enable fast, easy, and efficient development of cloud-native Java applications with Open Liberty.

0 comments on commit e336b0b

Please sign in to comment.