Skip to content

Commit

Permalink
Require Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioz committed Oct 9, 2023
1 parent 6d00693 commit ede6d14
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-pydev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: 'maven'

Expand Down
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.analysis/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Export-Package: com.python.pydev.analysis,
com.python.pydev.codecompletion.ctxinsensitive,
com.python.pydev.codecompletion.participant,
com.python.pydev.codecompletion.simpleassist
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.python.pydev.analysis
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Require-Bundle: org.eclipse.ui,
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: debug.jar
Export-Package: com.python.pydev.debug.remote.client_api
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.python.pydev.debug
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Export-Package: com.python.pydev.codecompletion,
com.python.pydev.refactoring.tdd,
com.python.pydev.refactoring.ui,
com.python.pydev.refactoring.ui.findreplace
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.python.pydev.refactoring
2 changes: 1 addition & 1 deletion plugins/com.python.pydev.runalltests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Require-Bundle: org.junit;bundle-version="4.0.0";resolution:=optional,
org.python.pydev.shared_ui
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: com.python.pydev.runalltests
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.ast/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Export-Package: org.python.pydev.ast,
org.python.pydev.plugin,
org.python.pydev.plugin.nature
Bundle-Vendor: Brainwy Software Ltda
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.ast
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Export-Package: org.python.copiedfromeclipsesrc,
org.python.pydev.json.eclipsesource,
org.python.pydev.refactoring.core.base,
org.python.pydev.shared_ui.search.replace
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.core
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Export-Package: org.python.pydev.customizations,org.python.pydev.custo
on.pydev.customizations.app_engine.wizards,org.python.pydev.customiza
tions.common
Bundle-Vendor: Brainwy Software Ltda
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.customizations
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ Export-Package: com.python.pydev.interactiveconsole,
org.python.pydev.debug.ui.variables,
org.python.pydev.debug.views
Import-Package: org.eclipse.core.filesystem
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.debug
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.django/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Require-Bundle: org.eclipse.ui,
org.python.pydev.shared_interactive_console;bundle-version="[11.0.0,11.0.1)"
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: pydev_django.jar
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.django
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.jython/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Bundle-ActivationPolicy: lazy
Export-Package: org.python.core,
org.python.pydev.jython,
org.python.pydev.jython.ui
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.jython
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.parser/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Export-Package: org.python.pydev.parser,
org.python.pydev.parser.visitors,
org.python.pydev.parser.visitors.comparator,
org.python.pydev.parser.visitors.scope
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.parser
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.refactoring/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Export-Package: org.python.pydev.refactoring,
org.python.pydev.refactoring.ui.actions,
org.python.pydev.refactoring.ui.actions.internal,
org.python.pydev.refactoring.ui.pages.core.eclipse
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.refactoring
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.shared_core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ Export-Package: org.apache.lucene,
org.python.pydev.shared_core.utils,
org.python.pydev.shared_core.yaml
Bundle-Vendor: Brainwy Software Ltda
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.shared.core
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ Export-Package: org.apache.commons.logging,org.apache.commons.logging.
rg.python.pydev.shared_interactive_console.console.ui.internal.fromec
lipse
Bundle-Vendor: Brainwy Software Ltda
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.shared.interactive.console
2 changes: 1 addition & 1 deletion plugins/org.python.pydev.shared_ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ Export-Package: org.python.pydev.overview_ruler,
org.python.pydev.shared_ui.utils,
org.python.pydev.shared_ui.word_boundaries
Bundle-Vendor: Brainwy Software Ltda
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev.shared.ui
2 changes: 1 addition & 1 deletion plugins/org.python.pydev/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ Export-Package: com.python.pydev.actions,
org.python.pydev.ui.wizards.gettingstarted,
org.python.pydev.ui.wizards.project,
org.python.pydev.utils
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.python.pydev

0 comments on commit ede6d14

Please sign in to comment.