From f8eb72a63272c1b6d3aa6a00e292fabda0bdefc5 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Tue, 5 Jan 2021 10:54:21 +0100 Subject: [PATCH] #257 - Remove references to Jira. All references to the Spring Jira instance are replaced by GitHub references. --- README.adoc | 14 +++++++------- spring-data-jdbc/README.adoc | 2 +- .../data/jdbc/testing/TestDatabaseFeatures.java | 2 +- .../relational/core/conversion/WritingContext.java | 6 +++--- src/main/asciidoc/preface.adoc | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.adoc b/README.adoc index f770f88a4..3f5ffdbc4 100644 --- a/README.adoc +++ b/README.adoc @@ -121,18 +121,18 @@ If you are just starting out with Spring, try one of the https://spring.io/guide * If you are upgrading, check out the https://docs.spring.io/spring-data/jdbc/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features. * Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-jdbc`]. You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter]. -* Report bugs with Spring Data JDBC at https://jira.spring.io/browse/DATAJDBC[jira.spring.io/browse/DATAJDBC]. +* Report bugs with Spring Data JDBC at Spring Data issue]. == Reporting Issues -Spring Data uses JIRA as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below: +Spring Data uses GitHub as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below: * Before you log a bug, please search the -https://jira.spring.io/browse/DATAJDBC[issue tracker] to see if someone has already reported the problem. -* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAJDBC[create a new issue]. -* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version. -* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text. -* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code. +Spring Data issue[issue tracker] to see if someone has already reported the problem. +* If the issue doesn’t already exist, Spring Data issue[create a new issue]. +* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version. Please include full stack traces when applicable. +* If you need to paste code, or include a stack trace use triple backticks before and after your text. +* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code. Use an in-memory database when possible. If you need a different database include the setup using https://github.com/testcontainers[Testcontainers] in your test. == Building from Source diff --git a/spring-data-jdbc/README.adoc b/spring-data-jdbc/README.adoc index 42050d762..67ca8dc91 100644 --- a/spring-data-jdbc/README.adoc +++ b/spring-data-jdbc/README.adoc @@ -30,7 +30,7 @@ Especially the integration tests (if you are reading this on github, type `t` an We are keeping an eye on the (soon to be created) https://stackoverflow.com/questions/tagged/spring-data-jdbc[spring-data-jdbc tag on stackoverflow]. -If you think you found a bug, or have a feature request please https://jira.spring.io/browse/DATAJDBC/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel[create a ticket in our issue tracker]. +If you think you found a bug, or have a feature request please https://github.com/spring-projects/spring-data-jdbc/issues[create a ticket in our issue tracker]. == Execute Tests diff --git a/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing/TestDatabaseFeatures.java b/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing/TestDatabaseFeatures.java index 21a02f95b..1f92eee48 100644 --- a/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing/TestDatabaseFeatures.java +++ b/spring-data-jdbc/src/test/java/org/springframework/data/jdbc/testing/TestDatabaseFeatures.java @@ -61,7 +61,7 @@ public class TestDatabaseFeatures { /** * Microsoft SqlServer does not allow explicitly setting ids in columns where the value gets generated by the * database. Such columns therefore must not be used in referenced entities, since we do a delete and insert, which - * must not recreate an id. See https://jira.spring.io/browse/DATAJDBC-210 + * must not recreate an id. See https://github.com/spring-projects/spring-data-jdbc/issues/437 */ private void supportsGeneratedIdsInReferencedEntities() { assumeThat(database).isNotEqualTo(Database.SqlServer); diff --git a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/WritingContext.java b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/WritingContext.java index 11c311c90..d7a6fa0fc 100644 --- a/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/WritingContext.java +++ b/spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/WritingContext.java @@ -62,7 +62,7 @@ class WritingContext { * Leaves out the isNew check as defined in #DATAJDBC-282 * * @return List of {@link DbAction}s - * @see DAJDBC-282 + * @see DAJDBC-282 */ List> insert() { @@ -76,8 +76,8 @@ class WritingContext { * Leaves out the isNew check as defined in #DATAJDBC-282 Possible Deadlocks in Execution Order in #DATAJDBC-488 * * @return List of {@link DbAction}s - * @see DAJDBC-282 - * @see DAJDBC-488 + * @see DAJDBC-282 + * @see DAJDBC-488 */ List> update() { diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index f52514d6e..139d3b67c 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -70,7 +70,7 @@ Professional Support :: Professional, from-the-source support, with guaranteed r For information on the Spring Data JDBC source code repository, nightly builds, and snapshot artifacts, see the Spring Data JDBC https://spring.io/projects/spring-data-jdbc/[homepage]. You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the Community on https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow]. -If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data issue https://jira.spring.io/browse/DATAJDBC[tracker]. +If you encounter a bug or want to suggest an improvement, please create a ticket on the https://github.com/spring-projects/spring-data-jdbc/issues[Spring Data issue tracker]. To stay up to date with the latest news and announcements in the Spring eco system, subscribe to the Spring Community https://spring.io[Portal]. You can also follow the Spring https://spring.io/blog[blog] or the project team on Twitter (https://twitter.com/SpringData[SpringData]).