From 720e6d6fcb466e0c2ca862828f2335f14dda0aa8 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 12 Mar 2024 17:04:49 +0100 Subject: [PATCH 1/3] Add blog post about new release (metafacture-core#515) "Metafacture releases: Core 6.0.0, Fix 1.0.0, Playground 1.0.0". --- .../index.md | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md diff --git a/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md b/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md new file mode 100644 index 0000000..d52e46e --- /dev/null +++ b/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md @@ -0,0 +1,80 @@ +--- +title: "Metafacture releases: Core 6.0.0, Fix 1.0.0, Playground 1.0.0" +date: "2024-03-12T17:05:03.2300Z" +description: "Changes coming with the releases of metafacture-core 6.0.0, +metafacture-fix 1.0.0 and metafacture-playground 1.0.0" +authors: [{lastname: "Christoph", + firstname: "Pascal"}] +--- + +*Preamble* + +Most remarkable is certainly the switch to `Java 11`, hence the new Major +versions. + +This post describes the new developments coming in: + +a) [`metafacture-core release + 6.0.0`](https://central.sonatype.com/namespace/org.metafacture) since the [release of + metafacture-core-5.7.0](https://blog.metafacture.org/metafacture-5.7.0/) in November 2023. + +b) [`metafacture-fix-1.0.0`](https://github.com/metafacture/metafacture-fix/releases/tag/1.0.0). + (metafacture-fix is ["an alternative to configuring data transformations with + Metamorph. Inspired by Catmandu Fix"](https://github.com/metafacture/metafacture-fix)). + +c) `metafacture-playground-1.0.0`. + (metafacture-playground is ["a web application to play around with Metafactures languages Fix, Flux and Morph inspired by the JSON-LD Playground"](https://github.com/metafacture/metafacture-playground/)). + +## Table of Contents + +```toc +# this will be replaced by the toc +``` + +## metafacture-core + +### New Features +- IO: Open gzip compressed content from HTTP [#511](https://github.com/metafacture/metafacture-core/issues/511) + +### Bug fixes +- IO: Fix misconception of "Content-Encoding" [#513](https://github.com/metafacture/metafacture-core/issues/513) +- IO: Close resources [#514](https://github.com/metafacture/metafacture-core/issues/514) + +### Others +- Provide examples for every flux-command [#488](https://github.com/metafacture/metafacture-core/issues/488) +- Upgrade Gradle wrapper [#520](https://github.com/metafacture/metafacture-core/issues/520) +- Switch to Java version 11 [#518](https://github.com/metafacture/metafacture-core/issues518) + +## metafacture-fix + +### New Features + +- Add extension snippets for all do binds [#302](https://github.com/metafacture/metafacture-fix/issues/302) +- Upgrade Gradle wrapper [#283](https://github.com/metafacture/metafacture-fix/issues/302) +- Switch to Java 11 [#343](https://github.com/metafacture/metafacture-fix/issues/302) +- Add links to playground for several Fixes [#339](https://github.com/metafacture/metafacture-fix/issues/302) + +### Bug fixes + +- Close resources [#340](https://github.com/metafacture/metafacture-fix/issues/340) + +### Others + +- Update metafacture-core dependency to its latest release (6.0.0) + +## matafacture-playground + +### New Features + +- Clear message and result when process [#126](https://github.com/metafacture/metafacture-playground/issues/126) + +### Bug fixes + +- Fix location of result in db [#131](https://github.com/metafacture/metafacture-playground/issues/131) + +### Others + +- Add many examples, i.a. [#152](https://github.com/metafacture/metafacture-playground/issues/152) +- Switch to Java 11 [#160](https://github.com/metafacture/metafacture-playground/issues/160) +- Process all examples as integration tests [#121](https://github.com/metafacture/metafacture-playground/issues/121) +- Add Java Security Manager From 34a89e0edf99e6ee24372a480914fb502ad216e7 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Thu, 14 Mar 2024 15:00:54 +0100 Subject: [PATCH 2/3] Update content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md Co-authored-by: Jens Wille --- .../index.md | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md b/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md index d52e46e..a7a14d1 100644 --- a/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md +++ b/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md @@ -9,21 +9,21 @@ authors: [{lastname: "Christoph", *Preamble* -Most remarkable is certainly the switch to `Java 11`, hence the new Major +Most remarkable is certainly the switch to `Java 11`, hence the new major versions. This post describes the new developments coming in: a) [`metafacture-core release 6.0.0`](https://central.sonatype.com/namespace/org.metafacture) since the [release of - metafacture-core-5.7.0](https://blog.metafacture.org/metafacture-5.7.0/) in November 2023. + metafacture-core 5.7.0](https://blog.metafacture.org/metafacture-5.7.0/) in November 2023. -b) [`metafacture-fix-1.0.0`](https://github.com/metafacture/metafacture-fix/releases/tag/1.0.0). +b) [`metafacture-fix 1.0.0`](https://github.com/metafacture/metafacture-fix/releases/tag/1.0.0). (metafacture-fix is ["an alternative to configuring data transformations with - Metamorph. Inspired by Catmandu Fix"](https://github.com/metafacture/metafacture-fix)). + Metamorph, inspired by Catmandu Fix"](https://github.com/metafacture/metafacture-fix)). -c) `metafacture-playground-1.0.0`. - (metafacture-playground is ["a web application to play around with Metafactures languages Fix, Flux and Morph inspired by the JSON-LD Playground"](https://github.com/metafacture/metafacture-playground/)). +c) `metafacture-playground 1.0.0`. + (metafacture-playground is ["a web application to play around with Metafacture's languages Fix, Flux and Morph, inspired by the JSON-LD Playground"](https://github.com/metafacture/metafacture-playground/)). ## Table of Contents @@ -37,22 +37,22 @@ c) `metafacture-playground-1.0.0`. - IO: Open gzip compressed content from HTTP [#511](https://github.com/metafacture/metafacture-core/issues/511) ### Bug fixes -- IO: Fix misconception of "Content-Encoding" [#513](https://github.com/metafacture/metafacture-core/issues/513) +- IO: Fix misconception of "Content-Encoding" [#513](https://github.com/metafacture/metafacture-core/issues/513) - IO: Close resources [#514](https://github.com/metafacture/metafacture-core/issues/514) ### Others - Provide examples for every flux-command [#488](https://github.com/metafacture/metafacture-core/issues/488) - Upgrade Gradle wrapper [#520](https://github.com/metafacture/metafacture-core/issues/520) -- Switch to Java version 11 [#518](https://github.com/metafacture/metafacture-core/issues518) +- Switch to Java version 11 [#518](https://github.com/metafacture/metafacture-core/issues/518) ## metafacture-fix ### New Features - Add extension snippets for all do binds [#302](https://github.com/metafacture/metafacture-fix/issues/302) -- Upgrade Gradle wrapper [#283](https://github.com/metafacture/metafacture-fix/issues/302) -- Switch to Java 11 [#343](https://github.com/metafacture/metafacture-fix/issues/302) -- Add links to playground for several Fixes [#339](https://github.com/metafacture/metafacture-fix/issues/302) +- Upgrade Gradle wrapper [#283](https://github.com/metafacture/metafacture-fix/issues/283) +- Switch to Java 11 [#343](https://github.com/metafacture/metafacture-fix/issues/343) +- Add links to playground for several Fixes [#339](https://github.com/metafacture/metafacture-fix/issues/339) ### Bug fixes @@ -62,11 +62,11 @@ c) `metafacture-playground-1.0.0`. - Update metafacture-core dependency to its latest release (6.0.0) -## matafacture-playground +## metafacture-playground ### New Features -- Clear message and result when process [#126](https://github.com/metafacture/metafacture-playground/issues/126) +- Clear message and result when processing [#126](https://github.com/metafacture/metafacture-playground/issues/126) ### Bug fixes From 3d45d50bc83a0a377e3d9bcc243a5e4a66f83dba Mon Sep 17 00:00:00 2001 From: Adrian Date: Thu, 14 Mar 2024 15:51:50 +0100 Subject: [PATCH 3/3] Remove reference to JSON-LD playground --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md b/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md index a7a14d1..13b65eb 100644 --- a/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md +++ b/content/blog/metafacture-releases_core-6.0.0_fix-1.0.0_playground-1.0.0/index.md @@ -23,7 +23,7 @@ b) [`metafacture-fix 1.0.0`](https://github.com/metafacture/metafacture-fix/rele Metamorph, inspired by Catmandu Fix"](https://github.com/metafacture/metafacture-fix)). c) `metafacture-playground 1.0.0`. - (metafacture-playground is ["a web application to play around with Metafacture's languages Fix, Flux and Morph, inspired by the JSON-LD Playground"](https://github.com/metafacture/metafacture-playground/)). + (metafacture-playground is ["a web application to play around with Metafacture's languages Fix, Flux and Morph"](https://github.com/metafacture/metafacture-playground/)). ## Table of Contents