Andy Wilkinson
8f1be4cded
Upgrade to spring-javaformat 0.0.11
2019-06-07 09:44:58 +01:00
Phillip Webb
a99131f727
Polish resource files to all end with a new line
2019-06-04 00:52:45 -07:00
Andy Wilkinson
4b6bddd476
Merge branch '1.4.x' into 1.5.x
2019-03-20 16:30:04 +00:00
Andy Wilkinson
6920c39349
Merge branch '1.3.x' into 1.4.x
2019-03-20 15:06:50 +00:00
Andy Wilkinson
0e009ef047
Use HTTPS to link to the Apache license
2019-03-20 15:00:10 +00:00
Phillip Webb
9543fcf44d
Upgrade to spring-javaformat 0.0.6
2018-08-30 15:59:27 -07:00
Phillip Webb
99dad81e9a
Update copyright header year for changed files
2018-05-04 12:15:13 -07:00
Phillip Webb
64930d4e5b
Polish caught exception names
...
Prefer `ex` over `e`.
2018-05-03 09:46:15 -07:00
Phillip Webb
3ee777e142
Polish ternary expressions
...
Consistently format ternary expressions and always favor `!=` as the
the check.
2018-05-03 09:46:15 -07:00
Stephane Nicoll
b4a7e1d64b
Use toLowerCase() and toUpperCase() with Locale.ENGLISH
...
This commit updates all `toLowerCase()` and `toUpperCase` invocations to
use the variant that takes a `Locale` to avoid locale-specific side
effect.
Closes gh-12213
2018-02-26 17:49:03 +01:00
Johnny Lim
4979af9fa5
Remove unnecessary assignments
...
Closes gh-10805
2017-10-29 14:07:00 +01:00
Phillip Webb
74f411faed
Formatting
2017-05-15 15:58:30 -07:00
Stephane Nicoll
cdf5f6e0ee
Add support for deprecation level in manual metadata
...
This commit allows to specify a deprecation level to a manual metadata
entry. The purpose of that new attribute is to distinguish cases where
the property is still bound (default) from cases where the property no
longer exists and won't be bound.
This gives the opportunity to IDEs to still show the property as an
error and offer documentation and an action to rename it if a
replacement exists.
Closes gh-9074
2017-05-15 12:39:15 +03:00
Phillip Webb
ca1540cefe
Update header copyright for changed files
2017-02-27 20:41:18 -08:00
Phillip Webb
cc7c2ebb87
Migrate to android-json
...
Migrate from `org.json:json` to the clean room Apache 2.0 licensed
version that was developed for Android.
Fixes gh-5929
2017-01-04 23:00:06 -08:00
Phillip Webb
aacf5d660f
Update copyright year for changed files
2016-12-30 11:53:51 -08:00
Phillip Webb
4b9cba351b
Merge branch '1.4.x' into 1.5.x
2016-12-19 12:36:57 -08:00
Phillip Webb
bd74c3d327
Polish formatting
2016-12-19 12:25:09 -08:00
Stephane Nicoll
474c2e4641
Fix checkstyle rule
...
See gh-6971
2016-09-21 14:39:00 +02:00
Stephane Nicoll
ce1e41dce3
Remove deprecated code
...
This code removes code deprecated in 1.4 with the exception of code that
requires an update to Spring Framework 5.
Closes gh-6971
2016-09-21 14:30:28 +02:00
Johnny Lim
b914b4aa52
Remove the second parameter of substring() if possible
...
Closes gh-5720
2016-04-20 09:18:35 +02:00
Phillip Webb
644ae2c21a
Merge branch '1.3.x'
2016-03-08 09:51:57 -08:00
Phillip Webb
5e722dae6a
Polish
2016-03-08 09:37:13 -08:00
Stephane Nicoll
cc2f6f4b9c
Merge branch '1.3.x'
2016-03-08 10:07:06 +01:00
Stephane Nicoll
a83dae0e10
Polish contribution
...
Closes gh-5335
2016-03-08 10:01:14 +01:00
Eric Bottard
79cd01eb7a
Fix configuration property name when group is empty
...
See gh-5335
2016-03-08 09:48:26 +01:00
Andy Wilkinson
44ddfcc7fa
Upgrade copyright headers of all files changed in 2016
2016-02-25 12:09:42 +00:00
Phillip Webb
4b55144d80
Polish
2016-02-19 16:19:22 -08:00
Stephane Nicoll
b60e9e5cb9
Expose hints for Maps
...
This commit fixes the json parser so that hints for maps is also made
available.
Closes gh-5152
2016-02-17 15:25:03 +01:00
Phillip Webb
00cfe1d054
Use AssertJ in spring-boot-tools
...
See gh-5083
2016-02-06 15:51:26 -08:00
Phillip Webb
516afcd2ca
Polish
2016-02-06 15:02:12 -08:00
Johnny Lim
ec7fed1ecc
Polish
...
Closes gh-4677
2015-12-07 20:46:36 +01:00
Johnny Lim
8ec00c35bf
Polish
...
Closes gh-4572
2015-11-21 08:12:21 +01:00
Phillip Webb
634bb770b2
Organize imports with new settings
...
See gh-4234
2015-10-19 12:58:34 -07:00
Phillip Webb
6333426cbf
Reformat package-info.java files with Eclipse Mars
2015-10-09 13:54:25 -07:00
Phillip Webb
c9fb9916b8
Reformat code using Eclipse Mars
2015-10-07 23:37:10 -07:00
Phillip Webb
e674d751de
Polish Javadoc
2015-09-08 17:01:36 -07:00
Phillip Webb
460ca75fce
Polish newline at end of file
2015-09-08 16:05:22 -07:00
Phillip Webb
6e29ee4557
Polish
2015-09-08 16:04:30 -07:00
Phillip Webb
67402405db
Reformat code
2015-09-08 14:56:40 -07:00
Stephane Nicoll
bc0487f791
Polish
...
Make sure that the meta-data can be serialized.
2015-07-29 14:01:21 +02:00
arghya88
9de4fd7913
Fix typo
...
Closes gh-3606
2015-07-27 15:30:48 +02:00
Phillip Webb
728e64b929
Polish
2015-07-16 12:56:49 -07:00
Stephane Nicoll
f2d32d3e98
Add support for property deprecation
...
Previously, an item could only have a 'deprecated' boolean flag to
indicate that the property is deprecated. It is desirable to provide an
additional description for the deprecation as well as the name of the
property to use instead.
The `deprecated` boolean flag is now supported. Instead, a `deprecated`
object can be specified with two optional attributes: `reason` to provide
an explanation for the deprecation and `replacement` to refer to the
property that should be used instead. If none of them is present, an
empty deprecation object should be set.
For backward compatibility, the `deprecated` field is still set.
Deprecation information can only set via manual meta-data.
Closes gh-3449
2015-07-15 15:41:52 +02:00
Phillip Webb
f0f5f78e25
Polish
2015-07-14 22:17:52 -07:00
Stephane Nicoll
68d875bdc6
Fix windows build
2015-07-14 21:39:54 +02:00
Phillip Webb
9ebe15232e
Polish
2015-07-13 11:05:46 -07:00
Stephane Nicoll
d64ee99b20
Add configuration meta-data parser
...
Add a new `spring-boot-configuration-metadata` module that provides an
API to manipulate Spring Boot configuration meta-data. Can read meta-data
from arbitrary locations, though the standard
`META-INF/spring-configuration-metadata.json` location must be preferred.
Closes gh-1970
2015-07-13 11:53:31 +02:00
Phillip Webb
5220f584db
Revert spring-boot-configuration-metadata for now
...
See gh-1970
2014-11-21 11:43:34 -08:00
Stephane Nicoll
5f673c9e84
Fix usage of putIfAbsent
2014-11-21 16:13:26 +01:00