File tree Expand file tree Collapse file tree 11 files changed +35
-40
lines changed
Expand file tree Collapse file tree 11 files changed +35
-40
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 1.0.0 (2025-07-03)
4+
5+
6+ ### Bug Fixes
7+
8+ * 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 ) )
9+ * fix TCK failure ([ #153 ] ( https://github.com/a2aproject/a2a-java/issues/153 ) ) ([ fd0cdb7] ( https://github.com/a2aproject/a2a-java/commit/fd0cdb7cfc8a28b12d13624bbf6ca1dcd77dafe7 ) )
10+ * 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 ) )
11+ * 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 ) )
12+ * Moving the AsyncExecutorProducer from @Singleton to ([ #150 ] ( https://github.com/a2aproject/a2a-java/issues/150 ) ) ([ 33b8e77] ( https://github.com/a2aproject/a2a-java/commit/33b8e771e4db8031d7a11f0626f56a378d16b508 ) )
13+ * 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 ) )
14+ * 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 ) )
15+ * 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 ) )
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210 <artifactId >a2a-java-sdk-core</artifactId >
1311
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-examples-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210
1311 <artifactId >a2a-java-sdk-examples-client</artifactId >
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 <relativePath >../../pom.xml</relativePath >
1210 </parent >
1311
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-examples-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210
1311 <artifactId >a2a-java-sdk-examples-server</artifactId >
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
86 <artifactId >a2a-java-sdk-parent</artifactId >
9- <version >0.2.4-SNAPSHOT </version >
7+ <version >1.0.0 </version >
108
119 <packaging >pom</packaging >
1210
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210 <artifactId >a2a-java-sdk-server-jakarta</artifactId >
1311
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210 <artifactId >a2a-java-sdk-server-quarkus</artifactId >
1311
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210 <artifactId >a2a-java-sdk-server-common</artifactId >
1311
Original file line number Diff line number Diff line change 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.a2a.sdk</groupId >
97 <artifactId >a2a-java-sdk-parent</artifactId >
10- <version >0.2.4-SNAPSHOT </version >
8+ <version >1.0.0 </version >
119 </parent >
1210
1311 <artifactId >a2a-tck-server</artifactId >
You can’t perform that action at this time.
0 commit comments