- neues BSF4ooRexx850 releasen
- neues net-oo-rexx, erstellen
- USB-Sticks für Budapest bespielen

- academia nachstoßen

202508_wu_ki_tutor@googlegroups.com

---

- DONE: - JDOR-Referenz, error-redirection korrigieren!
- DONE: - Standard-Abo umstellen
- DONE: - Abbott-Sensoren nachbestellen

----------------------------------------------------------------

BSF4ooRexx850
-------------

- thoroughfully go through the debug edits, remove/comment the debugs, keep the functional changes

[FIXED 20250824 - using, but no public default constructor -> error ! ]

[DONE 20250827 - numbering in Java rexx engines: use number from ooRexx starting with 5.0 (return .context~interpreter)!]

- .Net/CLR-support from Manuel Raffel: incorporate if possible

- make .context available to Java programs (maybe via RexxProxy?) so to make ooRexx identifier values for rexxengine, thread and invocation available

[DONE - update the JavaFX samples, add [R1] [T1] [I1] to debug output to allow users to get insights beyond what was possible so far! ]

[DONE 20250829 - make warning starting with Java 24 go away (to not display to users who get otherwise freightened)

	F:\work\svn\bsf4oorexx\branches\850\samples\JavaFX\fxml_27>rxenv rexx demoTableView.rex
	WARNING: A restricted method in java.lang.System has been called
	WARNING: java.lang.System::loadLibrary has been called by org.rexxla.bsf.engines.rexx.RexxAndJava in an unnamed module (file:/F:/work/svn/bsf4oorexx/branches/850/)
	WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
	WARNING: Restricted methods will be blocked in a future release unless native access is enabled
--->
--enable-native-access=ALL-UNNAMED
BSF4Rexx_quiet
BSF4Rexx_quiet=1
BSF4Rexx_JavaStartupOptions
set BSF4Rexx_JavaStartupOptions=--enable-native-access=ALL-UNNAMED
<---
]



- create a platform independent "make" with Rexx and CMake



ooRexx 5.1.1/5.2.0
------------------

[DONE 20250825 - add "notify" to .TraceObject}

- add "gc()": in debug carry out and return .true, in release do not carry out and return .false (provide Easter egg for emergency deployed situation, e.g. by supplying an argument named "OVERRULE" or "EMERGENCY" or "EASTER EGG", ...)

- .rexxInfo docs: give an example that clarifies which part of the version is what

- add native test to create and terminate interpreter instances on different threads
