[dbutils][dbcp][?] Representing SQL states

2024-08-09 Thread Gary D. Gregory
Hi All, In coincidence with a DBCP PR [0], I have a need to represent a SQL state [1] in Java. I this class would parse and represent a SQL state with instance variables for each of components, let you define custom instances and may also provide constants and enums. This does not really fit

Re: [VOTE] Release Apache Commons Numbers 1.2 based on RC1

2024-08-09 Thread Gilles Sadowski
Hi. $ git clone https://gitbox.apache.org/repos/asf/commons-numbers.git --branch commons-numbers-1.2-RC1 commons-numbers-1.2-RC1 $ cd commons-numbers-1.2-RC1 $ git tag -v commons-numbers-1.2-RC1 -> OK $ mvn clean package site site:stage -Pexamples -> OK $ mvn -v Apache Maven 3.6.3 Maven home: /u