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
@@ -136,18 +136,18 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
136
136
* If you are upgrading, check out the https://docs.spring.io/spring-data/jpa/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
137
137
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-jpa`].
138
138
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
139
-
* Report bugs with Spring Data JPA at https://jira.spring.io/browse/DATAJPA[jira.spring.io/browse/DATAJPA].
139
+
* Report bugs with Spring Data JPA in the https://github.com/spring-projects/spring-data-jpa/issues[GitHub issue tracker].
140
140
141
141
== Reporting Issues
142
142
143
-
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:
143
+
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:
144
144
145
145
* Before you log a bug, please search the
146
-
https://jira.spring.io/browse/DATAJPA[issue tracker] to see if someone has already reported the problem.
147
-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAJPA[create a new issue].
148
-
* 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.
149
-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
150
-
* 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.
146
+
https://github.com/spring-projects/spring-data-jpa/issues[issue tracker] to see if someone has already reported the problem.
147
+
* If the issue doesn’t exist already, https://github.com/spring-projects/spring-data-jpa/issues[create a new issue].
148
+
* 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, complete stack traces and any relevant configuration information.
149
+
* If you need to paste code, or include a stack trace format it as code using triple backtick.
150
+
* 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 datatabase if possible or set the database up using https://github.com/testcontainers[Testcontainers].
0 commit comments