Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
29a84d5
tsl support in progress
Oct 24, 2025
6ff5faa
tsl support
bilalashraf123 Nov 28, 2025
78bfb26
property name update
bilalashraf123 Dec 1, 2025
4522eef
version update
bilalashraf123 Dec 2, 2025
7a8d305
version update
bilalashraf123 Dec 2, 2025
3f12fa8
improved code commenting and refactoring
bilalashraf123 Dec 2, 2025
ac3ea13
improved code commenting and refactoring
bilalashraf123 Dec 2, 2025
945b509
untracked .idea folder
bilalashraf123 Dec 2, 2025
59127b4
untracked .idea folder
bilalashraf123 Dec 2, 2025
2202327
added code docs
bilalashraf123 Dec 2, 2025
88132ea
improved javadocs
bilalashraf123 Dec 3, 2025
3a318bd
improved javadocs
bilalashraf123 Dec 3, 2025
388297d
worked on PR comments
bilalashraf123 Dec 8, 2025
bef7bf3
pom.xml file update
bilalashraf123 Dec 8, 2025
9ee8b17
feat: CIMD Metadata Policy (#153)
TakahikoKawasaki Dec 13, 2025
c6b55bb
Update CHANGES files for version 4.33
TakahikoKawasaki Dec 13, 2025
5ddb215
[maven-release-plugin] prepare release authlete-java-common-4.33
AuthleteOPS Dec 13, 2025
6a01d3b
[maven-release-plugin] prepare for next development iteration
AuthleteOPS Dec 13, 2025
b08abb8
Add a copy constructor to AuthzDetailsElement
TakahikoKawasaki Jan 3, 2026
414fb35
Add credentialConfigurationId and credentialIdentifier properties to …
TakahikoKawasaki Jan 3, 2026
42fb203
Updated CHANGES files for version 4.34.
TakahikoKawasaki Jan 3, 2026
9838e01
[maven-release-plugin] prepare release authlete-java-common-4.34
AuthleteOPS Jan 3, 2026
1c71a24
[maven-release-plugin] prepare for next development iteration
AuthleteOPS Jan 3, 2026
c6ff07f
updated as per comments
bilalashraf123 Jan 6, 2026
2223311
updated as per comments
bilalashraf123 Jan 6, 2026
2a21b8f
minor updates in variable names
bilalashraf123 Jan 7, 2026
f28e81b
feat: OID4VCI 1.0 Final / parameters for (deferred) credential respon…
TakahikoKawasaki Jan 10, 2026
0a7a7fd
Updated CHANGES files for version 4.35.
TakahikoKawasaki Jan 10, 2026
2c323ec
[maven-release-plugin] prepare release authlete-java-common-4.35
AuthleteOPS Jan 10, 2026
a5b5c82
[maven-release-plugin] prepare for next development iteration
AuthleteOPS Jan 10, 2026
4e5d83b
uncomment plugin tag in the pom.xml file
bilalashraf123 Jan 14, 2026
5bdc3e4
new action added
bilalashraf123 Jan 22, 2026
7bcdb2c
tsl support in progress
Oct 24, 2025
b7158e0
tsl support
bilalashraf123 Nov 28, 2025
8dd97ca
property name update
bilalashraf123 Dec 1, 2025
a75b807
version update
bilalashraf123 Dec 2, 2025
be8dbc6
improved code commenting and refactoring
bilalashraf123 Dec 2, 2025
ea8d1da
improved code commenting and refactoring
bilalashraf123 Dec 2, 2025
f2d8db2
untracked .idea folder
bilalashraf123 Dec 2, 2025
474abdb
added code docs
bilalashraf123 Dec 2, 2025
2f8b00c
improved javadocs
bilalashraf123 Dec 3, 2025
a84a881
improved javadocs
bilalashraf123 Dec 3, 2025
68e318e
worked on PR comments
bilalashraf123 Dec 8, 2025
6ffb3c3
pom.xml file update
bilalashraf123 Dec 8, 2025
68038a7
updated as per comments
bilalashraf123 Jan 6, 2026
c260c32
updated as per comments
bilalashraf123 Jan 6, 2026
8af7ca6
minor updates in variable names
bilalashraf123 Jan 7, 2026
ee047ff
uncomment plugin tag in the pom.xml file
bilalashraf123 Jan 14, 2026
9bc296a
new action added
bilalashraf123 Jan 22, 2026
387f797
rebase
bilalashraf123 Feb 9, 2026
ca771da
rebase
bilalashraf123 Feb 9, 2026
bad362b
remove commits that are not mine
bilalashraf123 Feb 9, 2026
9cee915
remove commits that are not mine
bilalashraf123 Feb 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target/
.idea/
authlete.properties
.settings
.project
Expand Down
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 44 additions & 0 deletions CHANGES.ja.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
変更点
======

4.35 (2026 年 01 月 10 日)
--------------------------

- `CredentialDeferredIssueRequest` クラス
* `isDenied()` メソッドを追加。
* `setDenied(boolean)` メソッドを追加。
* `getInterval()` メソッドを追加。
* `setInterval(int)` メソッドを追加。

- `CredentialDeferredIssueResponse.Action` 列挙型
* `ACCEPTED` を追加。
* `ACCEPTED_JWT` を追加。

- `CredentialSingleIssueRequest` クラス
* `isDenied()` メソッドを追加。
* `setDenied(boolean)` メソッドを追加。
* `getInterval()` メソッドを追加。
* `setInterval(int)` メソッドを追加。


4.34 (2026 年 01 月 03 日)
--------------------------

- `AuthzDetailsElement` クラス
* デフォルトコンストラクタを明示的に追加。
* コピーコンストラクタ (`AuthzDetailsElement(AuthzDetailsElement)`) を追加。

- `CredentialRequestInfo` クラス
* `getCredentialConfigurationId()` メソッドを追加。
* `setCredentialConfigurationId(String)` メソッドを追加。
* `getCredentialIdentifier()` メソッドを追加。
* `setCredentialIdentifier(String)` メソッドを追加。


4.33 (2025 年 12 月 13 日)
--------------------------

- `Service` クラス
* `isCimdMetadataPolicyEnabled()` メソッドを追加。
* `setCimdMetadataPolicyEnabled(boolean)` メソッドを追加。
* `getCimdMetadataPolicy()` メソッドを追加。
* `setCimdMetadataPolicy(String)` メソッドを追加。


4.32 (2025 年 12 月 01 日)
--------------------------

Expand Down
44 changes: 44 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,50 @@
CHANGES
=======

4.35 (2026-01-10)
-----------------

- `CredentialDeferredIssueRequest` class
* Added the `isDenied()` method.
* Added the `setDenied(boolean)` method.
* Added the `getInterval()` method.
* Added the `setInterval(int)` method.

- `CredentialDeferredIssueResponse.Action` enum
* Added `ACCEPTED`.
* Added `ACCEPTED_JWT`.

- `CredentialSingleIssueRequest` class
* Added the `isDenied()` method.
* Added the `setDenied(boolean)` method.
* Added the `getInterval()` method.
* Added the `setInterval(int)` method.


4.34 (2026-01-03)
-----------------

- `AuthzDetailsElement` class
* Added the default constructor explicitly.
* Added a copy constructor (`AuthzDetailsElement(AuthzDetailsElement)`).

- `CredentialRequestInfo` class
* Added the `getCredentialConfigurationId()` method.
* Added the `setCredentialConfigurationId(String)` method.
* Added the `getCredentialIdentifier()` method.
* Added the `setCredentialIdentifier(String)` method.


4.33 (2025-12-13)
-----------------

- `Service` class
* Added the `isCimdMetadataPolicyEnabled()` method.
* Added the `setCimdMetadataPolicyEnabled(boolean)` method.
* Added the `getCimdMetadataPolicy()` method.
* Added the `setCimdMetadataPolicy(String)` method.


4.32 (2025-12-01)
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.authlete</groupId>
<artifactId>authlete-java-common</artifactId>
<version>4.33-SNAPSHOT</version>
<version>4.36-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>
Expand Down
Loading