Skip to content

Commit

Permalink
Merge branch 'feature/upgrade-0-8-1' into 'develop'
Browse files Browse the repository at this point in the history
Actualización a la 0.8.1

See merge request upm-inesdata/inesdata-connector!36
  • Loading branch information
ralconada-gmv committed Sep 18, 2024
2 parents 2712fd3 + 676664b commit e77df9b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
format.version = "1.1"

[versions]
assertj = "3.26.0"
assertj = "3.26.3"
aws = "2.26.7"
edc = "0.7.1"
edc = "0.8.1"
edc-aws = "0.7.1-SNAPSHOT"
jakarta-json = "2.0.1"
jersey = "3.1.7"
jersey = "3.1.8"
junit-pioneer = "2.2.0"
jupiter = "5.10.2"
jupiter = "5.10.3"
mockito = "5.2.0"
parsson = "1.1.6"
postgres = "42.7.3"
rsApi = "4.0.0"
rseeApi = "10.0.0"
swagger-annotations-jakarta = "2.2.21"
swagger-annotations-jakarta = "2.2.23"
lombok = "1.18.30"

[libraries]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions resources/sql/070_update_edc_from_0.7.0_to_0.8.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ALTER TABLE edc_policydefinitions
ADD COLUMN IF NOT EXISTS profiles JSON;
COMMENT ON COLUMN edc_policydefinitions.profiles IS 'Java List<String> serialized as JSON';

ALTER TABLE edc_data_plane
ADD COLUMN IF NOT EXISTS transfer_type_destination VARCHAR;

0 comments on commit e77df9b

Please sign in to comment.