Skip to content

Commit 667b2a0

Browse files
chore(main): release 0.2.3
1 parent f902f18 commit 667b2a0

File tree

12 files changed

+63
-44
lines changed

12 files changed

+63
-44
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
## 0.2.3 (2025-07-14)
4+
5+
6+
### Features
7+
8+
* Add a2a-tck runs to CI for PRs (GH-152) ([#162](https://github.com/a2aproject/a2a-java/issues/162)) ([a31d73a](https://github.com/a2aproject/a2a-java/commit/a31d73a015ba6401156c8f15d4afcbc9a31a0b4f))
9+
* docs: add community articles ([#156](https://github.com/a2aproject/a2a-java/issues/156)) ([f1b8801](https://github.com/a2aproject/a2a-java/commit/f1b88014d871a8f585c6dc78f42c20586eba3a63))
10+
* Externalise sdk-jakarta, add list of integrations and make Quarkus reference implementation ([#178](https://github.com/a2aproject/a2a-java/issues/178)) ([8d31ddf](https://github.com/a2aproject/a2a-java/commit/8d31ddf2ae45457323d58c5861305d5e5215eb2a))
11+
* Rework tests so they don't rely on running in container ([#185](https://github.com/a2aproject/a2a-java/issues/185)) ([f902f18](https://github.com/a2aproject/a2a-java/commit/f902f1800bc06c8681de0e447a3e08ce732f99b9))
12+
13+
14+
### Bug Fixes
15+
16+
* (run-tck): update TCK repository reference ([#175](https://github.com/a2aproject/a2a-java/issues/175)) ([03ed17e](https://github.com/a2aproject/a2a-java/commit/03ed17edf28d535134b8013b6f1ca9e911be6344))
17+
* add clarifying comment about done callback and consuming order ([#154](https://github.com/a2aproject/a2a-java/issues/154)) ([982138c](https://github.com/a2aproject/a2a-java/commit/982138c726afc8150b0ac2c5110e65ea457c7b40))
18+
* client sse ([#177](https://github.com/a2aproject/a2a-java/issues/177)) ([c3e7f9e](https://github.com/a2aproject/a2a-java/commit/c3e7f9e49c91f0db611953c81de51172d7335de2))
19+
* Fix dependency for client example ([#167](https://github.com/a2aproject/a2a-java/issues/167)) ([2c5af01](https://github.com/a2aproject/a2a-java/commit/2c5af01a10b41510e0db6e4a92d3990061b38484))
20+
* fix TCK failure ([#153](https://github.com/a2aproject/a2a-java/issues/153)) ([fd0cdb7](https://github.com/a2aproject/a2a-java/commit/fd0cdb7cfc8a28b12d13624bbf6ca1dcd77dafe7))
21+
* Fixed the intermittent failure issue in `testOnMessageStreamNewMessageSendPushNotificationSuccess` ([#161](https://github.com/a2aproject/a2a-java/issues/161)) ([884dfdb](https://github.com/a2aproject/a2a-java/commit/884dfdb1cea506a665eb7d5e67d2a3e46c745732)), closes [#140](https://github.com/a2aproject/a2a-java/issues/140)
22+
* fixing issues when running in a JakartaEE server. ([#144](https://github.com/a2aproject/a2a-java/issues/144)) ([3ab3ad2](https://github.com/a2aproject/a2a-java/commit/3ab3ad2ff1885d85f793f11bcd9f06ff42c21ebd))
23+
* incorporate feedback from [#138](https://github.com/a2aproject/a2a-java/issues/138) ([#146](https://github.com/a2aproject/a2a-java/issues/146)) ([d8fa0e6](https://github.com/a2aproject/a2a-java/commit/d8fa0e6268f015f03c8b8c6f844324e7d370f588))
24+
* Incorporate latest feedback from https://github.com/a2aproject/a2a-java/pull/138 ([#182](https://github.com/a2aproject/a2a-java/issues/182)) ([d121d5c](https://github.com/a2aproject/a2a-java/commit/d121d5c325239ed0dfe44d7a61a247d63151ae71))
25+
* Moving the AsyncExecutorProducer from @Singleton to ([#150](https://github.com/a2aproject/a2a-java/issues/150)) ([33b8e77](https://github.com/a2aproject/a2a-java/commit/33b8e771e4db8031d7a11f0626f56a378d16b508))
26+
* README has a broken link to examples ([#134](https://github.com/a2aproject/a2a-java/issues/134)) ([558e695](https://github.com/a2aproject/a2a-java/commit/558e695459a65124277a952629ca247fabe2ee25))
27+
* Remove `TempLoggerWrapper` and use `logback` as the logging implementation. ([#158](https://github.com/a2aproject/a2a-java/issues/158)) ([9a8e9e5](https://github.com/a2aproject/a2a-java/commit/9a8e9e58d05af4336f769ae63ebebeda00317120))
28+
* remove printlns and use logging ([#159](https://github.com/a2aproject/a2a-java/issues/159)) ([b6712e8](https://github.com/a2aproject/a2a-java/commit/b6712e8a174f592c54bd49d64132adbb06a50ad4))
29+
* Split out server related code from a2a-java-sdk-core into a new a2a-java-sdk-server-common module ([#129](https://github.com/a2aproject/a2a-java/issues/129)) ([8508b8d](https://github.com/a2aproject/a2a-java/commit/8508b8d56f6e16d0e19426fa0f28c0eb0f7b01da))
30+
* Update paths in example READMEs and move the READMEs to the client and server dirs ([#148](https://github.com/a2aproject/a2a-java/issues/148)) ([546d00d](https://github.com/a2aproject/a2a-java/commit/546d00d44f585483a1e3aa4b8048aaae8776614a))
31+
* Update the README following the module re-organization ([#169](https://github.com/a2aproject/a2a-java/issues/169)) ([3e15279](https://github.com/a2aproject/a2a-java/commit/3e152791501113717eec517d554f3568d20d9861))
32+
33+
34+
### Documentation
35+
36+
* fix link to use official repository ([#160](https://github.com/a2aproject/a2a-java/issues/160)) ([f2dae4e](https://github.com/a2aproject/a2a-java/commit/f2dae4e8bad182c8ee5d70b42d5348057809b2db))
37+
38+
39+
### Miscellaneous Chores
40+
41+
* release 0.2.3.Alpha1 ([55a16fd](https://github.com/a2aproject/a2a-java/commit/55a16fde092d882a702921410a0958e67e13c914))

client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210
<artifactId>a2a-java-sdk-client</artifactId>
1311

common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210
<artifactId>a2a-java-sdk-common</artifactId>
1311

examples/helloworld/client/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-examples-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210

1311
<artifactId>a2a-java-sdk-examples-client</artifactId>

examples/helloworld/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
<relativePath>../../pom.xml</relativePath>
1210
</parent>
1311

examples/helloworld/server/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-examples-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210

1311
<artifactId>a2a-java-sdk-examples-server</artifactId>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>io.github.a2asdk</groupId>
86
<artifactId>a2a-java-sdk-parent</artifactId>
9-
<version>0.2.3.Beta2-SNAPSHOT</version>
7+
<version>0.2.3</version>
108

119
<packaging>pom</packaging>
1210

reference-impl/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210
<artifactId>a2a-java-reference-server</artifactId>
1311

sdk-server-common/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210
<artifactId>a2a-java-sdk-server-common</artifactId>
1311

spec/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.github.a2asdk</groupId>
97
<artifactId>a2a-java-sdk-parent</artifactId>
10-
<version>0.2.3.Beta2-SNAPSHOT</version>
8+
<version>0.2.3</version>
119
</parent>
1210
<artifactId>a2a-java-sdk-spec</artifactId>
1311

0 commit comments

Comments
 (0)