Stephane Nicoll
311952730e
Merge branch '2.1.x' into 2.2.x
...
Closes gh-21097
2020-04-23 14:07:31 +02:00
Stephane Nicoll
291165f060
Order additional metadata according to lexicographic order
...
Closes gh-21095
2020-04-23 13:58:49 +02:00
Phillip Webb
16b5ea3414
Update copyright year of changed files
2020-03-23 14:13:33 -07:00
dreis2211
d9171d0afe
Use @Configuration(proxyBeanMethods=false) wherever possible
...
See gh-20541
2020-03-17 17:17:38 +01:00
Andy Wilkinson
9fbb664db6
Avoid eager init when evaluating DevToolsDataSourceCondition
...
Previously, DevToolsDataSourceCondition called
getBeanNamesForType(Class) which could trigger unwanted initialization
of lazy init singletons and objects created by FactoryBeans.
This commit updates DevToolsDataSourceCondition to prohibit eager
init when getting the names of the beans of a particular type.
Fixes gh-20430
2020-03-11 14:02:16 +00:00
Madhura Bhave
8ec3ca74e1
Fix loading of devtools yaml files
...
Fixes gh-19081
2019-11-20 17:30:26 -08:00
Andy Wilkinson
847ec3c0e1
Add missing %s to warning message format string
...
Closes gh-18710
2019-10-24 10:37:24 +01:00
Phillip Webb
597baf9774
Polish "Optimize logger calls"
...
See gh-18710
2019-10-23 21:00:05 -07:00
wycm
240b1f9e29
Optimize logger calls
...
Guard logger calls to ensure that they are only made when the
level is set.
See gh-18710
2019-10-23 20:59:11 -07:00
Phillip Webb
714c9b9804
Polish
2019-10-22 13:12:09 -07:00
Stephane Nicoll
4d5d90847e
Merge branch '2.1.x'
...
Closes gh-18682
2019-10-22 09:41:04 +02:00
wycm
681a94b0d5
Optimize debug level logs
...
See gh-18604
2019-10-22 09:36:48 +02:00
Kant Leung
2f73e196af
Polish
...
See gh-18534
2019-10-08 07:38:21 -05:00
Andy Wilkinson
078536aded
Merge branch '2.1.x'
...
Closes gh-18502
2019-10-03 15:34:32 +01:00
Andy Wilkinson
f42b442ce2
Fix handling of encoded URLs in Class-Path manifest attribute
...
Fixes gh-18410
2019-10-03 15:30:33 +01:00
Phillip Webb
795303d667
Replace depends-on post processor configurations
...
Replace `AbstractDependsOnBeanFactoryPostProcessor` `@Configuration`
classes with simple `@Import` component classes.
Closes gh-18382
2019-10-02 21:41:31 -07:00
Phillip Webb
1528b6c2f8
Polish
2019-09-28 22:28:23 -07:00
Phillip Webb
9568777d7d
Fix devtools package tangle
...
Fix package tangle in devtools by relocating `DevToolsEnablementDeducer`
to a new `system` package.
Closes gh-18393
2019-09-28 22:05:07 -07:00
Madhura Bhave
48960c54d1
Drop . prefix from files in .config directory for devtools
...
Closes gh-18006
2019-09-20 15:01:12 -07:00
rajadilipkolli
abcff3a3b3
Use try-with-resources in HttpTunnelPayload
...
See gh-11779
2019-09-18 17:49:24 +01:00
Stephane Nicoll
81ddebbc27
Merge branch '2.1.x'
...
Closes gh-18239
2019-09-16 15:12:38 +02:00
Stephane Nicoll
9434cb0e22
Keep a live reference of protocol resolvers rather than copying them
...
This commit makes sure that any subsequent call on addProtocolResolver
on the context will impact the ResourceLoader implementation that
DevTools sets on the context.
This makes sure that any custom ProtocolResolver that is set later in
the lifecycle is taken into account.
Closes gh-17214
2019-09-16 15:08:40 +02:00
Phillip Webb
877c65c714
Merge branch '2.1.x'
...
Closes gh-18132
2019-09-04 22:10:28 -07:00
Phillip Webb
a0a204ae6a
Clarify devtools trigger file documentation
...
Closes gh-17775
2019-09-04 22:09:33 -07:00
dreis2211
b4350a9d96
Remove unnecessary blank lines
...
See gh-18089
2019-09-03 08:48:10 +02:00
Madhura Bhave
48b5b6a24c
Polish "Added support for devtools YAML configuration"
...
See gh-17915
2019-08-23 14:37:54 -07:00
HaiTao Zhang
00a3ad0fd1
Added support for devtools YAML configuration
...
See gh-17915
2019-08-23 14:33:39 -07:00
LiangYong
a5746d0a03
Simplify some code
...
See gh-17893
2019-08-19 07:24:54 +02:00
Madhura Bhave
09b690b3c9
Fix tests
2019-08-15 17:53:19 -07:00
Madhura Bhave
186530478c
Bypass Spring security authentication for remote devtools endpoint
...
Closes gh-17878
2019-08-15 10:34:53 -07:00
周武栋
6fab5b591b
Simplify some code
...
See gh-17837
2019-08-14 08:36:17 +02:00
Phillip Webb
8bc780762a
Merge branch '2.1.x'
2019-07-24 11:42:48 +01:00
Phillip Webb
fb1dd8fe93
Merge branch '2.0.x' into 2.1.x
2019-07-24 11:41:32 +01:00
Phillip Webb
913e831f4e
Merge '1.5.x' into 2.0.x
2019-07-24 11:39:58 +01:00
Phillip Webb
01933f9b06
Merge previously split strings
...
Merge some string lines that were previously split because of the
90 chars wide formatting.
2019-07-15 00:24:19 +01:00
Johnny Lim
426ef749db
Polish
...
See gh-17413
2019-07-09 07:40:30 +02:00
Andy Wilkinson
0d124e9857
Remove use of field injection from spring-boot-devtools
...
Closes gh-17442
2019-07-05 14:59:01 +01:00
Phillip Webb
a66c4d3096
Unify method visibility of private classes
...
Apply checkstyle rule to ensure that private and package private
classes do not have unnecessary public methods. Test classes have
also been unified as much as possible to use default scoped
inner-classes.
Closes gh-7316
2019-07-03 11:39:47 -07:00
Phillip Webb
605599138e
Merge branch '2.1.x'
2019-06-28 23:56:02 -07:00
Phillip Webb
92bff3c328
Merge branch '2.0.x' into 2.1.x
2019-06-28 23:42:28 -07:00
Phillip Webb
cfeb0239b7
Merge branch '1.5.x' into 2.0.x
2019-06-28 23:28:34 -07:00
Andy Wilkinson
38552065e8
Merge branch '2.1.x'
...
Closes gh-17114
2019-06-12 11:37:05 +01:00
Andy Wilkinson
7103eab2e6
Close JarFiles when looking for Class-Path manifest entries
...
Fixes gh-17095
2019-06-12 11:36:34 +01:00
Andy Wilkinson
c11f25bf8b
Merge branch '2.1.x'
...
Closes gh-17104
2019-06-11 10:52:03 +01:00
Andy Wilkinson
95d0e26c35
Fix command DevTools uses to shut down in-memory Derby DB
...
Closes gh-17099
2019-06-11 10:29:09 +01:00
Andy Wilkinson
aef92b9295
Merge branch '2.1.x'
...
Closes gh-17079
2019-06-07 11:00:44 +01:00
Andy Wilkinson
24925c3dae
Merge branch '2.0.x' into 2.1.x
...
Closes gh-17078
2019-06-07 10:50:34 +01:00
Andy Wilkinson
c6c139d980
Merge branch '1.5.x' into 2.0.x
2019-06-07 10:46:31 +01:00
Phillip Webb
d306b31ce9
Merge branch '2.1.x'
2019-06-04 02:08:00 -07:00
Phillip Webb
ccfbd03482
Merge branch '2.0.x' into 2.1.x
2019-06-04 02:07:14 -07:00