Skip to content

Commit

Permalink
2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaris committed Dec 4, 2024
1 parent 158746e commit abee44b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 36 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/test.yml

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.3.0] - 2024-12-04

- Compatibility with Jmix 2.4
- Upgrade to azure-storage-blob 12.29.0

## [2.2.2] - 2024-03-19

- Compatibility with Jmix 2.2.1
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ The following table shows which version of the add-on is compatible with which v
| 1.5.* | 1.5.0 | gr.netmechanics.jmix:azurefs-starter:1.5.0 |
| 2.1.* | 2.1.0 | gr.netmechanics.jmix:azurefs-starter:2.1.0 |
| 2.2.* | 2.2.2 | gr.netmechanics.jmix:azurefs-starter:2.2.2 |
| 2.4.* | 2.3.0 | gr.netmechanics.jmix:azurefs-starter:2.3.0 |

Add to your project's `build.gradle` dependencies:

```gradle
implementation 'gr.netmechanics.jmix:azurefs-starter:2.2.2'
implementation 'gr.netmechanics.jmix:azurefs-starter:<addon-version>'
```

# Configuration
Expand Down
2 changes: 1 addition & 1 deletion azurefs/azurefs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-web'

testRuntimeOnly 'org.hsqldb:hsqldb'
implementation 'com.azure:azure-storage-blob:12.25.1'
implementation 'com.azure:azure-storage-blob:12.29.0'
}

test {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
jmix.core.skip-null-or-empty-conditions-by-default=true
spring.main.allow-circular-references=true
spring.main.allow-circular-references=true
jmix.ui.component.filter-show-non-jpa-properties=false
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'io.jmix.gradle:jmix-gradle-plugin:2.2.1.1'
classpath 'io.jmix.gradle:jmix-gradle-plugin:2.4.1'
}
}

Expand All @@ -22,7 +22,7 @@ subprojects {
}

jmix {
bomVersion = '2.2.1'
bomVersion = '2.4.1'
projectId = 'azurefs'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.2.2
version = 2.3.0
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit abee44b

Please sign in to comment.