Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHDP-989: write a post about sunsetting JBossTools #1004

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ GEM
Platform (>= 0.4.0)
open4
Platform (0.4.2)
RedCloth (4.3.3)
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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand All @@ -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)
Expand Down Expand Up @@ -215,4 +215,4 @@ RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
2.3.26
1.17.3
19 changes: 19 additions & 0 deletions blog/announcement-jbosstools-reaches-eol.adoc
Original file line number Diff line number Diff line change
@@ -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
Loading