Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<name>Sandbox central</name>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!-- Upgraded to Tycho 5.0.0 – resolves CodeQL autobuild
Expand Down
2 changes: 1 addition & 1 deletion release.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto-updated by release workflow - do not edit manually
next.release.version=1.3.1
next.release.version=1.3.2
30 changes: 2 additions & 28 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,2 @@
- #870: Embedded Java in `.sandbox-hint` DSL — First-Class Eclipse JDT Integration
- #776: Auto-Detecting String→Charset Type Changes in the DSL Engine
- #774: Migration Plan: Hybrid Encoding Cleanup — Imperative + DSL + Annotations
- #758: Gemini-KI-gestützte Commit-Analyse für die TriggerPattern-DSL
- #746: FQN-basierte Import-Inferenz (3 Phasen)
- #743: Transparente und nachvollziehbare Einstellungen für Preferences & Cleanup-Dialog
- #740: Implizite Import-Ableitung in der TriggerPattern DSL optimieren
- #732: Refactoring Mining CLI + GitHub Action Workflow für Eclipse-Projekte
- #730: `sandbox_common` in `sandbox_common_core` (ohne OSGi) und `sandbox_common` (mit OSGi) aufteilen
- #729: DSL-basierte JUnit-Migrationen als Ersatz für imperative Plugins
- #727: Implementierungsplan Refactoring-Mining aus Git-Historie
- #725: Implementiere Editor-Support für .sandbox-hint Dateien
- #724: Erstelle eine erweiterte Preference Page für .sandbox-hint Verwaltung
- #723: Implementiere Report-Generierung und Eclipse Problem-View Integration
- #722: Erstelle Eclipse Extension Points für das TriggerPattern-Framework
- #721: Refactoring auf strukturelle Qualität
- #717: **`NodeMatcher` als generische `matchNode()`-Brücke in `AstProcessorBuilder` integrieren**
- #713: Sandbox Cleanup als wiederverwendbares Tool: CLI-Distribution + Maven Plugin + Docker Image (ein gemeinsamer Runner)
- #709: Implementierungsplan: `.hint`-Datei-Parser für TriggerPattern Engine
- #683: "Missing Super Call" Detector via TriggerPattern
- #676: Sicherheitsmaßnahmen umsetzen
- #670: Functional Converter
- #567: Address missing aspects from Eclipse JDT UI SubMonitor migration in sandbox_jface_cleanup
- #549: TODO: Functional Loop Conversion – Fortschritt & Roadmap Stand 2026-01-31
- #498: Implement cross-workflow product caching for PR cleanup
- #453: Architektur: Unified Loop Representation (ULR) – Aktueller Stand & ToDo-Update (2026-01-31)
- #434: Audit functional converter tests: Ensure semantic equivalence and remove false positives
- #229: ✨ Set up Copilot instructions
- #884: Improve Gemini Mining
- #881: 📦 Release 1.3.0 — Update Eclipse Marketplace Listing
2 changes: 1 addition & 1 deletion sandbox-ast-api-jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-ast-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-functional-converter-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-jgit-server-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-jgit-storage-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.sandbox</groupId>
<artifactId>sandbox-maven-plugin</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Sandbox Cleanup Maven Plugin</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: sandbox_cleanup_application
Bundle-SymbolicName: sandbox_cleanup_application;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Automatic-Module-Name: ui.sandbox.fragment
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_cleanup_application</artifactId>
<name>Sandbox cleanup application</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_cleanup_application_feature"
label="Sandbox Cleanup application feature"
version="1.3.1"
version="1.3.2.qualifier"
provider-name="sandbox">

