From cf1bea57586a7e1bfc88c6a251a40bfd69016930 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Tue, 23 Apr 2024 14:31:26 +0200 Subject: [PATCH] RHDP-989: write a pos t about sunsetting JBossTools Signed-off-by: Stephane Bouchet --- Gemfile.lock | 32 +++++++++---------- blog/announcement-jbosstools-reaches-eol.adoc | 19 +++++++++++ 2 files changed, 35 insertions(+), 16 deletions(-) create mode 100644 blog/announcement-jbosstools-reaches-eol.adoc diff --git a/Gemfile.lock b/Gemfile.lock index dcfdcfcf..691bdace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,13 +26,13 @@ GEM Platform (>= 0.4.0) open4 Platform (0.4.2) - RedCloth (4.3.2) - addressable (2.8.1) + RedCloth (4.3.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ansi (1.5.0) asciidoctor (1.5.8) ast (2.4.2) - autoprefixer-rails (10.4.13.0) + autoprefixer-rails (10.4.16.0) execjs (~> 2) bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) @@ -71,13 +71,13 @@ GEM eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) - execjs (2.8.1) + execjs (2.9.0) ffi (1.15.5) formatador (1.1.0) - git (1.18.0) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) - guard (2.18.0) + guard (2.18.1) formatador (>= 0.2.4) listen (>= 2.7, < 4.0) lumberjack (>= 1.0.12, < 2.0) @@ -105,20 +105,20 @@ GEM http-cookie (1.0.5) domain_name (~> 0.5) http_parser.rb (0.8.0) - json (2.6.3) + json (2.7.2) kramdown (2.3.2) rexml less (2.6.0) commonjs (~> 0.2.7) - libv8 (3.16.14.19) + libv8 (3.16.14.19.1) listen (2.10.1) celluloid (~> 0.16.0) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) - lumberjack (1.2.8) - markaby (0.9.0) + lumberjack (1.2.10) + markaby (0.9.1) builder - method_source (1.0.0) + method_source (1.1.0) mime-types (2.99.3) multi_css (0.1.0) css_press @@ -142,7 +142,7 @@ GEM method_source (~> 1.0) public_suffix (4.0.7) rack (1.6.13) - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.9.8) rb-inotify (0.10.1) ffi (~> 1.0) @@ -153,7 +153,7 @@ GEM mime-types (>= 1.16, < 3.0) netrc (~> 0.7) rexml (3.2.5) - ruby-ll (2.1.2) + ruby-ll (2.1.3) ansi ast rubypants (0.7.1) @@ -168,7 +168,7 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (1.2.1) + thor (1.2.2) tilt (2.0.11) timers (4.0.4) hitimes @@ -177,7 +177,7 @@ GEM json (>= 1.8.0) unf (0.1.4) unf_ext - unf_ext (0.0.8.2) + unf_ext (0.0.9.1) version (1.0.0) yui-compressor (0.9.6) POpen4 (>= 0.1.4) @@ -215,4 +215,4 @@ RUBY VERSION ruby 2.4.1p111 BUNDLED WITH - 2.3.26 + 1.17.3 diff --git a/blog/announcement-jbosstools-reaches-eol.adoc b/blog/announcement-jbosstools-reaches-eol.adoc new file mode 100644 index 00000000..59ca100c --- /dev/null +++ b/blog/announcement-jbosstools-reaches-eol.adoc @@ -0,0 +1,19 @@ += Announcement - JBoss Tools reaches end of life +:page-layout: blog +:page-author: sbouchet +:page-tags: [release, jbosstools, jbosscentral] +:page-date: 2024-05-01 + +Hello to our dear JBoss community. + +We, the developer and our management team, have made the decision to no longer support Eclipe IDE for our tooling offering. + +Our focus is to provide great tools to the developers, but with limited resources, we decided to focus on others IDEs, VScode and Intellij IDEA. +Our source code respositories are still open and available on https://github.com/jbosstools[GitHub]. + + +It has been a great ride and we wish you all the best. + +Thanks for everything and goodbye. + +The JBoss Team