Ovidiu Maxiniuc's activity
From 03/28/2025 to 04/26/2025
04/25/2025
- 03:04 PM Base Language Bug #4766: fix CHR and ASC
- Delia Mitric wrote:
> What I don't understand is why BE result is the same as the LE result and I don't know how sh... - 10:53 AM Base Language Feature #8904: implement -catchStop and the integration/conversion of STOP conditions into except...
- Review of 8904a/r15892.
Generally, I am OK with the changes. And this is a large change-set. I have just a few com...
04/24/2025
- 01:10 PM Base Language Bug #4766: fix CHR and ASC
- Delia Mitric wrote:
> It is possible to be a bug in the Progress version I use? (11.6)
I do not think there is an e...
04/23/2025
- 05:12 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- The change was not omitted. I had to roll it back because the @cpath@ will be added inside @WebServiceAuth.authorize(...
- 02:09 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Yes, 7080a. The changes were committed as r15860.
- 03:53 PM Database Feature #9831: add admin API to set c3p0 configuration for individual tenant databases
- The default value for all of these is @null@ which means they will default to the c3p0 value of the default database....
- 03:00 PM Database Feature #9831 (Review): add admin API to set c3p0 configuration for individual tenant databases
- The implementation is finished. I added the support even for @c3p0.break_on_fail@ which was recently added.
I've jus...
04/16/2025
- 03:23 PM Database Feature #9093: add protection for multi-tenant imports to optionally only import tables that are ...
- I wanted to, but for some unknown reasons to me, I cannot do it. I remember that I wanted to do it, but since *the co...
04/15/2025
- 06:29 PM Database Feature #9831: add admin API to set c3p0 configuration for individual tenant databases
- To upgrade the @landlord@ database without re-creating it from scratch use:...
- 06:26 PM Database Feature #9831 (WIP): add admin API to set c3p0 configuration for individual tenant databases
- Rebased branch 9831a and added support for @c3p0.breakAfterAcquireFailure@ from #9736. A couple of fixes. Committed r...
04/14/2025
- 05:22 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Constantin,
Is there a branch for the changes you proposed for fixing the context issues reported in #9687 which we... - 08:56 AM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Constantin Asofiei wrote:
> Ovidiu, please see attached patch - test all REST-admin requests, and admin handler. It...
04/11/2025
- 06:04 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Yes, that was my problem also.
Initially, I did not write code like... - 12:45 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> Ovidiu, did you try using admin app after the change ?
> Now its possible to access embedded...
04/10/2025
- 11:33 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Brett,
Your request is probably correct. Both _sec-auth tables were stuck as R/O. It an issue caused by a failed mer...
04/09/2025
- 06:43 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- I think this is strange.
The (GET - I assume) for @https://localhost:7443/admin/security/domains/shared@ will try to... - 12:31 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Brett Rexius wrote:
> Do you have Postman examples for /admin/security/domains?
Sure. See attached. The admin sub... - 05:59 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> I've found related issue - in case @/admin@ API is enabled it is not possible to get @/gui@ or... - 08:14 AM Database Feature #9093 (Test): add protection for multi-tenant imports to optionally only import tables th...
- Branch 9093a was merged to trunk rev 15848 and archived.
04/08/2025
- 07:36 PM Database Feature #9093: add protection for multi-tenant imports to optionally only import tables that are ...
- Eric Faulhaber wrote:
> I didn't see any recent changes in the branch that were not related to the rebase, so can I ... - 07:29 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> I've found related issue - in case @/admin@ API is enabled it is not possible to get @/gui@ or... - 01:30 PM Database Bug #9633: bulk delete for permanent tables
- There is a single commit (15847) in 9633a.
Good job! The conversion part looks OK to me. The bulk delete runtime s... - 08:54 AM Base Language Bug #4766: fix CHR and ASC
- Delia Mitric wrote:
> One thing to note is that *UTF-16 / -16LE / -16BE* and *UTF-32 / -32LE / -32BE* present weird ...
04/07/2025
- 10:19 AM Base Language Bug #4766: fix CHR and ASC
- We can provide these conversion tables are resources inside the jar, we only need to write a class that initializes f...
04/05/2025
- 04:42 PM Database Feature #9831: add admin API to set c3p0 configuration for individual tenant databases
- Created branch 9831a and committed the implementation.
Committed revision 15843. - 11:23 AM Database Bug #9872: Runtime import statement relies on the ImportWorker to read lob data.
- The @PropertyMapper@ is one class which was created only during the import, as an utility of @ImportWorker@. The fact...
04/04/2025
- 06:10 PM Database Feature #9093: add protection for multi-tenant imports to optionally only import tables that are ...
- I rebased 9093a. Pushed up to revision 15848.
I also created #9875 to hold customer specific scripts for importing... - 03:45 PM Database Feature #9093: add protection for multi-tenant imports to optionally only import tables that are ...
- Indeed, I tried to keep it up-to-date.
However, there were a couple of big updates this wee, so it requires rebasi...
04/03/2025
- 06:04 PM Runtime Infrastructure Feature #9687: drop support for Java 8 and Java 11
- Tomasz Domin wrote:
> Ovidiu - do you have any testing tools/scripts/configuration/curl for testing API with 9687b ?... - 07:48 AM Database Feature #7020: always use "expanded" extent fields
- Stefanel,
I think 7020d is broken at this moment, @RecordMeta@ probably fails to compile. The reason is the usage of...
04/02/2025
- 02:15 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- h3. Changes in configuration and runtime of REST APIs
| |_{width:45%}. Before 8976a /
Trunk r15836 |_{width:45%}.... - 07:30 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- Constantin Asofiei wrote:
> Ovidiu, I've made some minor edits to the main page.
Thank you.
> For the existing S... - 12:29 PM Runtime Infrastructure Feature #8976 (Test): Admin REST API for interacting with tenant authentication tables
- Branch 8976a was merged into trunk as rev. 15837 and archived.
- 08:54 AM Runtime Infrastructure Feature #8976 (Internal Test): Admin REST API for interacting with tenant authentication tables
- As noted above, the 8976a branch passed the regression tests. I am confident it can be merged into trunk.
I rebased ...
04/01/2025
- 02:47 PM Testing Bug #9525: Testcases: incorrect placeholders in directory.xml.template and other configuration pr...
- I think @maxStatementsPerConnection@ and @initialPoolSize@ from @server/default/database/tstcasesdb/orm/c3p0@ are sti...
- 12:29 PM Database Feature #7020: always use "expanded" extent fields
- First, a quick look at 7020c (r15824):
* @FqlToSqlConverter.java@
** multiple usages of @appendExpandedName()@: the...
03/31/2025
- 04:27 PM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- I think it is done. Please review my changes in:
* [[p2j:Administration_REST_API|Administration of REST API]];
** [... - 08:33 AM Runtime Infrastructure Feature #7080: expose all admin APIs via REST
- I am preparing the wiki updates. They will be ready soon. I'll let you know.
03/29/2025
- 08:02 PM Runtime Infrastructure Feature #8976: Admin REST API for interacting with tenant authentication tables
- Branch 8976a passed hotel GUI tests, dockered harness smoke tests for a customer application and the unit-tests of an...
03/28/2025
- 06:14 PM Database Bug #9763: xml-node-name buffer option
- Eduard Soltan wrote:
> I have made the modification in @TempTableBuilder@.
The setters use @_prepared()@ and the ge... - 04:11 PM Database Bug #9763: xml-node-name buffer option
- Good, that's the idea.
I think the code will work as expected. My observations for @TempTableBuilder.java@, the on... - 03:20 PM Database Bug #9763: xml-node-name buffer option
- Indeed, it does. This is specific to dynamic temp-tables, therefore, this is the proper place to do it.
LE: the im... - 02:17 PM Database Bug #9763: xml-node-name buffer option
- Not in @AbstractTempTable@, just in @TempTableBuilder@.
LE: and the attributes will be set in @TempTableBuilder.cr... - 02:09 PM Database Bug #9763: xml-node-name buffer option
- Eduard Soltan wrote:
> I am thinking to initialize the @ctx.tt.tempTablePrepare@ and create the @defaultBuffer@, but... - 02:07 PM Database Bug #9763: xml-node-name buffer option
- The @AbstractTempTable@ has two specialised subclasses: @StaticTempTable@ and @TempTableBuilder@ (for dynamic temp-ta...
- 12:49 PM Database Bug #9763: xml-node-name buffer option
- Eduard Soltan wrote:
> Ovidiu, why do we use @if (buffer.getSerializeName().toStringMessage().equalsIgnoreCase(name)... - 03:17 PM Base Language Bug #4766: fix CHR and ASC
- I am a bit pessimistic about this.
The difference between FWD and OE is that the OE actually stores the strings us...
Also available in: Atom