Skip to content

Commit 657f725

Browse files
committed
chore(deps): update to moquette 0.17 release version
1 parent bd16446 commit 657f725

File tree

266 files changed

+5579
-919
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+5579
-919
lines changed

moquette-0.16/broker/src/main/java/io/moquette/broker/IQueueRepository.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

moquette-0.16/broker/src/main/java/io/moquette/broker/MemoryQueueRepository.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

moquette-0.16/broker/src/main/java/io/moquette/broker/config/IConfig.java

Lines changed: 0 additions & 79 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

moquette-0.16/.github/workflows/maven_build.yml renamed to moquette-0.17/.github/workflows/maven_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-18.04, ubuntu-latest]
17+
os: [ubuntu-20.04, ubuntu-latest]
1818
java: [11, 17]
1919
arch: [x64] # when ARM will be present add aarch64
2020
fail-fast: false

moquette-0.16/.github/workflows/maven_central_release_version.yml renamed to moquette-0.17/.github/workflows/maven_central_release_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Maven Central Repository
19-
uses: actions/setup-java@v1
19+
uses: actions/setup-java@v3
2020
with:
2121
java-version: 11
2222
server-id: ossrh
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)