Skip to content

Commit a8eb392

Browse files
authored
Merge pull request #468 from SpineEventEngine/describe-release-1.9.0
Release 1.9.0
2 parents 43d40e4 + 81fcafc commit a8eb392

File tree

16 files changed

+452
-43
lines changed

16 files changed

+452
-43
lines changed

.github/workflows/check-code-embedding.yml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,29 @@ jobs:
1313
build-embedded-code:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v1
17-
- run: git submodule update --init --recursive
18-
- uses: actions/setup-java@v1
16+
- uses: actions/checkout@v3
1917
with:
20-
java-version: 1.8
18+
submodules: 'recursive'
19+
20+
- uses: actions/setup-java@v3
21+
with:
22+
java-version: 8
23+
distribution: zulu
24+
2125
- run: ./gradlew :buildAll
2226

2327
check-embedded-samples:
2428
runs-on: ubuntu-latest
2529
steps:
26-
- uses: actions/checkout@v1
27-
- run: git submodule update --init --recursive
28-
- name: Set up Ruby and Bundler
29-
uses: actions/setup-ruby@v1
30+
- uses: actions/checkout@v3
3031
with:
31-
ruby-version: '2.7.x'
32+
submodules: 'recursive'
33+
34+
- name: Set up Ruby
35+
uses: ruby/setup-ruby@v1
36+
with:
37+
ruby-version: '2.7.4'
38+
3239
- run: |
3340
gem install bundler
3441
bundle install

.github/workflows/proof-links.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
proof-links:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
with:
17-
submodules: true
17+
submodules: 'recursive'
1818

19-
- name: Set up Ruby
20-
uses: actions/setup-ruby@v1
19+
- name: Set up Ruby and Bundler
20+
uses: ruby/setup-ruby@v1
2121
with:
22-
ruby-version: '2.7.x'
22+
ruby-version: '2.7.4'
2323

2424
- name: Run Jekyll build
2525
run: |
2626
gem install bundler
2727
bundle install
28-
jekyll build
28+
bundle exec jekyll build
2929
3030
- name: Proof Links
3131
run: ./_script/proof-links

Gemfile.lock

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
execjs
2121
coffee-script-source (1.11.1)
2222
colorator (1.1.0)
23-
commonmarker (0.23.6)
23+
commonmarker (0.23.9)
2424
concurrent-ruby (1.1.10)
2525
dnsruby (1.61.9)
2626
simpleidn (~> 0.1)
@@ -57,12 +57,12 @@ GEM
5757
ffi (1.15.5)
5858
forwardable-extended (2.6.0)
5959
gemoji (3.0.1)
60-
github-pages (226)
60+
github-pages (228)
6161
github-pages-health-check (= 1.17.9)
62-
jekyll (= 3.9.2)
62+
jekyll (= 3.9.3)
6363
jekyll-avatar (= 0.7.0)
6464
jekyll-coffeescript (= 1.1.1)
65-
jekyll-commonmark-ghpages (= 0.2.0)
65+
jekyll-commonmark-ghpages (= 0.4.0)
6666
jekyll-default-layout (= 0.1.4)
6767
jekyll-feed (= 0.15.1)
6868
jekyll-gist (= 1.5.0)
@@ -96,10 +96,10 @@ GEM
9696
jemoji (= 0.12.0)
9797
kramdown (= 2.3.2)
9898
kramdown-parser-gfm (= 1.1.0)
99-
liquid (= 4.0.3)
99+
liquid (= 4.0.4)
100100
mercenary (~> 0.3)
101101
minima (= 2.5.1)
102-
nokogiri (>= 1.13.4, < 2.0)
102+
nokogiri (>= 1.13.6, < 2.0)
103103
rouge (= 3.26.0)
104104
terminal-table (~> 1.4)
105105
github-pages-health-check (1.17.9)
@@ -122,11 +122,11 @@ GEM
122122
http_parser.rb (0.8.0)
123123
i18n (0.9.5)
124124
concurrent-ruby (~> 1.0)
125-
jekyll (3.9.2)
125+
jekyll (3.9.3)
126126
addressable (~> 2.4)
127127
colorator (~> 1.0)
128128
em-websocket (~> 0.5)
129-
i18n (~> 0.7)
129+
i18n (>= 0.7, < 2)
130130
jekyll-sass-converter (~> 1.0)
131131
jekyll-watch (~> 2.0)
132132
kramdown (>= 1.17, < 3)
@@ -142,11 +142,11 @@ GEM
142142
coffee-script-source (~> 1.11.1)
143143
jekyll-commonmark (1.4.0)
144144
commonmarker (~> 0.22)
145-
jekyll-commonmark-ghpages (0.2.0)
146-
commonmarker (~> 0.23.4)
145+
jekyll-commonmark-ghpages (0.4.0)
146+
commonmarker (~> 0.23.7)
147147
jekyll (~> 3.9.0)
148148
jekyll-commonmark (~> 1.4.0)
149-
rouge (>= 2.0, < 4.0)
149+
rouge (>= 2.0, < 5.0)
150150
jekyll-default-layout (0.1.4)
151151
jekyll (~> 3.0)
152152
jekyll-email-protect (1.1.0)
@@ -235,20 +235,20 @@ GEM
235235
rexml
236236
kramdown-parser-gfm (1.1.0)
237237
kramdown (~> 2.0)
238-
liquid (4.0.3)
238+
liquid (4.0.4)
239239
listen (3.7.1)
240240
rb-fsevent (~> 0.10, >= 0.10.3)
241241
rb-inotify (~> 0.9, >= 0.9.10)
242242
mercenary (0.3.6)
243+
mini_portile2 (2.8.2)
243244
minima (2.5.1)
244245
jekyll (>= 3.5, < 5.0)
245246
jekyll-feed (~> 0.9)
246247
jekyll-seo-tag (~> 2.1)
247248
minitest (5.15.0)
248249
multipart-post (2.1.1)
249-
nokogiri (1.13.9-x86_64-darwin)
250-
racc (~> 1.4)
251-
nokogiri (1.13.9-x86_64-linux)
250+
nokogiri (1.13.9)
251+
mini_portile2 (~> 2.8.0)
252252
racc (~> 1.4)
253253
octokit (4.22.0)
254254
faraday (>= 0.9)
@@ -292,6 +292,7 @@ GEM
292292
zeitwerk (2.5.4)
293293

294294
PLATFORMS
295+
arm64-darwin-22
295296
x86_64-darwin-20
296297
x86_64-linux
297298

@@ -305,4 +306,4 @@ DEPENDENCIES
305306
rouge
306307

307308
BUNDLED WITH
308-
2.3.11
309+
2.4.13

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ please see the [`_code/EMBEDDING.md`](_code/EMBEDDING.md) file.
1616

1717
# Prerequisites
1818

19-
1. Install Ruby.
19+
1. Install Ruby 2.7 (as it's the latest version [supported by GitHub Pages](https://pages.github.com/versions/)).
2020
2. Install the `bundler` tool.
2121
3. Install the project dependencies by running `bundle install`.
2222

_code/examples/blog

Submodule blog updated 49 files

_code/examples/kanban

Submodule kanban updated 178 files

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Spine Event Engine
2-
description: CQRS/ES framework for modern could applications
2+
description: CQRS/ES framework for modern cloud applications
33

44
baseurl: ""
55

0 commit comments

Comments
 (0)