Commit Graph

10 Commits

Author SHA1 Message Date
Mark Paluch
78d22070f8 Add IntelliJ Templates for equals and hashCode generation.
Closes #2029
2023-06-20 10:21:26 +02:00
Greg L. Turnquist
d572ad3807 #1101 - Polishing. 2020-05-20 09:49:06 -05:00
Greg Turnquist
d0f86fe868 #1101 - Adapt new-issue-branch to handle calver and old versioning.
Original pull request: #1102.
2020-05-20 09:14:32 +02:00
Oliver Drotbohm
78b1278317 #959 - Added Bash scripts to update the copyright years of Java source files.
Usage is described by executing the scripts without parameters.
2020-01-10 12:40:42 +01:00
Greg Turnquist
ca6cf07d21 #375 - Make the new-issue-branch script resilient
Introduces a step where the maven plugins are quietly warmed up before using them.
2017-06-08 17:57:57 +02:00
Mark Paluch
a9f39d19c9 #321 - Provide importorder file and provide guidance for IntelliJ users.
Remove intellij-formatting.jar to avoid ambiguity in favor of the IntelliJ Eclipse Code Formatter plugin.
2017-03-08 11:41:08 +01:00
Greg Turnquist
04ac2a7f7b #184 - Improvements to new issue branch script
Removed the offline mode for the issue branch. If dependencies are missing it won't work offline either. Rename it to drop the .sh suffix. That way, we can change its language in the future without user having to know.

Original pull request: #185.
2015-10-05 18:25:30 +02:00
Oliver Gierke
1b9f6c7d0c #29 - Updated Eclipse formatter. 2014-01-21 13:47:02 +01:00
Thomas Darimont
cd08dad6cf #29 - Add formatter configuration for SD projects.
Added the formatter configuration from spring-data-commons.
2013-11-19 11:27:00 +01:00
Thomas Darimont
6052f15a7e #27 - Introduced shell script to automatically create issue branches and update pom versions.
Previously every branch push / commit ended up in the same BUILD-SNAPSHOT artefact. In order to avoid potential confusion we now change the pom versions to create issue specific snapshot-builds next to the build-snapshot that is created for the master branch. As an example the version number in SD Commons 1.7.0.BUILD-SNAPSHOT for issue DATACMNS-42 becomes 1.7.0.DATACMNS-42-SNAPSHOT.
This is automatically performed by the new-issue-branch.sh script.

When one begins to work on a ticket just execute:
new-issue-branch.sh DATAMODULE-ISSUENUMBER

E.g.:
new-issue-branch.sh DATACMNS-42 will create a new branch issue/DATACMNS-42 
in SD Commons.
2013-11-18 12:54:21 +01:00