Skip to content

Commit 47b6b98

Browse files
authored
Merge pull request #1457 from siemens/chore/tag-15.0
chore(rel): changing files for tagging 15.0 reviewed-by: [email protected] tested-by: [email protected]
2 parents 8c9ef15 + 552e548 commit 47b6b98

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,61 @@ This is the changelog file of the sw360 project. It starts with the first releas
44

55
https://github.com/sw360/sw360portal/releases
66

7+
8+
## sw360-15.0.0-M1
9+
10+
This tag covers many corrections/bug fixes after the 14.0 release.
11+
12+
This release provides features, muliple bug fixes for release 14.0, for example, new REST endpoints, new integration test suite.
13+
14+
### Credits
15+
16+
The following github users have contributed to the source code since the last release (in alphabetical order):
17+
18+
```
19+
Anupam Ghosh <[email protected]>
20+
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21+
Gaurav Mishra <[email protected]>
22+
He, Albert <[email protected]>
23+
Jaideep Palit <[email protected]>
24+
ravi110336 <[email protected]>
25+
Smruti Prakash Sahoo <[email protected]>
26+
```
27+
28+
Please note that also many other persons usually contribute to the project with reviews, testing, documentations, conversations or presentations.
29+
30+
### Features
31+
32+
* `9807d381` feat(ui): Added new Clearing State and Attachment Type
33+
* `77f06a6e` feat(ci): Remove dependency of commonsIO from client
34+
* `be212373` feat(ci): Fixed Attachment test cases
35+
* `bf43f889` feat(ci): Fixed Release test cases
36+
* `790c935f` feat(ci): Fixed component test cases
37+
* `32ae085f` feat(ci): Run Client Integration Test for rest api on DB
38+
* `77f49ec2` feat(ui): Added new column for ECCN in ECC status tab of project details view
39+
* `8ed3c68d` feat(AttachmentTypeUI):Add a new attachment type Security Assessment.
40+
* `2e593adf` feat(client): Added Java Client Apis for vulnerability endpoints.
41+
42+
### Corrections
43+
44+
* `2b562699` fix(ci): Fixed vulnerability IT testcases
45+
* `854c6453` fix(release): Fixed mainline state is empty when creating a release by ui or rest
46+
* `be26f6ca` fix(ci): Fixed Project Client Testcases
47+
* `e06eb192` fix(ci): Fixed License Testcases
48+
* `2261b62f` fix(script): Fixed deployment status check after spring boot updat
49+
* `02ecfe6f` Fix default config not working issue
50+
* `30e404bd` Fix component list sorting error
51+
* `f6337094` fix(rest): Optimize rest api for get project by tag, type, group
52+
53+
### Infrastructure
54+
55+
* `376d5b94` chore(deps): bump log4j-core from 2.17.0 to 2.17.1
56+
* `4fc46d41` chore(deps): bump log4j-core from 2.16.0 to 2.17.0
57+
* `c386b4c6` log4j version upgrade to 2.16.0(log4j-vulnerability)
58+
* `b8ebd682` chore(rel): Changing back to 14.1.0-SNAPSHOT
59+
* `0368ae99` chore(readme): Update release badge to latest
60+
61+
762
## sw360-14.0.0-M1
863

964
This tag covers many corrections/bug fixes after the 13.4 release.
@@ -141,6 +196,7 @@ Please note that also many other persons usually contribute to the project with
141196
* `baaa9f42` fix(search): search releases while linking to project
142197
* `00083ea8` fix(backend): Issues with boolean and timestamp field deserialization and get attachment info REST
143198

199+
144200
## sw360-13.3.0-M1
145201

146202
This tag is applied to have the migration from cloudant to ektorp in one single step. Ektorp is a Java library which provides an object oriented interface to the (REST-based) access to couchdb. It has been used in sw360 from day 1. Now we concluded to replace ektorp: it does not support paging; having our server growing larger and lager and serving more and more users, receiving results sets from a couchdb view without paging is a pain. And it did not look like it will be supported, because the ektorp project looks calm now (last commit to master in 2017). Among the available options for replacing ektorp, we choose the java-client from the open source project cloudant (version 2.19.1, see https://github.com/cloudant/java-cloudant). It supports paging and offers potentially other interesting features (caching, compatibility with MongoDB, etc.).

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
<!-- This is first of two places for changing the version of SW360 -->
5151
<!-- note that 6.1.0-SNAPSHOT relates to 6.0.${patchlevel} -->
5252
<!-- pls see also the profile cli -->
53-
<revision>14.1.${patchlevel}</revision>
54-
<patchlevel>0-SNAPSHOT</patchlevel>
53+
<revision>15.0.${patchlevel}</revision>
54+
<patchlevel>0</patchlevel>
5555
<java.version>11</java.version>
5656
<ektorp.version>1.5.0</ektorp.version>
5757
<thrift.version>0.14.0</thrift.version>

0 commit comments

Comments
 (0)