File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
:repo-uri: https://github.com/jirutka/spring-rest-exception-handler
3
3
:issue-uri: {repo-uri}/issues
4
4
5
+ == 1.2.0 (2015-05-16)
6
+
7
+ * Modify `ErrorMessageRestExceptionHandler` to log missing message on the DEBUG level instead of INFO.
8
+ * Inherit versions of dependencies from Spring’s platform-bom.
9
+ * Deploy snapshots to JFrog OSS repository.
10
+
5
11
== 1.1.1 (2015-08-02)
6
12
7
13
* Fix compatibility with Spring 4.2.0.
Original file line number Diff line number Diff line change 2
2
:source-language: java
3
3
// Project meta
4
4
:name: spring-rest-exception-handler
5
- :version: 1.1.1
5
+ :version: 1.2.0
6
6
:group-id: cz.jirutka.spring
7
7
:artifact-id: {name}
8
8
:gh-name: jirutka/{name}
Original file line number Diff line number Diff line change 15
15
16
16
<groupId >cz.jirutka.spring</groupId >
17
17
<artifactId >spring-rest-exception-handler</artifactId >
18
- <version >1.2.0-SNAPSHOT </version >
18
+ <version >1.2.0</version >
19
19
<packaging >jar</packaging >
20
20
21
21
<name >Spring REST Exception Handler</name >
You can’t perform that action at this time.
0 commit comments