File tree Expand file tree Collapse file tree 11 files changed +31
-40
lines changed
Expand file tree Collapse file tree 11 files changed +31
-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+ * 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 ) )
9+ * 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 ) )
10+ * 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 ) )
11+ * 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