Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Announcing Red Hat Developer Studio 11.1.0.GA and JBoss Tools 4.5.1.Final for Eclipse Oxygen.1A

<p>&nbsp;</p> <quillbot-extension-portal></quillbot-extension-portal>

November 7, 2017
Jeff Maury
Related topics:
ContainersDeveloper toolsJavaLinuxKubernetesMicroservicesNode.js
Related products:
Developer ToolsetRed Hat JBoss Enterprise Application PlatformRed Hat OpenShiftRed Hat OpenShift Container PlatformRed Hat Enterprise Linux

    JBoss Tools 4.5.1 and Red Hat JBoss Developer Studio 11.1 for Eclipse Oxygen.1A are here waiting for you. Check it out!

    Installation

    JBoss Developer Studio comes with everything pre-bundled in its installer. Simply download it from our JBoss Products page and run it like this:

    java -jar jboss-devstudio-<installername>.jar

    JBoss Tools or Bring-Your-Own-Eclipse (BYOE) JBoss Developer Studio requires a bit more:

    This release requires at least Eclipse 4.7 (Oxygen) but we recommend using the latest Eclipse 4.7.1A Oxygen JEE Bundle since then you get most of the dependencies pre-installed.

    Once you have installed Eclipse, you can either find us on the Eclipse Marketplace under "JBoss Tools" or "Red Hat JBoss Developer Studio".

    For JBoss Tools, you can also use our update site directly.

    http://download.jboss.org/jbosstools/oxygen/stable/updates/

    What is new?

    Our focus for this release was on adoption of Java 9, improvements for container-based development and bug fixing. Eclipse Oxygen itself has a lot of new cool stuff but let me highlight just a few updates in both Eclipse Oxygen and JBoss Tools plugins that I think are worth mentioning.

    OpenShift 3

    CDK 3.2 Server Adapter

    A new server adapter has been added to support the next generation of CDK 3.2. While the server adapter itself has limited functionality, it is able to start and stop the CDK virtual machine via its minishift binary. Simply hit Ctrl+3 (Cmd+3 on OSX) and type CDK, which will bring up a command to set up and/or launch the CDK server adapter. You should see the old CDK 2 server adapter along with the new CDK 3 one (labeled Red Hat Container Development Kit 3.2+).

    All you have to do is set the credentials for your Red Hat account, the location of the CDK’s minishift binary file, the type of virtualization hypervisor and an optional CDK profile name.

    Once you’re finished, a new CDK Server adapter will then be created and visible in the Servers view.

    Once the server is started, Docker and OpenShift connections should appear in their respective views, allowing the user to quickly create a new Openshift application and begin developing their AwesomeApp in a highly replicable environment.

    New command to tune resource limits

    A new command has been added to tune resource limits (CPU, memory) on an OpenShift deployment. It’s available for a Service, a DeploymentConfig, a ReplicationController, or a Pod.

    To activate it, go the OpenShift explorer, select the OpenShift resource, right-click, and select Edit resource limits. The following dialog will show up:

    After you changed the resource limits for this deployment, it will be updated and new pods will be generated (not for ReplicationController).

    Discover Docker registry URL for OpenShift connections

    When an OpenShift connection is created, the Docker registry URL is empty. When the CDK is started through the CDK server adapter, an OpenShift connection is created or updated if a matching OpenShift connection is found. But what if you have several OpenShift connections, the remaining ones will be left with the empty URL.

    You can find the matching Docker registry URL when editing the OpenShift connection through the Discover button:

    Click on the Discover button and the Docker registry URL will be filled if a matching CDK server adapter is found:

    OpenShift.io login

    It is possible to login from JBoss Tools to OpenShift.io. A single account will be maintained per workspace. Once you initially logged onto OpenShift.io, all needed account information (tokens…) will be stored securely.

    There are two ways to login into OpenShift.io:

    • through the UI
    • via a third-party service that will invoke the proper extension point
    UI based login to OpenShift.io

    In the toolbar, you should see a new icon . Click on it and it will launch the login.

    If this is your first time logging in to OpenShift.io or if your OpenShift.io account tokens are not valid anymore, you should see a browser launched with the following content:

    Enter your RHDP login and the browser will then auto-close and an extract (for security reasons) of the OpenShift.io token will be displayed:

    This dialog will be also shown if an OpenShift.io account was configured in the workspace and the account information is valid.

    Via extension point

    The OpenShift.io integration can be invoked by a third-party service through the org.jboss.tools.openshift.io.code.tokenProvider extension point. This extension point will perform the same actions as the UI but will return an access token for OpenShift.io to the third-party service. A detailed explanation of how to use this extension point is described here: Wiki page

    You can display the account information using the Eclipse Jboss Tools → OpenShift.io preference node. If your workspace does not contain an OpenShift.io account yet, you should see the following:

    If you have a configured OpenShift.io account, you should see this:

    Server tools

    EAP 7.1 Server Adapter

    A server adapter has been added to work with EAP 7.1 and WildFly 11. It’s based on WildFly 11. This new server adapter includes support for incremental management deployment like it’s upstream WildFly 11 counterpart.

    Fuse Tooling

    Global Beans: improve support for Bean references

    It is now possible to set Bean references from User Interface when creating a new Bean:

    Editing Bean references is also now available in the properties view when editing an existing Bean:

    Additional validation has been added to help users avoid mixing Beans defined with class names and Beans defined referring to other beans.

    Apache Karaf 4.x Server Adapter

    We are happy to announce the addition of new Apache Karaf server adapters. You can now download and install Apache Karaf 4.0 and 4.1 from within your development environment.

    Switch Apache Camel Version

    You can now change the Apache Camel version used in your project. To do that you need to cite the context menu of the project in the project explorer and navigate to the Configure menu. There you will find the menu entry called Change Camel Version, which will guide you through this process.

    Improved Validation

    The validation in the editor has been improved to find containers, which lack mandatory child elements. (for instance a Choice without a child element)

     

    And more…

    You can find more updates that are noteworthy on this page.

    What is next?

    With JBoss Tools 4.5.1 and Developer Studio 11.1 released we are already working on the next maintenance release for Eclipse Oxygen.

    Last updated: November 9, 2023

    Recent Posts

    • Every layer counts: Defense in depth for AI agents with Red Hat AI

    • Fun in the RUN instruction: Why container builds with distroless images can surprise you

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.