René's URL Explorer Experiment


Title: build(deps): bump the maven group across 2 directories with 1 update by dependabot[bot] · Pull Request #1 · will7455/java-sdk · GitHub

Open Graph Title: build(deps): bump the maven group across 2 directories with 1 update by dependabot[bot] · Pull Request #1 · will7455/java-sdk

X Title: build(deps): bump the maven group across 2 directories with 1 update by dependabot[bot] · Pull Request #1 · will7455/java-sdk

Description: Bumps the maven group with 1 update in the /mcp directory: io.modelcontextprotocol.sdk:mcp-core. Bumps the maven group with 1 update in the /mcp-bom directory: io.modelcontextprotocol.sdk:mcp-core. Updates io.modelcontextprotocol.sdk:mcp-core from 0.15.0-SNAPSHOT to 1.0.0 Release notes Sourced from io.modelcontextprotocol.sdk:mcp-core's releases. v1.0.0 MCP Java SDK 1.0.0 We are pleased to announce the 1.0.0 GA release of the MCP Java SDK — the official Java SDK for Model Context Protocol servers and clients, maintained in collaboration with Spring AI. Major Features MCP Protocol Implementation — Spec-compliant implementation of the Model Context Protocol, including tools, resources, prompts, sampling, elicitation, and progress tracking. Synchronous and Asynchronous APIs — First-class support for both blocking (McpSyncClient / McpSyncServer) and reactive (McpAsyncClient / McpAsyncServer) programming models. Official Transport Options — STDIO, Servlet-based (Streamable HTTP and HTTP/SSE) transports out of the box. Pluggable JSON Serialization — Supports both Jackson 2 and Jackson 3, with Jackson 3 as the default. Integration is decoupled so projects can supply their own binding. MCP Protocol Version Negotiation — Clients and servers automatically negotiate the highest mutually supported protocol version at connection time. Authorization & Security — DNS rebinding protection, Origin header validation, and conformance-tested OAuth/auth flows via relevant hooks. OSGi Support — All modules ship with correct OSGi bundle manifests for use in Eclipse/OSGi runtimes. BOM for Dependency Management — mcp-bom keeps all SDK module versions aligned with a single import. MCP Test Module — Reusable test utilities and a conformance test suite for validating server and client implementations. Spec Compliance The SDK is compliant with the 2025-06-18 MCP specification and supports protocol version negotiation across 2024-11-05, 2025-03-26, and 2025-06-18. Work towards 2025-11-25 spec compliance is actively in progress. Key features in that revision include tasks (durable request tracking), tool calling in sampling, URL elicitation, icon metadata, enhanced JSON Schema support, and updated OAuth/security flows. See the Roadmap for details. Stability in the 1.x Line With 1.0.0, the SDK transitions to a stable, semantically versioned release line. The project follows Semantic Versioning 2.0.0: Patch releases (1.0.x) deliver backward-compatible bug fixes. Minor releases (1.x.0) deliver new, backward-compatible features — including new MCP spec support. Major releases (2.x) are reserved for breaking API changes or MCP spec revisions that require code changes on the caller side. Breaking changes are always documented with migration instructions, APIs are deprecated before removal, and pull requests containing breaking changes are labeled accordingly. See https://github.com/modelcontextprotocol/java-sdk/blob/HEAD/VERSIONING.md for the full policy. What's Changed in 1.0.0 Spring Transports Move to Spring AI 2.0 Moved mcp-spring-webflux and mcp-spring-webmvc to Spring AI 2.0 (#805) API Cleanup Removed all APIs deprecated during the RC cycle to establish a clean stable baseline (#807) Security & Conformance ... (truncated) Commits See full diff in compare view Updates io.modelcontextprotocol.sdk:mcp-core from 0.15.0-SNAPSHOT to 1.0.0 Release notes Sourced from io.modelcontextprotocol.sdk:mcp-core's releases. v1.0.0 MCP Java SDK 1.0.0 We are pleased to announce the 1.0.0 GA release of the MCP Java SDK — the official Java SDK for Model Context Protocol servers and clients, maintained in collaboration with Spring AI. Major Features MCP Protocol Implementation — Spec-compliant implementation of the Model Context Protocol, including tools, resources, prompts, sampling, elicitation, and progress tracking. Synchronous and Asynchronous APIs — First-class support for both blocking (McpSyncClient / McpSyncServer) and reactive (McpAsyncClient / McpAsyncServer) programming models. Official Transport Options — STDIO, Servlet-based (Streamable HTTP and HTTP/SSE) transports out of the box. Pluggable JSON Serialization — Supports both Jackson 2 and Jackson 3, with Jackson 3 as the default. Integration is decoupled so projects can supply their own binding. MCP Protocol Version Negotiation — Clients and servers automatically negotiate the highest mutually supported protocol version at connection time. Authorization & Security — DNS rebinding protection, Origin header validation, and conformance-tested OAuth/auth flows via relevant hooks. OSGi Support — All modules ship with correct OSGi bundle manifests for use in Eclipse/OSGi runtimes. BOM for Dependency Management — mcp-bom keeps all SDK module versions aligned with a single import. MCP Test Module — Reusable test utilities and a conformance test suite for validating server and client implementations. Spec Compliance The SDK is compliant with the 2025-06-18 MCP specification and supports protocol version negotiation across 2024-11-05, 2025-03-26, and 2025-06-18. Work towards 2025-11-25 spec compliance is actively in progress. Key features in that revision include tasks (durable request tracking), tool calling in sampling, URL elicitation, icon metadata, enhanced JSON Schema support, and updated OAuth/security flows. See the Roadmap for details. Stability in the 1.x Line With 1.0.0, the SDK transitions to a stable, semantically versioned release line. The project follows Semantic Versioning 2.0.0: Patch releases (1.0.x) deliver backward-compatible bug fixes. Minor releases (1.x.0) deliver new, backward-compatible features — including new MCP spec support. Major releases (2.x) are reserved for breaking API changes or MCP spec revisions that require code changes on the caller side. Breaking changes are always documented with migration instructions, APIs are deprecated before removal, and pull requests containing breaking changes are labeled accordingly. See https://github.com/modelcontextprotocol/java-sdk/blob/HEAD/VERSIONING.md for the full policy. What's Changed in 1.0.0 Spring Transports Move to Spring AI 2.0 Moved mcp-spring-webflux and mcp-spring-webmvc to Spring AI 2.0 (#805) API Cleanup Removed all APIs deprecated during the RC cycle to establish a clean stable baseline (#807) Security & Conformance ... (truncated) Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps the maven group with 1 update in the /mcp directory: io.modelcontextprotocol.sdk:mcp-core. Bumps the maven group with 1 update in the /mcp-bom directory: io.modelcontextprotocol.sdk:mcp-core....

X Description: Bumps the maven group with 1 update in the /mcp directory: io.modelcontextprotocol.sdk:mcp-core. Bumps the maven group with 1 update in the /mcp-bom directory: io.modelcontextprotocol.sdk:mcp-core....

Opengraph URL: https://github.com/will7455/java-sdk/pull/1

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:83c5e2f4-fb2b-8649-1a96-ba75f568e614
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCDD0:296588:23BD693:2FFA815:6A5D7BF8
html-safe-noncec93579b011d57966d01826c21ff206d99db9b76a018f2266cb1b636100ed1176
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDREQwOjI5NjU4ODoyM0JENjkzOjJGRkE4MTU6NkE1RDdCRjgiLCJ2aXNpdG9yX2lkIjoiODQyOTEwNzEyOTYxNDE3MTEyOCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacd649aa45813b96964c78bd4d0c3e3fba62ce5ed3c21beacc55b4e92a00bd6f07
hovercard-subject-tagpull_request:3467772007
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/will7455/java-sdk/pull/1/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the maven group with 1 update in the /mcp directory: io.modelcontextprotocol.sdk:mcp-core. Bumps the maven group with 1 update in the /mcp-bom directory: io.modelcontextprotocol.sdk:mcp-core....
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None5290d7e14309ad1e76106a9c4237bd1041517e83ea182c8ab756752cb0c6940b
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/will7455/java-sdk git https://github.com/will7455/java-sdk.git
octolytics-dimension-user_id55106580
octolytics-dimension-user_loginwill7455
octolytics-dimension-repository_id1079027753
octolytics-dimension-repository_nwowill7455/java-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id919609219
octolytics-dimension-repository_parent_nwomodelcontextprotocol/java-sdk
octolytics-dimension-repository_network_root_id919609219
octolytics-dimension-repository_network_root_nwomodelcontextprotocol/java-sdk
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9c975978430e9ad293956f2bbdaf153b1bd84a99
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/will7455/java-sdk/pull/1/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fwill7455%2Fjava-sdk%2Fpull%2F1%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fwill7455%2Fjava-sdk%2Fpull%2F1%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=will7455%2Fjava-sdk
Reloadhttps://github.com/will7455/java-sdk/pull/1/files
Reloadhttps://github.com/will7455/java-sdk/pull/1/files
Reloadhttps://github.com/will7455/java-sdk/pull/1/files
will7455 https://github.com/will7455
java-sdkhttps://github.com/will7455/java-sdk
modelcontextprotocol/java-sdkhttps://github.com/modelcontextprotocol/java-sdk
Notifications https://github.com/login?return_to=%2Fwill7455%2Fjava-sdk
Fork 0 https://github.com/login?return_to=%2Fwill7455%2Fjava-sdk
Star 0 https://github.com/login?return_to=%2Fwill7455%2Fjava-sdk
Code https://github.com/will7455/java-sdk
Pull requests 1 https://github.com/will7455/java-sdk/pulls
Actions https://github.com/will7455/java-sdk/actions
Projects https://github.com/will7455/java-sdk/projects
Security and quality 0 https://github.com/will7455/java-sdk/security
Insights https://github.com/will7455/java-sdk/pulse
Code https://github.com/will7455/java-sdk
Pull requests https://github.com/will7455/java-sdk/pulls
Actions https://github.com/will7455/java-sdk/actions
Projects https://github.com/will7455/java-sdk/projects
Security and quality https://github.com/will7455/java-sdk/security
Insights https://github.com/will7455/java-sdk/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fwill7455%2Fjava-sdk%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fwill7455%2Fjava-sdk%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/will7455/java-sdk/tree/main
dependabot/maven/mcp/maven-14de177607https://github.com/will7455/java-sdk/tree/dependabot/maven/mcp/maven-14de177607
Conversation 0 https://github.com/will7455/java-sdk/pull/1
Commits 1 https://github.com/will7455/java-sdk/pull/1/commits
Checks 0 https://github.com/will7455/java-sdk/pull/1/checks
Files changed https://github.com/will7455/java-sdk/pull/1/files
Please reload this pagehttps://github.com/will7455/java-sdk/pull/1/files
build(deps): bump the maven group across 2 directories with 1 update https://github.com/will7455/java-sdk/pull/1/files#top
Show all changes 1 commit https://github.com/will7455/java-sdk/pull/1/files
2b35f42 build(deps): bump the maven group across 2 directories with 1 update dependabot[bot] Mar 30, 2026 https://github.com/will7455/java-sdk/pull/1/commits/2b35f4296923f4e67be31c08fb73a8f3d94be876
Clear filters https://github.com/will7455/java-sdk/pull/1/files
Please reload this pagehttps://github.com/will7455/java-sdk/pull/1/files
Please reload this pagehttps://github.com/will7455/java-sdk/pull/1/files
pom.xml https://github.com/will7455/java-sdk/pull/1/files#diff-fbf0521c3522c6373562499239a2b22caed925fecb1ac89672be483e74ce344c
pom.xml https://github.com/will7455/java-sdk/pull/1/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
mcp/pom.xmlhttps://github.com/will7455/java-sdk/pull/1/files#diff-fbf0521c3522c6373562499239a2b22caed925fecb1ac89672be483e74ce344c
View file https://github.com/will7455/java-sdk/blob/2b35f4296923f4e67be31c08fb73a8f3d94be876/mcp/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/will7455/java-sdk/pull/1/{{ revealButtonHref }}
https://github.com/will7455/java-sdk/pull/1/files#diff-fbf0521c3522c6373562499239a2b22caed925fecb1ac89672be483e74ce344c
https://github.com/will7455/java-sdk/pull/1/files#diff-fbf0521c3522c6373562499239a2b22caed925fecb1ac89672be483e74ce344c
pom.xmlhttps://github.com/will7455/java-sdk/pull/1/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://github.com/will7455/java-sdk/blob/2b35f4296923f4e67be31c08fb73a8f3d94be876/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/will7455/java-sdk/pull/1/{{ revealButtonHref }}
https://github.com/will7455/java-sdk/pull/1/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com/will7455/java-sdk/pull/1/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.