• JBoss Editorial (July 1st): Streaming, Transactions, Monitoring and more

    Welcome to another edition of the JBoss Editorial, join me in another trip through the JBoss Communities as we search for exciting developments and news from our projects.   Apache Kafka Streaming with Red Hat A...
    Profile Photo
    last modified by kconner
  • RESTEasy 4.1.0.Final is available!

    Folks, as previously anticipated, RESTEasy 4.1.0.Final has been released! It brings the new MicroProfile REST Client 1.3 implementation on 4.x series too, the same provided last week with 3.8.0.Final. Besides that, ...
    Profile Photo
    last modified by asoldano
  • RESTEasy 3.8.0.Final and MicroProfile 3

    Last week the release of MicroProfile 3.0 was announced. It comes with few additions and updates in some of its specifications, one of them being the MP REST Client which has been upgraded to version 1.3. RESTEasy us...
    Profile Photo
    last modified by asoldano
  • Getting started with EJBs and Elytron Part 1: Securing EJBs and invoking them from remote clients

    This blog post describes how to secure EJBs deployed to WildFly 11 using Elytron and how to invoke them from a standalone remote client. If you haven’t already, take a look at the Elytron documentation  on ...
    Profile Photo
    last modified by fjuma
  • Getting started with EJBs and Elytron Part 2: EJB invocations from remote servers

    My previous blog post described how to secure EJBs deployed to WildFly 11 using Elytron and how to invoke them from a standalone remote client. This post describes how to invoke EJBs deployed on a WildFly server insta...
    Profile Photo
    last modified by fjuma
  • Using Elytron certificate-based authentication with authorization

    For certificate-based authentication, the client presents its X.509 certificate chain to the server. The server then verifies this certificate chain using its truststore. The truststore only needs to contain certifica...
    Profile Photo
    created by fjuma
  • Security Features for WildFly 18

    Since the feature development phase for WildFly 18 has now started, we wanted to highlight the security features that we are planning to work on for this release.   Planned Features  The features in this fi...
    Profile Photo
    created by fjuma
  • Configuring a JDBC Security Realm with BCrypt and Modular Crypt Password Mappers

    The Elytron JDBC SecurityRealm allows users to load identities from databases. These identities can be loaded with multiple credentials and attributes. To define the credentials and attributes, users can use one or mo...
    Profile Photo
    last modified by aabdelsa
  • Upcoming support for TLS 1.3 with WildFly

    One of the new security features that we have been working on is adding support for TLS 1.3 to WildFly. Although this feature didn’t make it into WildFly 17, the plan is to have it included in WildFly 18. This b...
    Profile Photo
    created by fjuma
  • RESTEasy Spring Boot Starter 3.1.0.Final released

    RESTEasy Spring Boot Starter 3.1.0.Final is released and can be fetched from Github: Release 3.1.0.Final · resteasy/resteasy-spring-boot · GitHub Here is the maven dependency section to include the...
    Profile Photo
    last modified by weinanli
  • This week in JBoss (June 1st 2019) - The Quiet One

    Well it's been a quiet week or so since we last posted, at least for blogs. But remember that you can always check the Red Hat Developers site for more activity. In the meantime, let's take a look at what else has bee...
    Profile Photo
    created by marklittle
  • JBoss Weekly Editorial 16 May 2019

    Welcome to a post-Red Hat Summit JBoss Weekly Editorial! We just came back from Red Hat Summit 2019 in Boston. What a great week with some amazing news! Of course two big announcements that came out of Summit this yea...
    Profile Photo
    last modified by lightguard
  • RESTEasy 4.0.0.Final is here!

    At the end of March I was announcing RESTEasy 4 CR1 and telling the final was coming soon. Unfortunately it has taken more than I hoped for the transition; the nice thing, however, is that was because the community (e...
    Profile Photo
    created by asoldano
  • Weekly Editorial - 7th May 2019

    Update on Eclipse Jakarta EE Rights to Java Trademarks The big news this week was around an update to Jakarta EE's rights to use Java trademarks. You can read the announcement here by Mike Milinkovich. Essentially, it...
    Profile Photo
    created by paul.robinson
  • Jakarta EE and the future

    Some things never quite go the way you expect or the way you want. Sometimes that means you get a pleasant surprise. Sometimes it doesn’t. When Red Hat, IBM, Tomitribe and Oracle stood together on stage back in ...
    Profile Photo
    last modified by marklittle
  • Speaking at GOTO Chicago on Quarkus/MicroProfile

    I will be speaking at the GOTO Chicago event about Quarkus/MicroProfile this coming Monday, April 29   Session abstract:https://gotochgo.com/2019/sessions/878   Supersonic, Subatomic Eclipse MicroProfileWha...
    Profile Photo
    last modified by starksm64
  • This week in JBoss (18th April 2019): Onward with Quarkus!

    With something things happening lately, we have (again) missed an editorial two weeks ago! All our apology about that, but this one will catch you up if you have missed anything. No surprise, only a few weeks after it...
    Profile Photo
    last modified by rpelisse
  • RESTEasy 4 is coming soon

    Earlier this week a release candidate version (4.0.0.CR1) of RESTEasy has been tagged. The artifacts are built and available on the Maven Central and JBoss Nexus repositories. This is the result of many months of wor...
    Profile Photo
    created by asoldano
  • JBoss Weekly 2019-03-22

    Welcome to another JBoss Weekly Editorial as we prepare for the end of March! We have a number of releases and blogs posts to highlight, so let’s get to it.   New Releases Hibernate Validator 6.0.16.Fin...
    Profile Photo
    last modified by lightguard
  • Obtaining and managing certificates from Let’s Encrypt using the WildFly CLI

    Since WildFly 14, it is possible to obtain and manage certificates from the Let’s Encrypt certificate authority using the WildFly CLI. In particular, it is possible to get a certificate from Let’s Encrypt,...
    Profile Photo
    last modified by fjuma