Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jwoehr/ublu

Ublu v2.0.5

09 Aug 16:17

Choose a tag to compare

Ublu version 2.0.5 2025-08-09

  • Libraries
    • Bump jt400 to 21.0.5
    • Bump mssql to 12.10.1.jre8
    • Bump postgresql to 42.7.7
  • Update SBOM
  • Update README.md
  • Add public key

Ublu v2.0.4

17 Dec 19:01

Choose a tag to compare

  • Bump jt400 to 20.0.8
  • Bump mssql to 12.8.1
  • Update Software Bill of Materials

Release v2.0.3

23 Oct 16:07

Choose a tag to compare

Updated Postgresql component for security and updated SBOM.

Release v2.0.2

05 Aug 20:58

Choose a tag to compare

update supporting libraries

Release v2.0.1

10 Oct 10:38

Choose a tag to compare

2.0.1 2022-10-10

  • Commands
    • lifo -show now displays value and class as well as tuple name
    • comment out Format 400 from CmdSpoolFOpenList.java
      • will submit later to mainline source
  • Examples
    • jsheety.ublu demos Jesse Gorzinki's JSheetyDriver
  • Libraries
    • GitHub DependaBot bumps postgresql from 42.2.5 to 42.4.1
    • Use mainline jt400 instead of my modified version
  • Userdoc
    • Updates to the Reference and User Guide
    • IBM i vs iSeries etc.
    • Installation under UserLAnd on Android 11
  • Misc
    • Some cleanup prompted by various IDEs nagging me.

Release v2.0.0

01 Feb 21:09
c9aec30

Choose a tag to compare

Ublu v2.0.0

@ThePrez has mavenized Ublu!
A few more technical details were cleaned up prior.
There will probably be a follow-on release 2.0.1 soon to regularize things.

Ublu version 1.2.2

28 Mar 14:34

Choose a tag to compare

  • Bugs
    • #22 Ublu would exit on missing nested include
  • Commands
    • gensh cleanup comments
    • server now can set inetaddr (default main interface) and backlog (default 50)
  • Docs
    • job cmd docs improved
  • Examples
    • recordCount.sh cleanup
  • Extensions
    • sysshep.qsys2.system_status typo reference @stats changed to @@stats

Ublu version 1.2.1

03 Dec 22:57

Choose a tag to compare

1.2.1 2018-12-03

  • Commands
    • const -defined .. also, const now takes any source data sink for name
    • db
      • -usessl -ssl
      • -rdb ~@{rdbname}
      • clarify schema vs database
    • gensh now by default noglobs the arguments passed to it, glob keyword if globbing desired
      include -if -!if conditional inclusion
  • Documentation
    • db clarify schema vs database
  • Examples
    • Test
      * recordCount.ublu SQL put count of records in schema.file
      • testdbrepl.ublu example of db table replication
        * Suite
        * t.db.ublu test database
  • Extensions
    • ux.utils.ublu compilation utils
    • ux.jlsc.ublu job list selection criteria
    • ux.job.ublu jobs
  • Miscellaneous
    • Ublu now by default compiles in Microsoft MSSQL [TM] support.
      • The MSSQL JDBC driver is not included in the distribution.
  • Bug fixes
    • msgq did unnecessary looping

Ublu version 1.2.0

07 Oct 23:01

Choose a tag to compare

1.2.0 2018-10-07

  • Commands
    • jvm -set -get manipulate Java System properties
    • server now does SSL
    • sock now does SSL sockets
    • watson command added
    • db
      • better support for TableReplicator -destqopt -destport
      • -star changed to work like other queries w/r/t concurrency and holdability.
      • stub for mssql support updated on user bug report
    • desktop
      • -supported was missing
    • list
      • -len same as -size
      • -src same as -source
    • programcall
      • bug fixes
    • splfol
      • bug fixes
      • rendering
  • Examples
    • endJobName.ublu ends first instance of a job by name
    • spooledFileOpenListUser.ublu list spooled files for a user with info
    • readSSLWebIndexPage make https connection and read the index page
    • SSLServerTest runs the Ublu server with SSL
    • testprogramcall.ublu calls an RPGLE program and returns params
      • see share/rpgle/dateParm.txt for RPGLE source for testprogramcall.ublu
    • user_auth_lists gets interesting auth info about user profiles
  • Extensions
    • ux.string.ublu
    • ux.printobj.ublu
      • extended with functions for spooled files
    • ux.user.ublu
      • prints iASP list
  • Test Suite
    • calljava
    • programcall
  • Miscellaneous
    • Changed stuff to share
    • RPG and CL source used in testing added under share
    • bin/ublu a shell script (bash/ksh) to start ublu
    • share/ubluwin.properties default windowing ublu properties file
    • Cleanup README.md
    • More work on docs
      • SSL info
      • various
    • Generate RPM
      • PASE
    • Begin Atom editor language-ublu support
  • JTOpen is JTOpen 9.6 with one personal modification
    • added format OSPL0400 to SpooledFileOpenList

Ublu version 1.1.9

12 Dec 02:31

Choose a tag to compare

Ublu 1.1.9 2017-12-12

  • System
    • All dependencies on JTOpenLite removed and that jar removed.
    • -v invocation shows version and exits.
    • PostgreSQL driver 42.1.4
    • Remove 1.8-isms for builds under Java 1.7.
    • Announces Java version.
  • Commands
    • cs Remove 1.8-isms
    • db accepts -as400
    • jrnl Removed this command for its dependency on JTOpenLite
      • Its functionality can be surpassed by Ublu code using Db2 for i Services
    • monitor Removed -diststatus which is broken in JTOpenLite
    • num Remove 1.8-ism
    • splfol spooled file open list api
    • subsys command now populates subsystem attributes with a refresh (#19)
  • Extensions
    • ux.qsys2.journal.ublu journal methods from db2 services
    • ux.serialize.ublu Java serialization utilities
    • ux.sfli.ublu call on the com.ibm.as400.access.list.SpooledFileListItem
  • Testing
    • Test suite now runs on Android
      • t.subsys
  • Windowing
    • command-line recall better
    • remove 1.8-ism