Kris De Volder
|
a6eb7241f1
|
Bump version to 0.1.3
|
2017-12-21 22:11:19 +00:00 |
|
Kris De Volder
|
ee3181b320
|
Bump version to 0.1.2
|
2017-12-12 17:17:35 +00:00 |
|
Kris De Volder
|
2fce26439d
|
Cleanup temporary pom change that was accidentally pushed
|
2017-12-11 16:17:36 -08:00 |
|
kdvolder
|
22e8ba80ba
|
Some fixes to accomodate windows
|
2017-12-11 16:00:19 -08:00 |
|
Martin Lippert
|
dffc75d5eb
|
updated versions
|
2017-12-11 09:31:08 +01:00 |
|
Martin Lippert
|
c102efa838
|
enable live hovers for inner classes
|
2017-12-07 21:33:49 +01:00 |
|
Kris De Volder
|
4b7614230a
|
Revert "Bump version to 0.1.1"
This reverts commit dbe06627ea.
|
2017-11-27 15:48:47 -08:00 |
|
Kris De Volder
|
dbe06627ea
|
Bump version to 0.1.1
|
2017-11-27 22:57:01 +00:00 |
|
Kris De Volder
|
71956a0748
|
Bump version to 0.1.0
|
2017-11-27 22:24:02 +00:00 |
|
Kris De Volder
|
95a844722b
|
Bump version to 0.0.13
|
2017-11-27 22:09:08 +00:00 |
|
Kris De Volder
|
a40ab1b33a
|
Bump version to 0.0.12
|
2017-11-27 19:30:08 +00:00 |
|
Kris De Volder
|
80d80758f6
|
Reduce log noise from JMX connections for spring boot app polling loop
|
2017-11-22 10:52:27 -08:00 |
|
Kris De Volder
|
db2569d4d6
|
Don't show resource if it is the String "null"
|
2017-11-21 15:22:17 -08:00 |
|
Kris De Volder
|
6f1e80944c
|
Fix PT-153072942
Ignore `$$EnhancerBySpringCGLIB$$` in determining whether a
live bean corresponds to a bean defined in source-code.
|
2017-11-21 14:20:05 -08:00 |
|
Kris De Volder
|
0727f514bf
|
Cleanup unused imports
|
2017-11-20 10:48:19 -08:00 |
|
Kris De Volder
|
cf98184b35
|
Cleanup some debug output.
|
2017-11-17 15:03:02 -08:00 |
|
nsingh
|
539afeca3a
|
PT 152801833 - Added support for negative matches parsing for live
conditionals
|
2017-11-14 22:57:41 -08:00 |
|
Kris De Volder
|
147f2548ae
|
Fix failing test
|
2017-11-14 10:29:00 -08:00 |
|
Kris De Volder
|
cb7f0267f9
|
Try to make workspace symbol provider more 'reactive'
|
2017-11-03 17:42:47 -07:00 |
|
Kris De Volder
|
546a81c3ce
|
Merge branch 'master' of github.com:spring-projects/sts4
Conflicts:
headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/conditionals/ConditionalsLiveHoverProvider.java
|
2017-11-03 09:59:47 -07:00 |
|
Kris De Volder
|
a70bc1a77f
|
Add resource info to beans in injection reports
|
2017-11-03 09:58:06 -07:00 |
|
nsingh
|
a603de011a
|
Added some docs explaining "positiveMatches" for conditional parsing.
|
2017-11-02 13:23:42 -07:00 |
|
nsingh
|
d5fcd91148
|
Refactored live conditionals so that they are parsed via SpringBootApp
API
|
2017-11-02 13:10:30 -07:00 |
|
nsingh
|
46323af577
|
Renamed to LiveConditional
|
2017-11-02 13:10:30 -07:00 |
|
nsingh
|
60da97b279
|
Move conditional to commons
|
2017-11-02 13:10:30 -07:00 |
|
Kris De Volder
|
443b8ad62f
|
Cleanup some debug output
|
2017-11-02 11:56:51 -07:00 |
|
Kris De Volder
|
b51aa262e9
|
One more tweak to avoid calling startAgent if there's already a local agent.
|
2017-11-02 11:44:51 -07:00 |
|
Kris De Volder
|
2a51701d41
|
Rework SpringBootApp cache
|
2017-11-02 10:46:16 -07:00 |
|
BoykoAlex
|
0e2c0f15ea
|
Switch from PID to VM descriptor
|
2017-11-02 12:07:58 -04:00 |
|
BoykoAlex
|
9592ee3380
|
Cache jmx connect urls against pids
|
2017-11-02 10:48:23 -04:00 |
|
Kris De Volder
|
fb3af5c1e3
|
Use guava cache to better manage apps from getAllRunning(Spring|Java)Apps
|
2017-11-01 14:26:32 -07:00 |
|
Kris De Volder
|
68de1dd0c5
|
Merge branch 'master' of github.com:spring-projects/sts4
|
2017-10-27 13:19:53 -07:00 |
|
Kris De Volder
|
fc9c84f58f
|
Start adding some tests for 'InjectedInto' hover provider
|
2017-10-27 13:19:41 -07:00 |
|
BoykoAlex
|
4dfca0cebe
|
Fix unit tests
|
2017-10-26 21:25:09 -04:00 |
|
BoykoAlex
|
9631f56d0f
|
Merge branch 'master' into request-mappings
|
2017-10-26 21:05:35 -04:00 |
|
BoykoAlex
|
ba8af9f132
|
Merge branch 'master' into request-mappings
# Conflicts:
# headless-services/boot-java-language-server/src/main/java/org/springframework/ide/vscode/boot/java/requestmapping/RequestMappingHoverProvider.java
# headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/boot/java/requestmapping/test/RequestMappingLiveHoverTest.java
# headless-services/boot-java-language-server/src/test/java/org/springframework/ide/vscode/project/harness/MockRunningAppProvider.java
# headless-services/commons/commons-boot-app-cli/src/main/java/org/springframework/ide/vscode/commons/boot/app/cli/SpringBootApp.java
# headless-services/commons/commons-boot-app-cli/src/test/java/org/springframework/ide/vscode/commons/boot/app/cli/SpringBootAppTest.java
|
2017-10-26 21:04:44 -04:00 |
|
Kris De Volder
|
84a8937b31
|
Add index of beans by dependency to beans model
Also, replace model implementation with immutable / builder style data
structures.
|
2017-10-26 12:17:33 -07:00 |
|
BoykoAlex
|
29c2a6e2b7
|
Refine request mappings
|
2017-10-26 11:43:16 -04:00 |
|
Kris De Volder
|
745994179d
|
LiveBean parsing support for boot 2.0
|
2017-10-25 14:57:49 -07:00 |
|
Kris De Volder
|
136b98d215
|
Add parsing of LiveBeanModel to actuator client
|
2017-10-25 13:40:57 -07:00 |
|
Kris De Volder
|
c0c2d7588d
|
Make SpringBootAppTest run for several test targets
- Boot 1.5 fatjar
- Boot 2.0 fatjar
- Boot 2.0 thinjar
|
2017-10-25 10:49:40 -07:00 |
|
Kris De Volder
|
5652e8402e
|
First, simple implementation of active profiles hover
|
2017-10-24 10:48:02 -07:00 |
|
nsingh
|
13dfec091f
|
Fixed NPE in isSpringBootAppSysprops check
|
2017-10-22 21:22:22 -07:00 |
|
Kris De Volder
|
fdde938433
|
Cleanup trainling whitepace
|
2017-10-20 16:23:35 -07:00 |
|
Kris De Volder
|
b7cb166df0
|
Cleanup some debug logging in test code.
|
2017-10-20 16:03:24 -07:00 |
|
Kris De Volder
|
963359fab6
|
Fix suspected race condition causing test failures.
|
2017-10-20 15:55:09 -07:00 |
|
Kris De Volder
|
49904ceb3e
|
Fix dependency issue causing build failure
|
2017-10-20 15:49:27 -07:00 |
|
Kris De Volder
|
9d83e25d90
|
Detect boot app processes launched from fatjar / thinjar boot launcher
|
2017-10-20 15:40:01 -07:00 |
|
Kris De Volder
|
a328dfb378
|
More code for testing SpringBootApp JMX client
|
2017-10-20 15:13:41 -07:00 |
|
Kris De Volder
|
1f73e46f4f
|
Increase timeout for SpringBootAppTest
Needs more time for test app to fully start sometimes.
|
2017-10-20 12:42:04 -07:00 |
|