You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`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
+
7
62
## sw360-14.0.0-M1
8
63
9
64
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
141
196
*`baaa9f42` fix(search): search releases while linking to project
142
197
*`00083ea8` fix(backend): Issues with boolean and timestamp field deserialization and get attachment info REST
143
198
199
+
144
200
## sw360-13.3.0-M1
145
201
146
202
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.).
0 commit comments