Skip to content

Commit fc6652c

Browse files
authored
Merge pull request #1147 from eclipse/mcj/chore/tag13.1
bumping version to 13.1.0 in files, changelog tested-by:ci and michael.c.jaeger@siemens.com
2 parents 6b76c0a + 091277a commit fc6652c

File tree

2 files changed

+80
-5
lines changed

2 files changed

+80
-5
lines changed

CHANGELOG.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,81 @@ 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.1.0-M1
8+
9+
This time: client libraries. This release among other things brings the client libraries taken over from the sw360antenna project and moved them into the sw360 code base. The client libraries enable Java applications to communicate with a sw360 server via REST calls. Other notable contributions include:
10+
11+
* Support for CouchDB 3.x
12+
* Massive speedup of SPDX import by switching to streaming based parsing for license information for large files
13+
* Single container setup (see `Dockerfile` in project root) for super easy deployment of sw360
14+
* More UI improvement on sorting and filtering in list views
15+
* Supporting multiple templates for the project clearing reports
16+
* REST: Manage used attachments for license info generation and better querying of vulnerabilities
17+
18+
### Migrations
19+
20+
For this version, no database migration is necessary.
21+
22+
### Credits
23+
24+
The following github users have contributed to the source code since the last release (in alphabetical order):
25+
26+
```
27+
abdul.kapti@siemens-healthineers.com
28+
jaideep.palit@siemens.com
29+
kumar.ravindra@siemens.com
30+
kouki1.hama@toshiba.co.jp
31+
lars.geyer-blaumeiser@bosch.io
32+
michael.c.jaeger@siemens.com
33+
smruti.sahoo@siemens.com
34+
Stephanie.Neubauer@bosch.io
35+
```
36+
37+
### Features Summary
38+
39+
* `0b7818de` feat(MyProjectsUI):Add additional filter to MY PROJECTS homepage based on clearing state
40+
* `9e98dd3f` feat(ChangeLog): Highlight changes between old and new revision of Document
41+
* `eef05a1b` feat(ProjectUI): Sort & Filter for ClearingStatus TreeView table
42+
* `b6cd9df7` feat(Issue Template):Update issue templates for bug and feature
43+
* `fb15708c` feat(ui):Rename and Re-arrange the Tabs under Projects section
44+
* `98aa0859` feat(ProjectUI): Release Filter based on attachment availability
45+
* `29308987` feat(clearingreport): Feature to select template for Project Clearing report
46+
* `fc024b45` feat(ReleaseUi): Add other / detected license in release
47+
* `04139347` feat(ui-rest): Provide option in attachment usage to include/exclude concluded licenses during LicenseInfo Generation
48+
* `1f995bfa` feat(rest): Filter for get project vulnerabilities endpoint
49+
* `1d771d30` feat(rest): Added endpoint to get changel og by document id
50+
* `68ce3cf8` feat(ui): Display Id in summary page of project, component and release
51+
* `5f2a4089` feat(http-support): add http support library for sw360
52+
* `502d9087` feat(sw360Docker): Single container Docker for SW360
53+
* `948924f0` client(test): add failsafe plugin
54+
55+
### Corrections
56+
57+
* `7091c4b6` fix(spdxtools):Use toArray(new Node[0]) for shorter code and better performance
58+
* `8b4ebc00` fix(version): Increase minor version to ensure proper version sequence
59+
* `31909cce` fix(pom): Fix indentation of profile
60+
* `eefcf17f` fix(excelexport): Projects with linked releases excel export error
61+
* `2ed2ad80` fix(LicenseInfo): Optimized loading of license info, source code download, Clearing report page
62+
* `034f291c` fix(mergeComponentRelease): Attachments not linked properly from source component/Release
63+
* `c3830559` fix(spdx): import large spdx rdf files
64+
* `b08d2f44` fix(datahandler): Modified ektorp queryView call to support CouchDB 3
65+
* `d9756e6a` fix(Rest): Create/Update Release with name same as component name
66+
67+
### Infrastructure, Docs and Refactorings
68+
69+
* `306c2080` chore(eclipse): Change Jenkinsfile to run release or commit count builds
70+
* `948c7bac` chore(eclipse): Build on eclipse ci for deployment of java artifacts
71+
* `ba666266` refactor(client): missing license headers
72+
* `867372bd` refactor(http): Change http mockito to same version
73+
* `ba72cb7d` test(client): fix mockito dependency
74+
* `cfa8d512` refactor(pom): move version of purl to parent pom
75+
* `31a239eb` doc(client): add documentation of the sw360 data model
76+
* `cd3ac486` doc(http-support): Add site to http support
77+
* `4670fffe` refactor(client): Remove all antenna mentions
78+
* `b89e04ce` refactor(client): remove antenna http support and switch to sw360
79+
* `834c1c79` refactor(client): Refactor package name
80+
* `7a6f295c` refactor(client): Add dependencies to poms
81+
782
## sw360-13.0.0-M1
883

984
We tagged this release, because there are persons testing the current master and not seeing the migration script on the database required. The migration on the database came in because of changes on the obligations. After the major work on the obligations data model in the previous release, more work on the UI made a migration script necessary (number `042`). Please note that per our versioning convention, the database migration script makes the tag `13.0` not `12.1`.
@@ -40,7 +115,7 @@ external.Martin.Idel@bosch.io
40115
* `2496f037` feat(ClearingReport): Added hyperlink to release document in project clearing report, Changed Font Style (Arial) and Font Size (9) for table content
41116
* `bd07d53e` feat(CR-UI): Added Advaced filter for CR & fix # of components count
42117

43-
### Corections
118+
### Corrections
44119

45120
* `c18b42b9` fix(clearingreport): Error while downloading clearing report
46121
* `3ff60a09` fix(ExportSpreadSheet): Fixed ClassNotFoundException while export Spreadsheet

pom.xml

Lines changed: 4 additions & 4 deletions
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.${patchlevel}</revision>
54-
<patchlevel>1.0-SNAPSHOT</patchlevel>
54+
<patchlevel>1.0</patchlevel>
5555
<java.version>11</java.version>
5656
<ektorp.version>1.5.0</ektorp.version>
5757
<thrift.version>0.13.0</thrift.version>
@@ -716,7 +716,7 @@
716716
</releases>
717717
<snapshots>
718718
<enabled>true</enabled>
719-
</snapshots>
719+
</snapshots>
720720
</pluginRepository>
721721
</pluginRepositories>
722722

@@ -732,7 +732,7 @@
732732
<url>https://repo.eclipse.org/content/repositories/sw360-snapshots/</url>
733733
</snapshotRepository>
734734
</distributionManagement>
735-
735+
736736
<build>
737737
<pluginManagement>
738738
<plugins>
@@ -760,7 +760,7 @@
760760
</goals>
761761
</execution>
762762
</executions>
763-
</plugin>
763+
</plugin>
764764
</plugins>
765765
</build>
766766
</profile>

0 commit comments

Comments
 (0)