CARVIEW |
Select Language
HTTP/2 200
date: Mon, 21 Jul 2025 15:20:16 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"e7d23ce8b8c1deb1127035c5074f5ea7"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=R9iwKLepTf%2B9Q1Kqg%2FZjzysyqx4Dq3hUOTJ5KsQZQ7R7ETaYlKMuOvmbwSKH23CVUx50Z6cQtnQNioxrkki0byZNIGj7f3HxzS50WeunFKw3DtmgcmVd1OpiG7BVyDlhXr0oKpiK8T%2BblP3BzeQE2QxcQf2Wz8uYrxuu00gqYaMAdRHJ3Tg7Dpz86rOJyL2OrYMSDrYE5GxTsr0BXe0nWglV5BFGnKh5m71zj1aDUfTZ%2B7sQdl89ZxlSOZtTF7SZrGVH8NLMuZEiC8Xn3SIivQ%3D%3D--b0iyGXvxK%2FwWqxh2--IaqtQcca2gD0nipx0jtDGw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1652083171.1753111215; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:20:15 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 21 Jul 2026 15:20:15 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D63A:2EC2AB:41785:4C49F:687E5AAF
Release Version 2.0 of the SPDX Java Library · spdx/Spdx-Java-Library · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 41
Compare
·
47 commits
to master
since this release
What's Changed
- Implementation of SPDX version 3.0.0 spec by @goneall in #246
- isStandardLicenseWithinText - match spaces after var rule by @goneall in #249
- Add support for using LicenseExpression in converter by @goneall in #252
- Use write locks in license store to avoid deadlocks by @goneall in #251
- Fix few typos and add a language id to code blocks by @bact in #261
- Make public static access to SPDX Converter by @goneall in #262
- Add unit test for X-11 license match by @goneall in #255
- Update JavaDoc for LicenseInfoFactory by @goneall in #259
- Change logging for license list I/O error by @goneall in #263
- Update for spec version 3.0.1 by @goneall in #264
- Fix minor typos in docstrings by @bact in #265
- Bulletizes README by @bact in #267
- Fix Javadoc rendering issue by @bact in #268
- Issue 270 pass exception to InvalidLicenseException so root cause is in stack trace by @gabetrau in #271
- Remove unnecessary warning by @goneall in #272
- Fix log message by @dwalluck in #277
- Fix incorrect assertion by @dwalluck in #278
- Simplify append call by @dwalluck in #279
- Remove unused compiler and javadoc options by @dwalluck in #276
- Fix spelling by @dwalluck in #280
- Add cause to runtime exception by @dwalluck in #281
- Call
SpdxModelFactory::init
when constructingLicenseCreatorAgent
by @dwalluck in #287 - Add SPDX-FileCopyrightText and SPDX-FileType to source file header by @bact in #291
- Add functions to return maps of licenses by @goneall in #290
- Add support for storing properties of type Double by @goneall in #274
- Test getId for listed licenses by @goneall in #289
- Initialize default model store in init method by @goneall in #286
- Vendored license list version 3.26 by @goneall in #292
- Update library versions to RC2 by @goneall in #293
- Fix getting started documentation by @goneall in #295
- Rename getCaseSensisitiveId -> getCaseSensitiveId by @goneall in #297
- Refactor TemplateRegexMatcher to externalize text normalization method by @goneall in #300
- Check for end index being greater then start in TemplateRegexMatcher by @goneall in #299
- Add checks to handle null by @bact in #306
- Issue 305: Address incorrect index offset for failed token in differences by @douglasclarke in #310
- Improve license parsing error handling by @goneall in #309
- Update library versions for release by @goneall in #311
New Contributors
- @bact made their first contribution in #261
- @gabetrau made their first contribution in #271
- @douglasclarke made their first contribution in #310
Full Changelog: v1.1.12...v2.0.0
Assets 3
3 people reacted
You can’t perform that action at this time.