Skip to content

Commit fc3c198

Browse files
authored
Merge pull request #1201 from eclipse/mcj/chore/tag133
chore(rel): changing files for tagging 13.3 tested-by:travis-ci review-by:self-review
2 parents a91c7a9 + 9c61945 commit fc3c198

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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+
## sw360-13.3.0-M1
8+
9+
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.).
10+
11+
### Migrations
12+
13+
For this version, no database migration is necessary.
14+
15+
### Credits
16+
17+
The following github users have contributed to the source code since the last release (in alphabetical order):
18+
19+
```
20+
smruti.sahoo@siemens.com
21+
```
22+
23+
Please note that also many other persons usually contribute to the project with reviews, testing, documentations, conversations or presentations.
24+
25+
### Infrastructure
26+
27+
* `0e22d55e` feat(components-pagination): paginated view response for components
28+
* `fd95a2cf` feat(cloudant): Migrating from ektorp to cloudant java client
29+
730
## sw360-13.2.0-M1
831

932
The reason for this tag is to have the last release before the ektorp framework to the new cloudant framework for access to the couchdb. This upcoming change will touch a large number of places in the code and thus a last release before this larger change will be merged.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- note that 6.1.0-SNAPSHOT relates to 6.0.${patchlevel} -->
5252
<!-- pls see also the profile cli -->
5353
<revision>13.3.${patchlevel}</revision>
54-
<patchlevel>0-SNAPSHOT</patchlevel>
54+
<patchlevel>0</patchlevel>
5555
<java.version>11</java.version>
5656
<ektorp.version>1.5.0</ektorp.version>
5757
<thrift.version>0.13.0</thrift.version>

0 commit comments

Comments
 (0)