Project

General

Profile

Activity

From 01/24/2026 to 02/22/2026

02/18/2026

08:22 AM Feature #9686: move FWD to Java 25
yes Teodor Gorghe
08:22 AM Feature #9686: move FWD to Java 25
Is this jsch fork backwards compatible with Java 17 and Java 21? Greg Shah
05:18 AM Feature #9686: move FWD to Java 25
Created harness task branch *9686a*.
Committed revision *40* on harness task branch *9686a*:
- Updated jsch depen...
Teodor Gorghe
04:37 AM Feature #9686 (Review): move FWD to Java 25
Teodor Gorghe
04:36 AM Feature #9686 (WIP): move FWD to Java 25
I have done some more tests and I have noticed that there is an issue with the testcases harness. This also happens o... Teodor Gorghe

02/17/2026

02:12 AM Bug #10858: Replace capturing with non-capturing lambdas in getters and setters
Rebased 10858a to trunk rev. 16430 and commited rev. 16433 to fix new usages of the old @setAttr()@ method. Razvan-Nicolae Chichirau

02/16/2026

08:41 AM Feature #9684: migrate from libffi (and C heap functions) to the built-in JDK FFM support
I don't want to work on this until after we no longer support JDK 17. This is not a priority right now. Greg Shah
08:06 AM Feature #9684: migrate from libffi (and C heap functions) to the built-in JDK FFM support
Created task branch *9684a*.
Committed revision *16430* on task branch *9684a*:
- Initial alternative implementat...
Teodor Gorghe

02/12/2026

09:39 AM Bug #10858 (Internal Test): Replace capturing with non-capturing lambdas in getters and setters
Code review 10858a. The changes look good. This will require full-spectrum regression testing. Hynek Cihlar

02/07/2026

03:52 AM Feature #11183 (WIP): Upgrade our PASOE implementation to a fully async paradigm
Artur Școlnic

02/06/2026

08:43 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
Sure, I will look into this as well. Artur Școlnic
08:42 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
I think we do more on the Jetty side than I want. I'm looking for a lower level transfer of the request. Also, I wa... Greg Shah
08:27 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
Greg Shah wrote:
> My idea was not to have a queue for getting a thread but a queue for the jobs. Also the idea is ...
Artur Școlnic
08:23 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
My idea was not to have a queue for getting a thread but a queue for the jobs. Also the idea is to do almost nothing... Greg Shah
08:15 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
I believe for classic this does not happen and on agent pool exhaustion, the requests are refused. Artur Școlnic
08:14 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
Constantin, please correct me if I am not accurate here, but I think this already happens with PASOE.
@AppServerConn...
Artur Școlnic
08:06 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
I have planned #6673 which I believe is the same idea. I would be happy for you to work on that task. My opinion is... Greg Shah
03:04 AM Feature #11183: Upgrade our PASOE implementation to a fully async paradigm
Although PASOE significantly improved request throughput compared to the classic AppServer infrastructure, there is s... Artur Școlnic
03:02 AM Feature #11183 (WIP): Upgrade our PASOE implementation to a fully async paradigm
Artur Școlnic

02/05/2026

04:16 AM Bug #11157: Improve FWD server startup mode in server.sh
Roger Borrello wrote:
> Can you test with Hotel ChUI, as well?
I tested now and it is also fine. If we want to ...
Andrei Plugaru

02/04/2026

11:32 AM Bug #11157: Improve FWD server startup mode in server.sh
In a perfect world, the same @server.sh@ would be used at all customers. I don't want it to be customized or be out ... Greg Shah
09:29 AM Bug #11157 (Internal Test): Improve FWD server startup mode in server.sh
Can you test with Hotel ChUI, as well? If testing is good, Greg, we should be able to merge to the Hotel projects. It... Roger Borrello
09:09 AM Bug #11157: Improve FWD server startup mode in server.sh
Roger Borrello wrote:
> The changes look very good. Have you tested @start_server.sh@, the a wrapper script that exp...
Andrei Plugaru
08:53 AM Bug #11157: Improve FWD server startup mode in server.sh
The changes look very good. Have you tested @start_server.sh@, the a wrapper script that expects @server.sh@ to start... Roger Borrello
03:03 AM Feature #11169: Running Ahead-of-time compilation (AOT) on FWD
Java *Ahead-of-time compilation* was introduced in *JDK 25*, as an evolution of *AppCDS*, which optimizes the warmup ... Teodor Gorghe
02:36 AM Feature #11169 (New): Running Ahead-of-time compilation (AOT) on FWD
Teodor Gorghe

02/03/2026

08:56 AM Bug #10071 (Closed): Method code too large - ReflectASM
Constantin Asofiei
03:38 AM Bug #10963: appserver resiliency and self healing
Regardin ... Artur Școlnic

01/30/2026

05:43 AM Bug #11157 (Review): Improve FWD server startup mode in server.sh
Andrei Plugaru
05:42 AM Bug #11157 (WIP): Improve FWD server startup mode in server.sh
This is the patch needed for @server.sh@ in hotel_gui project which allows redirecting the KILL signal to the java pr... Andrei Plugaru

01/29/2026

10:22 AM Bug #11157: Improve FWD server startup mode in server.sh
While working on #4369, I discovered that the current way of starting the Java process in server.sh may not work well... Andrei Plugaru
10:12 AM Bug #11157 (Internal Test): Improve FWD server startup mode in server.sh
Andrei Plugaru
07:05 AM Bug #10963: appserver resiliency and self healing
I increased the heap to 16Gb and repeated the stress test 3 times, the OutOfMemoryError was solved, so it is somethin... Artur Școlnic
05:27 AM Bug #10963: appserver resiliency and self healing
During the investigation for #10941-77 I tried to replicate a long running query by executing some apis on the client... Artur Școlnic
06:35 AM Feature #9686: move FWD to Java 25
Committed revision *16266* in task branch *9686a*:
- Additional fixes.
- Fix for database import when XML files exc...
Teodor Gorghe

01/27/2026

10:59 AM Feature #11152: improve broker session distribution to implement simple load balancing
Our session distribution for the brokers is pretty naive. I recall it was a simple round robin but regardless, it do... Greg Shah
10:57 AM Feature #11152 (New): improve broker session distribution to implement simple load balancing
Greg Shah

01/26/2026

01:37 PM Support #8922: runtime infrastructure tests
Artur Școlnic wrote:
> I want to mention that I am committing the tests to 8922a/AppserverTests as I write them, so ...
Constantin Asofiei
10:13 AM Support #8922: runtime infrastructure tests
I want to mention that I am committing the tests to 8922a/AppserverTests as I write them, so they can be found and re... Artur Școlnic
09:06 AM Feature #9686: move FWD to Java 25
Committed revision *422* on *hotel_gui* project:
- Adjusted client.sh and server.sh to be compatible with Java 25.
Teodor Gorghe
08:58 AM Feature #9686: move FWD to Java 25
Yes, they are. Teodor Gorghe
08:57 AM Feature #9686: move FWD to Java 25
Teodor Gorghe wrote:
> Created task branch *9686a*.
>
> Committed revision *16265* in task branch *9686a*:
> - A...
Roger Borrello
 

Also available in: Atom