Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maint 4.x fixup! feat download wfs files to tmp folder for bucket service #1049 #1050

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
b8065d7
build: update groovy version to 4.0.1
kapil-agnihotri Aug 31, 2022
9303d69
build: migration from java 8 to java 18
kapil-agnihotri Sep 25, 2022
a7b16d1
build: resolving javax.xml and org.w3c.dom dependencies errors
kapil-agnihotri Sep 25, 2022
b2c36de
build: migrating jaxb using javax to jakarta xml bindings in hale-pla…
kapil-agnihotri Sep 28, 2022
9499369
build: fix all missing constraints validation and orientDB error from…
kapil-agnihotri Oct 3, 2022
616cf23
build: resolving test.product missing constraints
kapil-agnihotri Oct 3, 2022
fc40b2f
build: fix build script for new tycho 3.0.0
kapil-agnihotri Oct 5, 2022
a851e6d
build: update target platform using hale-build-support commit id
kapil-agnihotri Oct 5, 2022
93848b6
build: first successful build for mac os
kapil-agnihotri Oct 5, 2022
3df143a
Fix: ClassNotFoundException for org.glassfish.jaxb.runtime.v2.Context…
kapil-agnihotri Oct 27, 2022
2be53f5
build: migrate to java17 because it is LTS
kapil-agnihotri Oct 28, 2022
993be68
build: update to groovy 2.5
kapil-agnihotri Nov 1, 2022
d612128
build: merge with master and update java17 and groovy2.5 for new bundles
kapil-agnihotri Nov 1, 2022
d86519d
build: set new snapshot version for application to 5.0.0 due to java1…
kapil-agnihotri Nov 1, 2022
aa7f18f
build: delete all .tycho-consumer-pom.xml
kapil-agnihotri Nov 2, 2022
8da8e9b
build: update target platform with hale build support commit id
kapil-agnihotri Nov 8, 2022
3febf7b
build: generalising mac specific changes during jre extraction and re…
kapil-agnihotri Nov 10, 2022
c702fc0
build: update artifacts commit for win and linux modified JRE structure
kapil-agnihotri Nov 10, 2022
22e1823
build: fix missing plugin error for Test.product
kapil-agnihotri Nov 10, 2022
fe5564e
build: add (disabled) GitHub actions workflow for building PRs
stempler Nov 10, 2022
190865c
build: remove obsolete plugin repository
stempler Nov 10, 2022
aa6b4d4
build: fix running tests for CI
kapil-agnihotri Nov 10, 2022
6937806
build: Use --add-exports= to prevent malformed HALE.ini
florianesser Nov 14, 2022
992650c
build: fix test.product missing dependencies
kapil-agnihotri Nov 10, 2022
435de9c
build: fix Big Integer unit test case
kapil-agnihotri Nov 18, 2022
139f3ec
build: exclude org.deegree bundle from hale.product and tests.product
kapil-agnihotri Nov 18, 2022
70936b8
build: Ignore org.deegree tests with meaningful message
kapil-agnihotri Nov 18, 2022
1596e20
build: fix BigInteger failing test case
kapil-agnihotri Nov 18, 2022
38e3bd4
build: set multiModuleProjectDirectory for updateSite (#1003)
kapil-agnihotri Nov 21, 2022
38bf013
fixup: build: set multiModuleProjectDirectory for updateSite
kapil-agnihotri Nov 21, 2022
f9b2b23
build: update tycho due to ClassRealm problem (#1007)
kapil-agnihotri Dec 12, 2022
776ab9e
fix: use List instead of array for immutable class (#1006)
kapil-agnihotri Dec 21, 2022
8d8278a
docs: added what's new page 5.0.0 (#1009)
kapil-agnihotri Dec 29, 2022
a9940e1
docs(changelog): add section for 5.0.0 release (#1008)
kapil-agnihotri Dec 29, 2022
3eb3508
fixup! docs: added what's new page 5.0.0
kapil-agnihotri Dec 30, 2022
1bd70e7
docs(release.md): update release.md with infocenter container link
kapil-agnihotri Dec 30, 2022
1a4b529
build: set new development version
kapil-agnihotri Dec 30, 2022
550fb11
refactor: update year in splash notice
florianesser Jan 3, 2023
32c84d9
refactor(ui): change spelling to hale»studio
florianesser Jan 3, 2023
8f5d9df
docs(changelog): add hyperlink for 5.0.0 release
kapil-agnihotri Jan 6, 2023
f46dcd0
build: resolve Infocenter.product dependencies
kapil-agnihotri Jan 6, 2023
01773c5
build: include Nashorn JavaScript engine for MSI build
florianesser Jan 3, 2023
46cfec9
fix: fix conversion of IProxyData list to array
florianesser Jan 11, 2023
ad169d0
build: update deployArtifact script with latest unpuzzle-plugin:0.0.2…
kapil-agnihotri Apr 6, 2023
99ae84b
build: work around issue with extra whitespace in bundle dependencies
stempler Apr 14, 2023
a777f69
refactor: update OptionAccessor with picocli imports
kapil-agnihotri May 3, 2023
ea5d869
fix: eliminate commons-text security vulnerability
kapil-agnihotri May 3, 2023
638d99f
feat(gpkg): allow overwriting target file if it exists
florianesser May 16, 2023
d3ae2eb
feat: download wfs files to tmp folder for bucket service
kapil-agnihotri Jun 7, 2023
1515030
build: change priority list of pluginRepositories
kapil-agnihotri Jul 4, 2023
56127a9
feat/ING-3911 (#1033)
emanuelaepure10 Jul 7, 2023
a9d435d
feat: Release hale»studio 5.0.1 (#1034)
emanuelaepure10 Jul 7, 2023
ad34dd8
basic framework for reading Json/GeoJson data (#1042)
stempler Jul 17, 2023
9ebf787
feat: export multiple feature type to Excel (#1043)
emanuelaepure10 Jul 20, 2023
c3d21c5
build: change files related to the creation of the windows installer
emanuelaepure10 Jul 17, 2023
14f87ed
fixup! feat: Release hale»studio 5.0.1
emanuelaepure10 Jul 18, 2023
bb0fe6d
docs: update system requirements in README.md
thorsten-reitz Jul 21, 2023
8e10178
fixup! feat: download wfs files to tmp folder for bucket service
kapil-agnihotri Aug 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
43 changes: 43 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Check

# XXX disabled for now because we use Jenkins still, but at the time this was tested it was functional
# on:
# pull_request:
# branches: [ master ]

jobs:
check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

# Note: Actually we don't need Maven CLI, only Java 17, but this may have additional benefits due to the Maven cache
- name: Setup Maven
uses: s4u/[email protected]
with:
java-version: 17
java-distribution: temurin
maven-version: 3.8.6

- name: Clean
run: ./build.sh clean
working-directory: ./build

- name: Test (commitStage)
run: ./build.sh commitStage
# run: ./build.sh integrationStage
working-directory: ./build

# https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
if: always() # always run even if the previous step fails
with:
report_paths: 'build/target/testReports/*.xml'

# TODO allure report?
# build/target/allure-results

# TODO archive logs?
# build/target/testReports/*.out,build/target/testReports/*.err
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ Thumbs.db
*.swp

#.gitignore
*.hprof
*.tycho-consumer-pom.xml
55 changes: 54 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,58 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h

## [Unreleased]

## [5.0.1]

### Added
- Add an option to overwrite content in Geopackage Writer instead of appending content
- Add a parameter to the GeoPackage writer that allows creating tables for all mapping-relevant target types
- Create a code page (.cpg) file when exporting a Shapefile

### Fixed
- Fix the Commons Text security vulnerability
- Fix to Proxy settings to be able to contact update sites when Proxy usage is required
- Fix the automation of the build process


## [5.0.0]

### Added
- Support for Java 17
- Support for Groovy 2.5
- Support to configure details on HTTP client max connections and connection eviction via environment variables
- Support collecting metrics on Request class HTTP clients
- Support for TopoJSON as a format for exporting data
- Support to get list of Shapefile names
- Support for XPlanGML 5.4 and XPlanGML 6.0 schema preset
- Support to allow excluding root properties from structural Retype
- Support to automatically add the codespace for INSPIRE feature types
- Support for `xs:all` to the XML Schema Reader
- Support to specify initial value during "Generate sequential ID" function
- Support to read CRS information from Geopackage file rather than reading it from the schema
- Enhanced support for loading XML/GML schema resembling Geopackage structure so that no information is lost
- Support to specify leniency when using DateExtraction function
- Support to skip n-lines when reading csv and xls files

### Changed
- Merge schemas for HSD export as XML or Json to one schema to work around the restriction that only single schema can be imported from HSD file

### Removed
- Deegree workspace configuration generation has been removed since it requires further work to integrate updated dependencies that are compatible with Java 17

### Fixed
- Fix to check for a null date when converting a string to any form of date and/or time
- Fix to add exception message to the transformation log
- Fix to propose one single variable or a list during Groovy merge
- Fix to remove group property definitions from path when using Add condition on context function
- Fix to not truncate Shapefile attributes if their length is less than 10 characters
- Fix to correct the winding order as counterclockwise based
on the right-hand rule when exporting data in Json format
- Fix to preserve original order of columns during CSV export
- Fix to clean progress bar when opening a new project after exporting in CSV and XLS
- Fix to handle NPE when exporting multiple geometries to Shapefiles
- Fix to apply queryFilter when reading Geopackage files instead of writing them
- Fix to allow loading Geopackage files with non standard file extension

## [4.1.0]

### Added
Expand Down Expand Up @@ -397,7 +449,8 @@ See the [change log guidelines](http://keepachangelog.com/) for information on h

Changes so far have been documented in the [hale help](http://hale.igd.fraunhofer.de/2.9.4/help/topic/eu.esdihumboldt.hale.doc.user/html/new/2_9_0.xhtml?cp=2_1_0).

[Unreleased]: https://github.com/halestudio/hale/compare/4.1.0...HEAD
[Unreleased]: https://github.com/halestudio/hale/compare/5.0.0...HEAD
[5.0.0]: https://github.com/halestudio/hale/compare/4.1.0...5.0.0
[4.1.0]: https://github.com/halestudio/hale/compare/4.0.0...4.1.0
[4.0.0]: https://github.com/halestudio/hale/compare/3.5.0...4.0.0
[3.5.0]: https://github.com/halestudio/hale/compare/3.4.1...3.5.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ To contribute please check the [contribution guidelines](CONTRIBUTING.md) and re

## System Requirements

* Windows XP/Vista/7/8 32bit or 64bit
* MacOS X 10.5
* Windows XP/Vista/7/8/10/11 32bit or 64bit
* MacOS X 10.5+
* Linux
* 4 GB RAM recommended

Expand Down
8 changes: 5 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Before proceeding with the release steps

Create a new branch from the master:

1. Create a PR to update the [CHANGELOG.md](https://github.com/kapil-agnihotri/hale/blob/master/CHANGELOG.md)
1. Create a PR to update the [CHANGELOG.md](https://github.com/halestudio/hale/blob/master/CHANGELOG.md#change-log)
2. Create a PR to update [what's new page](https://github.com/halestudio/hale/tree/master/doc/plugins/eu.esdihumboldt.hale.doc.user/html/new) by creating a new `<release-tag>.xhtml` page.
3. Once the PRs are merged to the master, update the Infocenter container, so that [what's new page in the documentation](http://help.halestudio.org/latest/index.jsp?topic=%2Feu.esdihumboldt.hale.doc.user%2Fhtml%2Fnew%2F4_1_0.xhtml&cp%3D0_1_0) is updated to show the latest release information. Then proceed with the steps for a HALE release.
3. Once the PRs are merged to the master, update the [Infocenter container](https://github.com/halestudio/hale/blob/fb07374fdd4e5078ccbc2074fd8a13bd48982e58/doc/plugins/eu.esdihumboldt.hale.doc.user/toc.xml#L17), so that [what's new page in the documentation](http://help.halestudio.org/latest/index.jsp?topic=%2Feu.esdihumboldt.hale.doc.user%2Fhtml%2Fnew%2F4_1_0.xhtml&cp%3D0_1_0) is updated to show the latest release information. Then proceed with the steps for a HALE release.

Steps for a HALE release
========================
Expand Down Expand Up @@ -56,6 +56,8 @@ On master branch:

After the release
=================
1. Create Windows installer
1. Create Windows installer.
Prerequisites: install Wix Toolset v.3.11 [available here](https://github.com/wixtoolset/wix3/releases/tag/wix3112rtm)
Then run `build.bat product -o windows -a x86_64 HALE` from the root directory.
2. Draft a new release for the latest release at https://github.com/halestudio/hale/releases and publish it.
3. Update [download page](https://github.com/wetransform/www.wetransform.to/blob/deploy/app/downloads/index.html) so that the latest builds are available for download from https://www.wetransform.to/downloads/
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="GROOVY_DSL_SUPPORT"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Updated from default preferences Apr 25, 2017 3:25:14 PM
#Tue Apr 25 15:25:14 CEST 2017
#Updated from default preferences 28 Oct 2022, 08:10:30
#Fri Oct 28 08:10:30 CEST 2022
eclipse.preferences.version=1
org.eclipse.jdt.core.builder.cleanOutputFolder=clean
org.eclipse.jdt.core.builder.duplicateResourceTask=warning
Expand All @@ -21,9 +21,9 @@ org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.compliance=17
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
Expand All @@ -39,6 +39,7 @@ org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=enabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore
org.eclipse.jdt.core.compiler.problem.fatalOptionalError=enabled
Expand Down Expand Up @@ -81,6 +82,7 @@ org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning
org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=ignore
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
Expand Down Expand Up @@ -108,8 +110,10 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disa
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
org.eclipse.jdt.core.compiler.source=1.8
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=17
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_additive_operator=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
Expand All @@ -118,16 +122,20 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_assignment=0
org.eclipse.jdt.core.formatter.alignment_for_binary_expression=16
org.eclipse.jdt.core.formatter.alignment_for_bitwise_operator=16
org.eclipse.jdt.core.formatter.alignment_for_compact_if=16
org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=80
org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0
org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=16
org.eclipse.jdt.core.formatter.alignment_for_logical_operator=16
org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0
org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16
org.eclipse.jdt.core.formatter.alignment_for_multiplicative_operator=16
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80
org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=16
org.eclipse.jdt.core.formatter.alignment_for_string_concatenation=16
org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=16
org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=16
Expand Down Expand Up @@ -213,11 +221,13 @@ org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert
org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert
org.eclipse.jdt.core.formatter.insert_space_after_additive_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert
org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_bitwise_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert
org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert
org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert
Expand Down Expand Up @@ -248,6 +258,8 @@ org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert
org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert
org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert
org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert
org.eclipse.jdt.core.formatter.insert_space_after_logical_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_multiplicative_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert
Expand All @@ -272,13 +284,18 @@ org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert
org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert
org.eclipse.jdt.core.formatter.insert_space_after_relational_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert
org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert
org.eclipse.jdt.core.formatter.insert_space_after_shift_operator=insert
org.eclipse.jdt.core.formatter.insert_space_after_string_concatenation=insert
org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_additive_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert
org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert
org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_bitwise_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert
Expand Down Expand Up @@ -326,6 +343,8 @@ org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do no
org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert
org.eclipse.jdt.core.formatter.insert_space_before_logical_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_multiplicative_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert
Expand Down Expand Up @@ -362,9 +381,12 @@ org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not inser
org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert
org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_relational_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert
org.eclipse.jdt.core.formatter.insert_space_before_shift_operator=insert
org.eclipse.jdt.core.formatter.insert_space_before_string_concatenation=insert
org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert
org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert
org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert
Expand All @@ -390,8 +412,13 @@ org.eclipse.jdt.core.formatter.tabulation.char=tab
org.eclipse.jdt.core.formatter.tabulation.size=4
org.eclipse.jdt.core.formatter.use_on_off_tags=false
org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false
org.eclipse.jdt.core.formatter.wrap_before_additive_operator=true
org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true
org.eclipse.jdt.core.formatter.wrap_before_bitwise_operator=true
org.eclipse.jdt.core.formatter.wrap_before_logical_operator=true
org.eclipse.jdt.core.formatter.wrap_before_multiplicative_operator=true
org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true
org.eclipse.jdt.core.formatter.wrap_before_string_concatenation=true
org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true
org.eclipse.jdt.core.incompatibleJDKLevel=ignore
org.eclipse.jdt.core.incompleteClasspath=error
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Created from default preferences 28 Oct 2022, 08:10:30
#Fri Oct 28 08:10:30 CEST 2022
eclipse.preferences.version=1
groovy.compiler.level=25
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: hale CLI Default Commands
Bundle-SymbolicName: eu.esdihumboldt.hale.app.cli.commands;singleton:=true
Bundle-Version: 4.2.0.qualifier
Bundle-Version: 5.1.0.qualifier
Bundle-Vendor: wetransform GmbH
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: eu.esdihumboldt.util.cli;bundle-version="2.9.5",
eu.esdihumboldt.hale.common.cli;bundle-version="2.9.5",
groovy;bundle-version="2.3.7",
groovy;bundle-version="2.5.19",
eu.esdihumboldt.hale.common.align;bundle-version="2.9.5",
eu.esdihumboldt.hale.io.html.svg;bundle-version="2.9.5",
eu.esdihumboldt.hale.io.xls;bundle-version="2.9.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import eu.esdihumboldt.hale.common.core.report.ReportHandler
import eu.esdihumboldt.hale.common.headless.impl.ProjectTransformationEnvironment
import eu.esdihumboldt.hale.io.html.svg.mapping.json.JsonMappingExporter
import eu.esdihumboldt.util.cli.CommandContext
import groovy.cli.picocli.OptionAccessor
import groovy.transform.CompileStatic

/**
Expand Down
Loading