<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_cleanup_application_feature</artifactId>
<name>Sandbox cleanup application Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application_test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Cleanup application tests
Bundle-SymbolicName: sandbox_cleanup_application_test;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Fragment-Host: sandbox_cleanup_application
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_application_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_cleanup_application_test</artifactId>
<name>Sandbox cleanup application test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_cleanup_cli_dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.sandbox</groupId>
<artifactId>sandbox-cleanup-cli-dist</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<name>Sandbox Cleanup CLI Distribution</name>
<packaging>pom</packaging>
<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_common/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: sandbox_common
Bundle-SymbolicName: sandbox_common;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Eclipse-BuddyPolicy: global
Expand Down
2 changes: 1 addition & 1 deletion sandbox_common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_common</artifactId>
<name>Sandbox common</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_common_core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sandbox_common_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sandbox_common_test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sandbox_coverage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_css_cleanup/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Automatic-Module-Name: sandbox.css.cleanup
Bundle-Name: CSS Cleanup
Bundle-SymbolicName: sandbox_css_cleanup;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_css_cleanup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_css_cleanup</artifactId>
<name>Sandbox CSS Cleanup</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_css_cleanup_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_css_cleanup_feature"
label="Sandbox CSS Cleanup Feature"
version="1.3.1"
version="1.3.2.qualifier"
provider-name="sandbox">

<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_css_cleanup_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_css_cleanup_feature</artifactId>
<name>Sandbox CSS Cleanup Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_css_cleanup_test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: CSS Cleanup tests
Bundle-SymbolicName: sandbox_css_cleanup_test;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Fragment-Host: sandbox_css_cleanup
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_css_cleanup_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_css_cleanup_test</artifactId>
<name>Sandbox CSS cleanup test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Automatic-Module-Name: sandbox.encoding.quickfix
Bundle-Name: Tool
Bundle-SymbolicName: sandbox_encoding_quickfix;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_encoding_quickfix</artifactId>
<name>Sandbox encoding quickfix</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_encoding_quickfix_feature"
label="Sandbox encoding quickfix feature"
version="1.3.1"
version="1.3.2.qualifier"
provider-name="sandbox">

<description>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_encoding_quickfix_feature</artifactId>
<name>Sandbox encoding quickfix Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Tool tests
Bundle-SymbolicName: sandbox_encoding_quickfix_test;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Fragment-Host: sandbox_encoding_quickfix
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.junit,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_encoding_quickfix_test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_encoding_quickfix_test</artifactId>
<name>Sandbox encoding quickfix test</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: sandbox_extra_search
Bundle-SymbolicName: sandbox_extra_search;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Automatic-Module-Name: ui.sandbox.fragment
Bundle-RequiredExecutionEnvironment: JavaSE-21
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_extra_search</artifactId>
<name>Sandbox extra search</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_extra_search_feature"
label="Sandbox extra_search feature"
version="1.3.1"
version="1.3.2.qualifier"
provider-name="sandbox"
plugin="sandbox_extra_search">

Expand Down
2 changes: 1 addition & 1 deletion sandbox_extra_search_feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_extra_search_feature</artifactId>
<name>Sandbox extra search Feature</name>
Expand Down
2 changes: 1 addition & 1 deletion sandbox_functional_converter/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: functional_converter
Bundle-SymbolicName: sandbox_functional_converter;singleton:=true
Bundle-Vendor: sandbox
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-21
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
Expand Down
2 changes: 1 addition & 1 deletion sandbox_functional_converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sandbox</groupId>
<artifactId>central</artifactId>
<version>1.3.1</version>
<version>1.3.2-SNAPSHOT</version>
</parent>
<artifactId>sandbox_functional_converter</artifactId>
<name>Sandbox functional converter</name>
Expand Down
4 changes: 2 additions & 2 deletions sandbox_functional_converter_feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="sandbox_functional_converter_feature"
label="Sandbox functional converter feature"
version="1.3.1"
version="1.3.2.qualifier"
provider-name="sandbox"
plugin="sandbox_functional_converter">

Expand Down Expand Up @@ -43,6 +43,6 @@

<plugin
id="sandbox_functional_converter"
version="1.3.1"/>
version="1.3.2.qualifier"/>

</feature>
Loading
Loading