Activity
From 05/28/2026 to 06/26/2026
06/26/2026
- 08:53 AM Bug #11327: implement size limited "chunking" for bulk data transfer between client and server
- Committed revision *16614* on task branch *11327a*:
* Added initial work. - 08:24 AM Bug #11327 (WIP): implement size limited "chunking" for bulk data transfer between client and server
- I have started to work in this task.
I have implemented a new type of stream, @BinaryPayload@, which wraps the @by... - 05:13 AM Bug #11325 (Internal Test): JVM shutdown hooks executed on FWD server, but they belong to the FWD...
- Sergey Ivanovskiy wrote:
> I rebased 11325a rev 16625.
Sergey, good work integrating the server-side filesystem cha... - 03:37 AM Bug #11325: JVM shutdown hooks executed on FWD server, but they belong to the FWD client
- I rebased 11325a rev 16625.
- 09:58 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> That's my fault. My apologies. I used the names from downloaded library instead of GC conve... - 08:52 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger Borrello wrote:
> Greg Shah wrote:
> > Why are you changing the naming convention? Please rename the patch f...
06/25/2026
- 04:41 PM Feature #9686: move FWD to Java 25
- I've added JDK25 to the Docker development images. These are being pushed to the goldencode Docker Hub for use with ...
- 03:22 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Here's the code block where we decide which to use... we don't have a method to pull in the very old versions for pat...
- 03:03 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Greg Shah wrote:
> Why are you changing the naming convention? Please rename the patch files to match the conventio... - 02:35 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Why are you changing the naming convention? Please rename the patch files to match the convention used for the older...
- 01:58 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> I think we should have different scripts for each OS. At least for latest 2-3 LTS. I am not... - 01:39 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- I think we should have different scripts for each OS. At least for latest 2-3 LTS. I am not sure whether:
* the name... - 12:41 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger Borrello wrote:
> Greg Shah wrote:
> > You have sufficient rights on projsrv01 to do it.
>
> I'll take tha... - 12:23 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Greg Shah wrote:
> You have sufficient rights on projsrv01 to do it.
I'll take that as approval (whereas if you d... - 12:02 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- You have sufficient rights on projsrv01 to do it.
- 11:53 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Can we get the @ncurses_curses_h_in_v6.4+20240113.patch@ and @ncurses_lib_getch_c_v6.4+20240113.patch@ files uploaded...
06/24/2026
- 02:52 AM Bug #11325: JVM shutdown hooks executed on FWD server, but they belong to the FWD client
- Constantin Asofiei wrote:
> Sergey, review for 11325a rev 16495:
> * I'm OK with the changes, but please rebase
> ...
06/19/2026
- 09:03 AM Bug #11325 (Review): JVM shutdown hooks executed on FWD server, but they belong to the FWD client
- Constantin, please review the committed revision 16606(11325a).
- 05:42 AM Bug #11325 (WIP): JVM shutdown hooks executed on FWD server, but they belong to the FWD client
- 05:42 AM Bug #11325: JVM shutdown hooks executed on FWD server, but they belong to the FWD client
- Constantin, I am sorry for missed your note. Do we need to fallback to @OrderedShutdownHooks.registerShutdownHook(1, ...
06/17/2026
- 10:26 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- I agree that AI will help greatly with any .NET code that needs to be hand written BUT wherever possible we will conv...
- 10:24 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- Artur Școlnic wrote:
> Would the order of conversion be:
> 1. Customer application to Java, which establishes a bas... - 10:01 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- The second item makes a lot of sense.
The good news is that AI can do 90% of the job because most of @.NET@ elemen... - 09:51 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- Would the order of conversion be:
1. Customer application to Java, which establishes a baseline, then convert FWD to...
06/16/2026
- 11:24 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- I don't think the customer would accept iKVM as a solution. And I'm worried that the more advanced usage would not w...
- 11:08 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- Constantin Asofiei wrote:
> iKVM looks like it supports only Java 8.
This might be a problem as we have just swi... - 10:28 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- Good point about the JNI code. .NET has good native support that will directly replace @libffi@ (or the Java FFM sup...
- 09:31 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- iKVM looks like it supports only Java 8.
Features which we use in FWD, beside 3rd party jars and JDK:
* reflec... - 08:55 AM Feature #11539: port and/or re-implement runtime support in C# (or other CLR implementation)
- In #2148, we used iKVM to deliver a subset of our runtime in .NET CLR. This worked well but may not be a solution fo...
06/15/2026
- 03:01 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- We could add the logic in the script like below. If we confirm the patch levels are correct for the releases noted:
... - 02:11 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger,
The latest patches and the script attached to this task only work with Ubuntu 24.4. Older revisions of the OS... - 01:47 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- OK. I can update the *gcd_systems* version with this updated version, although I do need a determination if the patch...
- 01:12 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger Borrello wrote:
> Ovidiu Maxiniuc wrote:
> > Most likely, I used @-s@ last week (possibly before that also). ... - 01:00 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger,
Actually, some of the changes in the script were suggested by Eugenie. I bothered him a bit last week in nee... - 12:51 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- I forgot to mention that I updated the usage:...
- 12:48 PM Bug #11515 (Review): Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> Most likely, I used @-s@ last week (possibly before that also). But I think I 'repaired' th... - 11:17 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Most likely, I used @-s@ last week (possibly before that also). But I think I 'repaired' the damage by dropping the a...
- 10:43 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> Roger,
>
> The solution which works for me is running the script using @-f -uom@ paramet... - 09:52 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger,
The solution which works for me is running the script using @-f -uom@ parameters:
* @-f@ to get the patch ... - 09:41 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Roger Borrello wrote:
> I did see that I was missing a @sudo@ for the @apt get@. When I added it in, I had issues:
... - 09:00 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- I did see that I was missing a @sudo@ for the @apt get@. When I added it in, I had issues:...
- 08:46 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu, you must have had some remnants left behind. I just downloaded from this task:
* @setup_ncurses6_4-noWide.sh... - 09:18 AM Feature #11539 (New): port and/or re-implement runtime support in C# (or other CLR implementation)
- 06:46 AM Bug #11538: Switch from whole Redis instance to just a logical database.
- The directory is the source of all truth in FWD configuration. Additionally, its performance is also quite important...
- 06:40 AM Bug #11538: Switch from whole Redis instance to just a logical database.
- Lets say in customer setup, it will have the directory data on database numbered @0@, other process required by custo...
- 06:35 AM Bug #11538: Switch from whole Redis instance to just a logical database.
- From AI:
h1. Redis Logical Database
A Redis logical database is a separate, isolated namespace within a single ... - 06:26 AM Bug #11538: Switch from whole Redis instance to just a logical database.
- Why would want to use multiuple logical databases? It is not an unambiguously better way to use Redis.
- 05:51 AM Bug #11538 (Review): Switch from whole Redis instance to just a logical database.
- 05:51 AM Bug #11538 (WIP): Switch from whole Redis instance to just a logical database.
- Committed on *11538a, rev. 16603*.
Added support for logical database usage. In order to change the database numbe... - 05:22 AM Bug #11538: Switch from whole Redis instance to just a logical database.
- Right now the Redis directory implementation is design to take the whole redis instance. The scope of this task is to...
- 05:20 AM Bug #11538 (Review): Switch from whole Redis instance to just a logical database.
06/12/2026
- 02:01 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Unfortunately, no. The same error when building the native lib.
Of course, I did @sudo rm -rf ncurses*@ before lau... - 12:15 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> I did this previously and I did not like it. The @-a@ parameter requires @sudo@. As result,...
06/11/2026
- 06:32 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- I did this previously and I did not like it. The @-a@ parameter requires @sudo@. As result, the result of the patch/b...
- 06:17 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu, what happens if you use the @-a@ option? I'm just trying to understand when this started happening. Was there...
06/09/2026
- 09:26 AM Bug #11488 (Test): improve performance of the OpenClient protocol when the client is running in t...
- 11488a was merged into trunk rev. 16600 and archived.
- 09:13 AM Bug #11488 (Merge Pending): improve performance of the OpenClient protocol when the client is run...
- Please merge 11488a now.
- 08:04 AM Bug #11488: improve performance of the OpenClient protocol when the client is running in the same...
- Eduard Soltan wrote:
> Waiting on response for Gui application smoke tests.
Smoke tests on large GUI application ...
06/08/2026
- 07:43 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> Thank you, Roger!
> I used an older revision of the script. I merged my changes into the l... - 03:42 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Thank you, Roger!
I used an older revision of the script. I merged my changes into the latest.
I re-patched my nc... - 01:10 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu Maxiniuc wrote:
> It looks like my Ubuntu uses @ncurses-6.4+20240113@. Both scripts above attempt to patch @v... - 12:07 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- It looks like my Ubuntu uses @ncurses-6.4+20240113@. Both scripts above attempt to patch @v6.1_20200708@ and fail, be...
- 08:38 AM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- Ovidiu, are you utilizing the ncurses process setup in both *gcd_systems* and FWD trunk? They are the baseline, and c...
- 11:00 AM Bug #11488: improve performance of the OpenClient protocol when the client is running in the same...
- Constantin Asofiei wrote:
> Anything else remaining?
Waiting on response for Gui application smoke tests. - 10:38 AM Bug #11488: improve performance of the OpenClient protocol when the client is running in the same...
- Anything else remaining?
- 10:34 AM Bug #11488: improve performance of the OpenClient protocol when the client is running in the same...
- #10529 app, #10614 app, ETF have been tested.
GUI application smoke tests + SOAP tests, GUI application unit tests...
06/05/2026
- 08:25 AM Bug #11488: improve performance of the OpenClient protocol when the client is running in the same...
- Constantin Asofiei wrote:
> Eduard, the changes are good. Please go with testing the #10529 app, #10614 app, ETF an... - 06:03 AM Bug #11488 (Internal Test): improve performance of the OpenClient protocol when the client is run...
- Eduard, the changes are good. Please go with testing the #10529 app, #10614 app, ETF and any other app which uses ap...
- 02:18 AM Bug #11488 (Review): improve performance of the OpenClient protocol when the client is running in...
- Please review.
- 02:18 AM Bug #11488 (WIP): improve performance of the OpenClient protocol when the client is running in th...
06/04/2026
- 06:41 PM Bug #11515: Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- The current wiki at "NCURSES":https://proj.goldencode.com/projects/p2j/wiki/NCURSES is currently deprecated, as it de...
- 05:07 PM Bug #11515 (Review): Patching NCURSES Using Static Linking on Ubuntu 24.04.4 LTS (Noble Numbat)
- 10:06 AM Bug #11488: improve performance of the OpenClient protocol when the client is running in the same...
- It seems that the most cases were immutable objects are being serialized and deserialized are coming from @AppServerH...
Also available in: Atom