Skip to content

Commit 3dce6be

Browse files
authored
Merge pull request #82 from Open-MBEE/release/4.0.20
Release/4.0.20
2 parents 5bdba0f + 283c07d commit 3dce6be

File tree

11 files changed

+35
-31
lines changed

11 files changed

+35
-31
lines changed

.readthedocs.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
14+
# Build documentation in the docs/ directory with Sphinx
15+
sphinx:
16+
configuration: docs/conf.py
17+
18+
# We recommend specifying your dependencies to enable reproducible builds:
19+
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20+
python:
21+
install:
22+
- requirements: docs/requirements.txt

build.gradle

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46,32 +46,13 @@ dependencies {
4646
"org.postgresql:postgresql:42.2.27",
4747
"org.zalando:logbook-spring-boot-starter:2.2.1",
4848
"ch.qos.logback:logback-classic:1.2.11",
49-
// below was commented out due to changes to spring 2.6.7 > 2.7.x upgrade
50-
//change the opanapi version from 1.5.4 to 1.6.9
5149
'org.springdoc:springdoc-openapi-ui:1.6.9',
5250
"org.springdoc:springdoc-openapi-webmvc-core:1.6.9",
5351
"org.springdoc:springdoc-openapi-security:1.6.9",
5452
//resolve https://nvd.nist.gov/vuln/detail/CVE-2022-1471
5553
"org.yaml:snakeyaml:2.0",
56-
//https://nvd.nist.gov/vuln/detail/CVE-2022-46364
57-
"org.apache.cxf:cxf-core:3.5.5",
58-
// RESOLVE HIGH VULNERABILITIES
59-
"org.apache.tomcat.embed:tomcat-embed-core:9.0.75",
60-
"org.springframework.boot:spring-boot-autoconfigure:2.7.12",
61-
"org.jsoup:jsoup:1.15.3",
62-
"org.bouncycastle:bcprov-jdk15on:1.67",
63-
"org.apache.lucene:lucene-core:8.10.0",
64-
"org.apache.commons:commons-compress:1.21",
65-
"com.amazonaws:aws-java-sdk-s3:1.12.261",
66-
"com.fasterxml.jackson.core:jackson-core:2.15.0",
67-
"com.github.junrar:junrar:7.4.1",
68-
// https://mvnrepository.com/artifact/com.google.guava/guava
69-
"com.google.guava:guava:32.0.1-jre",
70-
"com.google.protobuf:protobuf-java:3.16.3",
71-
72-
73-
74-
54+
"org.apache.lucene:lucene-core:8.10.0",
55+
"com.fasterxml.jackson.core:jackson-core:2.15.0",
7556
)
7657
testImplementation(
7758
'org.springframework.boot:spring-boot-starter-test'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
master_doc = 'index'
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = '4.0.19'
29+
release = '4.0.20'
3030

3131

3232
# -- General configuration ---------------------------------------------------

docs/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Running MMS
4949
First, create a container from an MMS image. In the example below, the container is using the host network for simplicity.
5050
::
5151

52-
docker create --name=mms --network="host" -e "SPRING_CONFIG_LOCATION=/mms.properties" openmbee/mms:4.0.19
52+
docker create --name=mms --network="host" -e "SPRING_CONFIG_LOCATION=/mms.properties" openmbee/mms:4.0.20
5353

5454
Copy properties
5555
If using the above command, copy the properties file to the defined spring config location.

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=4.0.19b
1+
version=4.0.20
22
group=org.openmbee.mms
33

4-
mmsVersion=4.0.19
5-
springBootVersion=2.7.17
4+
mmsVersion=4.0.20
5+
springBootVersion=2.7.18

openapi/api-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
license:
66
name: Apache 2.0
77
url: http://www.apache.org/licenses/LICENSE-2.0.txt
8-
version: 4.0.19
8+
version: 4.0.20
99
contact:
1010
name: OpenMBEE
1111
url: http://openmbee.org

openapi/doc-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"invokerPackage": "org.openmbee.mms",
44
"groupId": "org.openmbee.mms",
55
"artifactId": "mms-client",
6-
"artifactVersion": "4.0.19"
6+
"artifactVersion": "4.0.20"
77
}

openapi/java-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"groupId": "org.openmbee.mms",
33
"artifactId": "mms-java-client",
4-
"artifactVersion": "4.0.19",
4+
"artifactVersion": "4.0.20",
55
"artifactUrl": "https://github.com/Open-MBEE/mms",
66
"artifactDescription": "Java OpenAPI Client for MMS",
77
"library": "jersey2",

openapi/python-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packageName": "mms_python_client",
33
"projectName": "mms-python-client",
4-
"packageVersion": "4.0.19"
4+
"packageVersion": "4.0.20"
55
}

src/main/java/org/openmbee/mms/mmsri/MMSRIApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@OpenAPIDefinition(
1414
info = @Info(
1515
title = "MMS Reference Implementation API",
16-
version = "4.0.19",
16+
version = "4.0.20",
1717
description = "Documentation for MMS API",
1818
license = @License(name = "Apache 2.0", url = "http://www.apache.org/licenses/LICENSE-2.0.txt")
1919
),

0 commit comments

Comments
 (0)