You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(requirements): include tomli version in requirements files
* chore(java): update java defaults in README, spec, and default files.
* feat(java): now queries for the latest LTS version of java.
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.. SPDX-FileCopyrightText: 2025 Industrial Info Resources, Inc.
1
+
.. SPDX-FileCopyrightText: 2026 Industrial Info Resources, Inc.
2
2
.. SPDX-FileContributor: William P. Marshall
3
3
..
4
4
.. SPDX-License-Identifier: GPL-3.0-or-later
@@ -9,6 +9,24 @@ Marshallwp General Collection Release Notes
9
9
10
10
.. contents:: Topics
11
11
12
+
v1.5.2
13
+
======
14
+
15
+
Release Summary
16
+
---------------
17
+
18
+
Update testing to make Python 3.10 happy and improve java documentation, spec, and default values.
19
+
20
+
Major Changes
21
+
-------------
22
+
23
+
- The `java` role now queries `Public APIs for Oracle Java Releases <https://docs.oracle.com/en-us/iaas/jms/doc/public-api-oracle-java-releases.html>`_ for the latest LTS version of Java available. This should help reduce the number of updates this role needs that default up-to-date.
24
+
25
+
Minor Changes
26
+
-------------
27
+
28
+
- Requirements files now include an explicit tomli version.
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# SPDX-FileCopyrightText: 2025 Industrial Info Resources, Inc.
1
+
# SPDX-FileCopyrightText: 2026 Industrial Info Resources, Inc.
2
2
# SPDX-FileContributor: William P. Marshall
3
3
#
4
4
# SPDX-License-Identifier: GPL-3.0-or-later
@@ -225,3 +225,16 @@ releases:
225
225
fragments:
226
226
- 24-refactor-toml.yaml
227
227
release_date: '2025-11-20'
228
+
1.5.2:
229
+
changes:
230
+
major_changes:
231
+
- The `java` role now queries `Public APIs for Oracle Java Releases <https://docs.oracle.com/en-us/iaas/jms/doc/public-api-oracle-java-releases.html>`_
232
+
for the latest LTS version of Java available. This should help reduce the
233
+
number of updates this role needs that default up-to-date.
234
+
minor_changes:
235
+
- Requirements files now include an explicit tomli version.
236
+
release_summary: Update testing to make Python 3.10 happy and improve java documentation,
0 commit comments