Release 2.7.0

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Release 2.7.0

Sven Gothel
Administrator
Release 2.6.0 discussion has been closed
<https://forum.jogamp.org/Release-2-6-0-td4042889.html>

+++

After the release is before the next release ;-)

Open to discuss the next release here.

Related Gamp & GraphUI discussion best in its own thread
<https://forum.jogamp.org/Next-Steps-for-GraphUI-in-JogAmp-amp-Gamp-I-td4043906.html>
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.7.0

Sven Gothel
Administrator
Updated jogl/www page's apps, libs and cleared out old and discontinued
<https://jogamp.org/jogl/www/>

If you have additions and/or corrections/suggestions, please say so.
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.7.0

kit89
As of writing, is jogamp.org not responding for anyone else?
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.7.0

Sven Gothel
Administrator
yeah, server was under some sort of an attack again :(

I have restarted a few times and just reduced certain https resources for bugzilla,
let's see. Otherwise we were treated kindly last few weeks.
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.7.0

Sven Gothel
Administrator
In reply to this post by Sven Gothel
Status update

Source
- Harvey's Applet removal branch locally merged (will be pushed soon)
- Removal of `Security Manager` utilization and its GlueGen wrapper (to be pushed soon)
- One MacOS/AWT fix merged
- Needs more testing

Machines
- Consolidation of 2 test nodes (linux + windows) to one new machine
  - Windows 10 running under kvm/qemu w/ Mesa3D soft (build & test)
    - Simplifies maintenance using qcow2 disk images
  - Native linux x86_64 (builds & test)
  - Linux arm 32 + 64 bit builds
  - Android 64bit builds
  - If working, I may upgrade this node (more cores + ram) to
    move other nodes to it (incl. the FreeBSD virtual machine node).

- Server stability (against DoS, ...)
  - cgit patches
  - various fine tuning kernel/apache/..
  - we may need a more powerful machine due to incr load(?)
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.7.0

hharrison
Administrator
I've been running locally with my Applet removal patches, happy to put out a test version for the jaamsim community to get a few more miles on the updated version if that is helpful.

Harvey
Reply | Threaded
Open this post in threaded view
|

Re: Release 2.7.0

hharrison
Administrator
For context, my patches were to remove Applet use in NewtCanavsAWT which will fail on Java 26 and later as the Applet classes have been entirely removed, not just deprecated.