• History of API changes for Infinispan Core

    Here is the report on API changes and backward binary compatibility for the Infinispan Core library: https://abi-laboratory.pro/java/tracker/timeline/infinispan-core/   The report is generated by the https://gi...
    Profile Photo
    last modified by lvc
  • CLI - commands management

    CLI commands management   AnalysisSummaryWith the evolution of CLI to support aesh 1.0 commands, we have new use cases that CLI needs to handle. For example, to take benefit of third-party aesh commands (eg: aesh...
    Profile Photo
    last modified by jdenise
  • CLI - Rework batch related commands for better UX

    Rework batch related commands for better UX   AnalysisSummaryThe batch command is difficult to use. The combination of options is not that obvious to use. Batch command is associated to a bunch of other commands ...
    Profile Photo
    last modified by jdenise
  • CLI - Stored commands

    AnalysisSummary It has been identified a need to capture a set of commands in order to address 2 use cases: 1) Capture a set of commands in order to create a re-usable named command for this set of commands 2) Captu...
    Profile Photo
    last modified by jdenise
  • CLI - Revisit Ctrl-C and Ctrl-D handling

    Revisit Ctrl-C and Ctrl-D handling in CLI   AnalysisSummaryExiting when Ctrl-C is typed in all cases seems not the best UX. CLI should align to bash like behavior. RequirementsCtrl-C CLI behaviour (similar to ba...
    Profile Photo
    last modified by jdenise
  • CLI - Highlight of open/close characters

    Highlight of open/close characters   AnalysisSummaryIn a context where we have a nesting of complex objects as operation parameters, it is difficult to match the '{' and '[' with their closing counterparts. In pa...
    Profile Photo
    last modified by jdenise
  • IPv6

    Issues with JGroups and IPv6 on Linux  In a nutshell: IPv6 works with JGroups on Windows (but TCP_NIO doesn't work).   On Windows (XP), you have to enable IPv6 by clicking on any connection (e.g. "Local Ar...
    Profile Photo
    last modified by belaban
  • ExplodedDeployment

    Exploded Deployment  JBoss supports the ability to deploy regular Java EE archives (WAR, EAR, EJB, JAR, etc. files) as a single archive file or as an exploded directory.  Using the directory form for deploy...
    Profile Photo
    last modified by vovtz
  • Elytron HTTP Digest Nonce Handling - Design

    This design is to consider a new nonce handling strategy for HTTP Digest authentication for the HTTP Digest authentication mechanism being provided under issue [ELY-286] HTTP Digest Authentication - JBoss Issue Tracke...
    Profile Photo
    last modified by dlofthouse
  • How to implement Kerberos authentication with a Simple REST Web App

    In this "how to" guide I will go over the steps I took to make Kerberos authentication work with a Simple REST based webapp. My setup includes two laptop machines running Fedora OS. They both are connected to my wirel...
    Profile Photo
    last modified by rareddy
  • dump2.txt

    Profile Photo
    last modified by mposolda
  • How to get the Client ip address in an EJB3 Interceptor

    Often it's useful for Auditing or security purposes to get the IP Address of the client making a remote EJB3 Call. This information is not readily available in the Context of an EJB3 Bean.  Here's a hack to be ab...
    Profile Photo
    last modified by jay.howell
  • API changes report for Errai Bus

    Hi all,   I'd like to share my results on API changes analysis for the Errai Bus library: https://abi-laboratory.pro/java/tracker/timeline/errai-bus/   The report is generated by the https://github.com/lv...
    Profile Photo
    last modified by lvc
  • errai-tutorial.tar.xz

    custom tags are losing their children
    Profile Photo
    last modified by treblereel
  • Imix workflow deploy with  wildfly

                     Imix workflow deploy with  wildfly-10.1.0.Final =================================================   step ...
    Profile Photo
    last modified by masummymesingh
  • Resteasy Digest Authorisation

    Hi,   how can i implement a digest auth with resteasy?
    Profile Photo
    last modified by nicodeluxe
  • Could not obtain connection to any of these urls localhost 1099

    I use CXF Local Transport for testing the JAX-RS methods who have code like this: javax.naming.Context initialContext = new InitialContext(); TMM tmm = (TMM) initialContext.lookup("java:app/cos/TMM"); result = tmm.c...
    Profile Photo
    last modified by manumg
  • Teiid Designer 11.1 Release Notes

    Release Notes - Teiid Designer - Version 11.1         Enhancement [TEIIDDES-2872] -         Add GEOMETRY datatype to MxdConstants as a ne...
    Profile Photo
    last modified by blafond
  • The Teiid Designer Project

    Introduction   Teiid Designer is a visual tool that enables rapid, model-driven definition, integration, management and testing of data services without programming using the Teiid runtime framework. It was devel...
    Profile Photo
    last modified by blafond
  • Hibernate Core Migration Guide : 4.0

    This document is a work in progress as we develop 4.0   Initial move to ServiceRegistry.  For now, see design wikis or sources for more information.  Not all "services" have been migrated to this model...
    Profile Photo
    last modified by sebersole