You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+7-7
Original file line number
Diff line number
Diff line change
@@ -121,18 +121,18 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
121
121
* If you are upgrading, check out the https://docs.spring.io/spring-data/jdbc/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
122
122
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-jdbc`].
123
123
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
124
-
* Report bugs with Spring Data JDBC at https://jira.spring.io/browse/DATAJDBC[jira.spring.io/browse/DATAJDBC].
124
+
* Report bugs with Spring Data JDBC at Spring Data issue].
125
125
126
126
== Reporting Issues
127
127
128
-
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:
128
+
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:
129
129
130
130
* Before you log a bug, please search the
131
-
https://jira.spring.io/browse/DATAJDBC[issue tracker] to see if someone has already reported the problem.
132
-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAJDBC[create a new issue].
133
-
* 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.
134
-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
135
-
* 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.
131
+
Spring Data issue[issue tracker] to see if someone has already reported the problem.
132
+
* If the issue doesn’t already exist, Spring Data issue[create a new issue].
133
+
* 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.
134
+
* If you need to paste code, or include a stack trace use triple backticks before and after your text.
135
+
* 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.
Copy file name to clipboardExpand all lines: spring-data-jdbc/README.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Especially the integration tests (if you are reading this on github, type `t` an
30
30
31
31
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].
32
32
33
-
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].
33
+
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].
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/WritingContext.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ class WritingContext {
62
62
* Leaves out the isNew check as defined in #DATAJDBC-282
Copy file name to clipboardExpand all lines: src/main/asciidoc/preface.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ Professional Support :: Professional, from-the-source support, with guaranteed r
70
70
71
71
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].
72
72
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].
73
-
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].
73
+
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].
74
74
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].
75
75
You can also follow the Spring https://spring.io/blog[blog] or the project team on Twitter (https://twitter.com/SpringData[SpringData]).
0 commit comments