Skip to content

Commit 7ed75fc

Browse files
committed
Update release notes for 2.1.3
* Update gems * Fix links to javadoc.io * Remove draft status from 2.1.3 release notes * Line wrap items * Remove some internal, non-user facing items from the notes * Add some missing notable items * Organize items by configurability, observable behavior, bug fix, metrics, and other * Add note about JDK 17 requirement for the build * Add link to the git history
1 parent abd9bc0 commit 7ed75fc

File tree

3 files changed

+142
-101
lines changed

3 files changed

+142
-101
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ GEM
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
66
colorator (1.1.0)
7-
concurrent-ruby (1.3.3)
7+
concurrent-ruby (1.3.4)
88
em-websocket (0.5.3)
99
eventmachine (>= 0.12.9)
1010
http_parser.rb (~> 0)
1111
eventmachine (1.2.7)
1212
ffi (1.17.0-x86_64-linux-gnu)
1313
forwardable-extended (2.6.0)
14-
google-protobuf (3.25.3)
14+
google-protobuf (3.25.3-x86_64-linux)
1515
http_parser.rb (0.8.0)
1616
i18n (1.14.5)
1717
concurrent-ruby (~> 1.0)
@@ -52,7 +52,7 @@ GEM
5252
rb-fsevent (0.11.2)
5353
rb-inotify (0.11.1)
5454
ffi (~> 1.0)
55-
rexml (3.3.3)
55+
rexml (3.3.5)
5656
strscan
5757
rouge (4.3.0)
5858
safe_yaml (1.0.5)

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ url: "https://accumulo.apache.org" # the base hostname & protocol for your site
1616
latest_release: 2.1.3
1717
javadoc_version: 2.1.3
1818
num_home_posts: 5
19-
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
19+
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
2020
docs_baseurl: "/docs/2.x"
2121

2222
# Build settings
@@ -75,7 +75,7 @@ defaults:
7575
latest_release: "2.1.3"
7676
javadoc_version: "2.1.3"
7777
docs_baseurl: "/docs/2.x"
78-
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
78+
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
7979
skiph1fortitle: "true"
8080
gh_branch: "main"
8181

0 commit comments

Comments
 (0)