Skip to content

Commit

Permalink
build: Adjusted the java versions for the matrix from 19 to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Jan 27, 2024
1 parent be54e22 commit b529aff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/java-platform-test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
report:
strategy:
matrix:
java: [ 11, 17, 18 ]
java: [ 11, 17, 21 ]
# TODO: only works on windows due to https://github.com/dorny/test-reporter/issues/249
#os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ windows-latest ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
# 8 not anymore supported for building
java: [ 11, 17, 18 ]
java: [ 11, 17, 21 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,9 @@
import org.apache.plc4x.java.spi.configuration.annotations.ComplexConfigurationParameter;
import org.apache.plc4x.java.spi.configuration.annotations.ConfigurationParameter;
import org.apache.plc4x.java.spi.configuration.annotations.Required;
import org.apache.plc4x.java.tools.ui.event.DeviceEvent;
import org.apache.plc4x.java.tools.ui.event.EventType;
import org.apache.plc4x.java.tools.ui.model.ConfigurationOption;
import org.apache.plc4x.java.tools.ui.model.Device;
import org.apache.plc4x.java.tools.ui.model.Driver;
import org.apache.plc4x.java.tools.ui.repository.DeviceRepository;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.stereotype.Component;

import java.util.*;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
/* tslint:disable */
/* eslint-disable */
// Generated using typescript-generator version 3.2.1263 on 2024-01-27 19:21:33.
// Generated using typescript-generator version 3.2.1263 on 2024-01-27 21:34:50.

export interface Device {
id: number;
Expand Down

0 comments on commit b529aff

Please sign in to comment.