Skip to content

Commit e0a65c7

Browse files
committed
Minor fixes to README.md files CTR
1 parent 19357ff commit e0a65c7

3 files changed

Lines changed: 23 additions & 23 deletions

File tree

docs/upgrade/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!--
2-
32
Licensed to the Apache Software Foundation (ASF) under one
43
or more contributor license agreements. See the NOTICE file
54
distributed with this work for additional information
@@ -8,27 +7,26 @@
87
"License"); you may not use this file except in compliance
98
with the License. You may obtain a copy of the License at
109
11-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1211
1312
Unless required by applicable law or agreed to in writing,
1413
software distributed under the License is distributed on an
1514
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1615
KIND, either express or implied. See the License for the
1716
specific language governing permissions and limitations
1817
under the License.
19-
2018
-->
2119
# TinkerPop Upgrade Risk Assessment Guide
2220

2321
Upgrading to TinkerPop versions can sometimes be a challenging process depending on the scope of changes for a
2422
particular version and the size and complexity of a particular codebase being upgraded. While TinkerPop provides Upgrade
2523
Documentation which outlines all the changes introduced, that still leaves the reader with the heavy job of determining
2624
where in their codebase the changes will need to be applied. TinkerPop provides a purpose-built prompt designed for use
27-
with advanced coding agents, such as Claude, GitHub Copilot, or Amazon Q Developer, which can intelligently analyze your
28-
project for areas that may break or behave unexpectedly after the upgrade. Leveraging AI, minimizes time spent on manual
29-
review, reduces the likelihood of missing subtle incompatibilities, and provides actionable advice for adapting existing
30-
code to the new version. This approach enables upgrades with greater confidence, efficiency, and accuracy, ensuring that
31-
all significant compatibility issues are surfaced and addressed early in the migration process.
25+
with advanced coding agents, such as Claude, GitHub Copilot, or Kiro, which can intelligently analyze your project for
26+
areas that may break or behave unexpectedly after the upgrade. Leveraging AI minimizes time spent on manual review,
27+
reduces the likelihood of missing subtle incompatibilities, and provides actionable advice for adapting existing code to
28+
the new version. This approach enables upgrades with greater confidence, efficiency, and accuracy, ensuring that all
29+
significant compatibility issues are surfaced and addressed early in the migration process.
3230

3331
This directory contains tools and testing to help build this release version-specific prompt and has the following
3432
structure:

docs/upgrade/java/README.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
////
2-
Licensed to the Apache Software Foundation (ASF) under one or more
3-
contributor license agreements. See the NOTICE file distributed with
4-
this work for additional information regarding copyright ownership.
5-
The ASF licenses this file to You under the Apache License, Version 2.0
6-
(the "License"); you may not use this file except in compliance with
7-
the License. You may obtain a copy of the License at
1+
<!--
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
89
9-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
1011
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
////
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
-->
1719
### CMDB Graph API (Java, Micronaut 4, Gremlin Server)
1820

1921
This is a language/framework example project implementing the DevOps CMDB + Incident Knowledge Graph API described in `../spec/spec.md`. It connects remotely to a Gremlin Server and does not use any embedded graph.

gremlin-dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ for early testing purposes only. These releases are not suitable for production.
5151
[docs]: https://tinkerpop.apache.org/docs/current/reference/#gremlin-dotnet
5252
[console]: https://tinkerpop.apache.org/docs/current/tutorials/the-gremlin-console/
5353
[steps]: https://tinkerpop.apache.org/docs/current/reference/#graph-traversal-steps
54-
[differences]: https://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript-differences
54+
[differences]: https://tinkerpop.apache.org/docs/current/reference/#gremlin-dotnet-differences

0 commit comments

Comments
 (0)