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

Test/vm crash #264

Closed
wants to merge 19 commits into from
Closed
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
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ dependencies.md linguist-generated=true
pk_generated_parent.pom linguist-generated=true
doc/changes/changelog.md linguist-generated=true
extension/package-lock.json linguist-generated=true

.settings/org.eclipse.jdt.core.prefs linguist-generated=true
.settings/org.eclipse.jdt.ui.prefs linguist-generated=true
10 changes: 5 additions & 5 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
exasol-docker-version: [ "7.1.21" ]
exasol-docker-version: ["7.1.22"]
env:
DEFAULT_DOCKER_DB_VERSION: "7.1.21"
DEFAULT_DOCKER_DB_VERSION: "7.1.22"
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand All @@ -24,9 +24,9 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: "temurin"
java-version: 11
cache: 'maven'
cache: "maven"
- name: Cache SonarCloud packages
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
-Dsonar.login=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/release_droid_prepare_original_checksum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

env:
DEFAULT_DOCKER_DB_VERSION: "7.1.21"
DEFAULT_DOCKER_DB_VERSION: "7.1.22"

jobs:
build:
Expand All @@ -17,9 +17,9 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
distribution: "temurin"
java-version: 11
cache: 'maven'
cache: "maven"
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ tmp/
.project
.scala_dependencies
*.sc
/.settings/org.eclipse.core.resources.prefs
/.settings/org.eclipse.jdt.apt.core.prefs

# Ensime
.ensime
Expand Down
5 changes: 4 additions & 1 deletion .project-keeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ sources:
modules:
- jar_artifact
- integration_tests
- type: npm
path: extension/package.json
version:
fromSource: pom.xml
linkReplacements:
- "http://wiki.fasterxml.com/JacksonModuleScala|https://github.com/FasterXML/jackson-module-scala"
- "https://netty.io/netty-all/|https://netty.io/"
Expand All @@ -20,4 +24,3 @@ excludes:
- "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build-next-java.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_upload_github_release_assets.yml'"
- "E-PK-CORE-18: Outdated content: '.github/workflows/release_droid_prepare_original_checksum.yml'"
- regex: "(?s)E-PK-CORE-53: The dependencies.md file has outdated content.*"
274 changes: 142 additions & 132 deletions dependencies.md

Large diffs are not rendered by default.

43 changes: 37 additions & 6 deletions doc/changes/changes_2.7.3.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,45 @@
# Cloud Storage Extension 2.7.3, released 2023-??-??

Code name:
Code name: Upgrade Extension

## Summary

This release updates the extension so that it supports categories and upgrading an installed cloud storage extension to the latest version.

## Features

* #252: Implemented upgrading installed extension
* #251: Added category to extension

## Security

* #260: Updated dependencies to fix security vulnerabilities

## Dependency Updates

### Compile Dependency Updates
### Cloud Storage Extension

#### Compile Dependency Updates

* Updated `com.google.guava:guava:32.1.1-jre` to `32.1.2-jre`
* Updated `com.google.protobuf:protobuf-java:3.23.3` to `3.23.4`
* Updated `com.google.protobuf:protobuf-java:3.23.3` to `3.24.0`
* Updated `io.grpc:grpc-netty:1.56.1` to `1.57.1`
* Updated `io.netty:netty-handler:4.1.94.Final` to `4.1.96.Final`
* Updated `org.alluxio:alluxio-core-client-hdfs:300` to `302`
* Added `io.netty:netty-transport-native-unix-common:4.1.96.Final`
* Added `io.netty:netty-transport:4.1.96.Final`
* Updated `org.apache.commons:commons-lang3:3.12.0` to `3.13.0`
* Added `org.jetbrains.kotlin:kotlin-stdlib:1.9.0`
* Updated `org.xerial.snappy:snappy-java:1.1.10.1` to `1.1.10.3`

### Test Dependency Updates
#### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:6.6.0` to `6.6.1`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.14.3` to `3.15.1`
* Updated `org.junit.jupiter:junit-jupiter-engine:5.9.3` to `5.10.0`
* Updated `org.scalatestplus:scalatestplus-mockito_2.13:1.0.0-M2` to `1.0.0-SNAP5`
* Updated `org.scalatest:scalatest_2.13:3.2.10` to `3.3.0-SNAP4`

### Plugin Dependency Updates
#### Plugin Dependency Updates

* Updated `com.diffplug.spotless:spotless-maven-plugin:2.37.0` to `2.38.0`
* Updated `com.exasol:error-code-crawler-maven-plugin:1.2.3` to `1.3.0`
Expand All @@ -38,3 +51,21 @@ Code name:
* Updated `org.codehaus.mojo:flatten-maven-plugin:1.4.1` to `1.5.0`
* Updated `org.codehaus.mojo:versions-maven-plugin:2.15.0` to `2.16.0`
* Updated `org.jacoco:jacoco-maven-plugin:0.8.9` to `0.8.10`

### Extension

#### Compile Dependency Updates

* Updated `@exasol/extension-manager-interface:0.1.15` to `0.3.0`

#### Development Dependency Updates

* Updated `eslint:^8.20.0` to `^8.46.0`
* Added `@types/node:^20.4.9`
* Updated `@typescript-eslint/parser:^5.31.0` to `^6.3.0`
* Updated `ts-jest:^28.0.7` to `^29.1.1`
* Updated `@types/jest:^28.1.6` to `^29.5.3`
* Updated `typescript:^4.7.4` to `^5.1.6`
* Updated `@typescript-eslint/eslint-plugin:^5.31.0` to `^6.3.0`
* Updated `jest:28.1.3` to `29.6.2`
* Updated `esbuild:^0.14.50` to `^0.19.0`
Loading
Loading