diff --git a/common/plugins/eu.esdihumboldt.hale.common.headless.orient/.settings/org.eclipse.jdt.core.prefs b/common/plugins/eu.esdihumboldt.hale.common.headless.orient/.settings/org.eclipse.jdt.core.prefs index bf62d79382..e65e563058 100644 --- a/common/plugins/eu.esdihumboldt.hale.common.headless.orient/.settings/org.eclipse.jdt.core.prefs +++ b/common/plugins/eu.esdihumboldt.hale.common.headless.orient/.settings/org.eclipse.jdt.core.prefs @@ -1,5 +1,3 @@ -#Updated from default preferences 28 Oct 2022, 08:10:28 -#Fri Oct 28 08:10:28 CEST 2022 eclipse.preferences.version=1 org.eclipse.jdt.core.builder.cleanOutputFolder=clean org.eclipse.jdt.core.builder.duplicateResourceTask=warning @@ -121,7 +119,6 @@ org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_c 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 @@ -226,7 +223,6 @@ 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 @@ -294,7 +290,6 @@ 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 @@ -413,7 +408,6 @@ 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 diff --git a/common/plugins/eu.esdihumboldt.hale.common.headless.orient/META-INF/MANIFEST.MF b/common/plugins/eu.esdihumboldt.hale.common.headless.orient/META-INF/MANIFEST.MF index bbbbd0d471..90c5aa0df1 100644 --- a/common/plugins/eu.esdihumboldt.hale.common.headless.orient/META-INF/MANIFEST.MF +++ b/common/plugins/eu.esdihumboldt.hale.common.headless.orient/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: OrientDB transformation sink Bundle-SymbolicName: eu.esdihumboldt.hale.common.headless.orient;singleton:=true Bundle-Version: 5.4.0.qualifier Bundle-Vendor: data harmonisation panel -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-17 Require-Bundle: eu.esdihumboldt.hale.common.instance.orient;bundle-version="2.9.0", eu.esdihumboldt.hale.common.headless;bundle-version="2.9.0", eu.esdihumboldt.hale.common.instance;bundle-version="2.9.0"