dep-analyzer-developers Mailing List for Dependency Analyzer
Status: Beta
Brought to you by:
drorb
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(16) |
Jun
(11) |
Jul
(33) |
Aug
(2) |
Sep
(5) |
Oct
(11) |
Nov
(12) |
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(21) |
Feb
(1) |
Mar
(4) |
Apr
(7) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-05-18 18:27:37
|
transitive dependency does not get displayed correctly
------------------------------------------------------
Key: MDV-78
URL: http://www.jfrog.org/jira/browse/MDV-78
Project: Dependency Analyzer
Issue Type: Bug
Components: GUI
Reporter: manuel aldana
Assignee: manuel aldana
Attachments: testRepository_MDV78.zip
transitive dependency does not get displayed correctly:
following example (test repository attached to issue):
C->B->A
B->A
A
if loaded in visualization only following gets displayed:
C->B
C->A
B->A which should be displayed, too gets omitted.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-05-10 20:03:41
|
[ http://www.jfrog.org/jira/browse/MDV-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dror Bereznitsky resolved MDV-77.
---------------------------------
Resolution: Fixed
> Add 3rd party license documents to distribution
> -----------------------------------------------
>
> Key: MDV-77
> URL: http://www.jfrog.org/jira/browse/MDV-77
> Project: Dependency Analyzer
> Issue Type: Task
> Reporter: Dror Bereznitsky
> Assignee: Dror Bereznitsky
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-05-10 15:44:34
|
Add 3rd party license documents to distribution
-----------------------------------------------
Key: MDV-77
URL: http://www.jfrog.org/jira/browse/MDV-77
Project: Dependency Analyzer
Issue Type: Task
Reporter: Dror Bereznitsky
Assignee: Dror Bereznitsky
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-05-06 17:47:06
|
[ http://www.jfrog.org/jira/browse/MDV-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
manuel aldana resolved MDV-76.
------------------------------
Resolution: Fixed
resolved
the reason for wrong comparing was that the loop of vertex neighbours could be exited to early when the first neighbour had the same label the whole outcome was true instead of comparing the other vertices.
> Wrong comparing of DirectedSparseComparer
> -----------------------------------------
>
> Key: MDV-76
> URL: http://www.jfrog.org/jira/browse/MDV-76
> Project: Dependency Analyzer
> Issue Type: Bug
> Components: Core
> Reporter: manuel aldana
> Assignee: manuel aldana
> Fix For: 1.5
>
>
> When two graphs with same number of edges and vertices where compared but different lables it can happen, that the compare-outcome would be positive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-05-06 17:43:55
|
Wrong comparing of DirectedSparseComparer
-----------------------------------------
Key: MDV-76
URL: http://www.jfrog.org/jira/browse/MDV-76
Project: Dependency Analyzer
Issue Type: Bug
Components: Core
Reporter: manuel aldana
Assignee: manuel aldana
Fix For: 1.5
When two graphs with same number of edges and vertices where compared but different lables it can happen, that the compare-outcome would be positive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-05-04 19:31:35
|
[ http://www.jfrog.org/jira/browse/MDV-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
manuel aldana resolved MDV-74.
------------------------------
Fix Version/s: 1.5
Resolution: Fixed
logging file to logs/ folder in released dep-analyzer.
log4j-RollingFileAppender is used for this.
> logging output to log-file
> --------------------------
>
> Key: MDV-74
> URL: http://www.jfrog.org/jira/browse/MDV-74
> Project: Dependency Analyzer
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.1
> Reporter: manuel aldana
> Assignee: manuel aldana
> Priority: Trivial
> Fix For: 1.5
>
>
> currently logging outputs only go to console, which sometimes makes diagnostics and reporting of errors a bit difficult.
> provide a log4.properties where RollingFileAppender is activated and logs are written to a logs/ folder.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-04-27 13:33:34
|
[ http://www.jfrog.org/jira/browse/MDV-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
manuel aldana resolved MDV-75.
------------------------------
Resolution: Fixed
applying filters and comparing graphs is done in model too. graph-state callback is now called to view.
> refactor: extract jung-graph model out of view
> ----------------------------------------------
>
> Key: MDV-75
> URL: http://www.jfrog.org/jira/browse/MDV-75
> Project: Dependency Analyzer
> Issue Type: Design
> Components: GUI
> Affects Versions: 1.1
> Reporter: manuel aldana
> Assignee: manuel aldana
> Fix For: 1.5
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-04-26 11:04:42
|
[ http://www.jfrog.org/jira/browse/MDV-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
manuel aldana resolved MDV-64.
------------------------------
Fix Version/s: 1.5
Resolution: Fixed
rerender is now only done if graph changed after applying filters.
> do not rerender, when graph does not change after filter-applications
> ---------------------------------------------------------------------
>
> Key: MDV-64
> URL: http://www.jfrog.org/jira/browse/MDV-64
> Project: Dependency Analyzer
> Issue Type: Improvement
> Components: GUI
> Affects Versions: 1.1
> Reporter: manuel aldana
> Assignee: manuel aldana
> Priority: Minor
> Fix For: 1.5
>
>
> when doing a refresh of the graph or applying a filter, the graph is rerended even when graph itself does not change (exactly same vertices and edges). this way custom layouting gets reset, too. this is not nice when having put some effort into the manual layouting.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-04-26 10:57:45
|
refactor: extract jung-graph model out of view
----------------------------------------------
Key: MDV-75
URL: http://www.jfrog.org/jira/browse/MDV-75
Project: Dependency Analyzer
Issue Type: Design
Components: GUI
Affects Versions: 1.1
Reporter: manuel aldana
Assignee: manuel aldana
Fix For: 1.5
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-04-18 20:10:34
|
[ http://www.jfrog.org/jira/browse/MDV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dror Bereznitsky resolved MDV-68.
---------------------------------
Resolution: Fixed
> Should support offline mode
> ---------------------------
>
> Key: MDV-68
> URL: http://www.jfrog.org/jira/browse/MDV-68
> Project: Dependency Analyzer
> Issue Type: New Feature
> Components: Core
> Affects Versions: 1.1
> Environment: any
> Reporter: henrik
> Assignee: Dror Bereznitsky
>
> The application should respect the offline mode of the maven settings.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-04-17 14:36:39
|
logging output to log-file
--------------------------
Key: MDV-74
URL: http://www.jfrog.org/jira/browse/MDV-74
Project: Dependency Analyzer
Issue Type: Improvement
Components: Core
Affects Versions: 1.1
Reporter: manuel aldana
Assignee: Dror Bereznitsky
Priority: Trivial
currently logging outputs only go to console, which sometimes makes diagnostics and reporting of errors a bit difficult.
provide a log4.properties where RollingFileAppender is activated and logs are written to a logs/ folder.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-04-17 13:32:47
|
declared repository-id 'central' from settings.xml gets ignored
---------------------------------------------------------------
Key: MDV-73
URL: http://www.jfrog.org/jira/browse/MDV-73
Project: Dependency Analyzer
Issue Type: Bug
Components: Core
Affects Versions: 1.1
Reporter: manuel aldana
Assignee: Dror Bereznitsky
if using *central* as repository id in settings.xml to configure a different repository dep-analyzer still uses http://repo1.maven.org/maven2/ as central one.
{code}
org.apache.maven.project.ProjectBuildingException: POM 'axis2.rampart:axis2-security' not found in repository: Unable to download the artifact from any repository
axis2.rampart:axis2-security:pom:1.1
from the specified remote repositories:
snapshots (http://gsbede02:8085/archiva/repository/snapshots/),
*central (http://repo1.maven.org/maven2/)*
at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:528)
at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:228)
at org.apache.maven.embedder.MavenEmbedder.buildFromRepository(MavenEmbedder.java:269)
at org.jfrog.maven.viewer.dao.DefaultMavenProjectDao.getMavenProject(DefaultMavenProjectDao.java:138)
at org.jfrog.maven.viewer.domain.ArtifactFactory.createArtifact(ArtifactFactory.java:157)
{code}
snippet of settings.xml:
{code:xml}
...
<profiles>
<profile>
<id>archiva</id>
<repositories>
<repository>
<id>central</id>
<name>Archiva Managed Internal Repository</name>
<url>http://gsbede02:8085/archiva/repository/internal/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots</id>
<name>Archiva Managed Snapshot Repository</name>
<url>http://gsbede02:8085/archiva/repository/snapshots/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
...
<activeProfiles>
<activeProfile>archiva</activeProfile>
</activeProfiles>
</settings>
{code}
because it recognizes declared repository id *snapshots*, it does not seem to ignore the profile in general.
on command line (maven 2.0.8) resolving to declared central-repository goes fine.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-04-06 20:38:22
|
Upgrade to spring-richclient 1.0.0
----------------------------------
Key: MDV-72
URL: http://www.jfrog.org/jira/browse/MDV-72
Project: Dependency Analyzer
Issue Type: Improvement
Components: GUI
Reporter: Dror Bereznitsky
Assignee: manuel aldana
Version 1.0.0 was released on 2008-03-17
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-03-26 00:24:53
|
zoom capability with keyboard shortcuts and mouse-wheel
-------------------------------------------------------
Key: MDV-71
URL: http://www.jfrog.org/jira/browse/MDV-71
Project: Dependency Analyzer
Issue Type: Improvement
Components: GUI
Reporter: manuel aldana
Assignee: Dror Bereznitsky
Priority: Minor
zoom capability should not only provided by +/- sign-clicking (bottom) but extended to mouse wheel (with pressed <Ctrl>) and keyboard shortcut (<Strg> +/-).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-03-22 21:53:48
|
Improve dependency resolution
-----------------------------
Key: MDV-70
URL: http://www.jfrog.org/jira/browse/MDV-70
Project: Dependency Analyzer
Issue Type: Improvement
Components: Core
Reporter: Dror Bereznitsky
Assignee: Dror Bereznitsky
Priority: Critical
Use maven ArtifactCollector instead of proprietary dependency resolution.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-03-22 13:02:47
|
[ http://www.jfrog.org/jira/browse/MDV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dror Bereznitsky resolved MDV-69.
---------------------------------
Resolution: Fixed
Replaced underlying Maven2 implementation from 2.0.5 to 2.0.8
> Migrate to Maven 2.0.8
> ----------------------
>
> Key: MDV-69
> URL: http://www.jfrog.org/jira/browse/MDV-69
> Project: Dependency Analyzer
> Issue Type: Improvement
> Reporter: Dror Bereznitsky
> Assignee: Dror Bereznitsky
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-03-06 10:20:43
|
Migrate to Maven 2.0.8
----------------------
Key: MDV-69
URL: http://www.jfrog.org/jira/browse/MDV-69
Project: Dependency Analyzer
Issue Type: Improvement
Reporter: Dror Bereznitsky
Assignee: Dror Bereznitsky
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: henrik (JIRA) <ji...@jf...> - 2008-02-26 15:07:47
|
Should support offline mode
---------------------------
Key: MDV-68
URL: http://www.jfrog.org/jira/browse/MDV-68
Project: Dependency Analyzer
Issue Type: New Feature
Components: Core
Affects Versions: 1.1
Environment: any
Reporter: henrik
Assignee: Dror Bereznitsky
The application should respect the offline mode of the maven settings.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-01-29 21:48:32
|
Create a graph layout more suitable for dependency graphs
---------------------------------------------------------
Key: MDV-67
URL: http://www.jfrog.org/jira/browse/MDV-67
Project: Dependency Analyzer
Issue Type: New Feature
Reporter: Dror Bereznitsky
Assignee: Dror Bereznitsky
Consider using a genetic algorithm for graph layout
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-01-29 21:42:45
|
Disable view menu options when no tabs are present
--------------------------------------------------
Key: MDV-66
URL: http://www.jfrog.org/jira/browse/MDV-66
Project: Dependency Analyzer
Issue Type: Bug
Reporter: Dror Bereznitsky
Assignee: Dror Bereznitsky
Priority: Minor
Currently when closing all tabs the view menu items remain active
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-01-15 00:16:43
|
[ http://www.jfrog.org/jira/browse/MDV-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dror Bereznitsky resolved MDV-53.
---------------------------------
Fix Version/s: 1.1
Resolution: Fixed
> Make possible to select text to be copy pasted
> ----------------------------------------------
>
> Key: MDV-53
> URL: http://www.jfrog.org/jira/browse/MDV-53
> Project: Dependency Analyzer
> Issue Type: Improvement
> Components: GUI
> Reporter: Tal Abramson
> Assignee: Dror Bereznitsky
> Fix For: 1.1
>
>
> Make possible to select text to be copy pasted
> if not from the main window , then from the properties window of an artifact
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: michael g. (JIRA) <ji...@jf...> - 2008-01-10 09:20:41
|
Analyze without workspace
-------------------------
Key: MDV-65
URL: http://www.jfrog.org/jira/browse/MDV-65
Project: Dependency Analyzer
Issue Type: Improvement
Reporter: michael gantert
Assignee: Dror Bereznitsky
Hi,
for our release management it would be perfect, if they can do the
anaylzes of maven projects without any local workspace, but only by direct
using our company internal central maven repository. Is this possible?
Best Regards,
Michael Gantert
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-01-08 02:11:37
|
do not rerender, when graph does not change after filter-applications
---------------------------------------------------------------------
Key: MDV-64
URL: http://www.jfrog.org/jira/browse/MDV-64
Project: Dependency Analyzer
Issue Type: Improvement
Components: GUI
Affects Versions: 1.1
Reporter: manuel aldana
Priority: Minor
when doing a refresh of the graph or applying a filter, the graph is rerended even when graph itself does not change (exactly same vertices and edges). this way custom layouting gets reset, too. this is not nice when having put some effort into the manual layouting.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: manuel a. (JIRA) <ji...@jf...> - 2008-01-08 01:38:44
|
cache for artifacts not sensitive to system properties (for profile activation)
-------------------------------------------------------------------------------
Key: MDV-63
URL: http://www.jfrog.org/jira/browse/MDV-63
Project: Dependency Analyzer
Issue Type: Bug
Components: Core
Affects Versions: 1.1
Reporter: manuel aldana
Assignee: Dror Bereznitsky
maven profiles can be activated by system properties (see http://maven.apache.org/pom.html#Activation). currently the cache in dependency analyzer is not sensitive to change of system properties. once an artifact is loaded the cache does not react to a profile-set change through activations.
patch-hint: include system property change listener to cache, so cache not only satisfies updates to the pom-file itself but also to change of profile-activations through system properties.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Dror B. (JIRA) <ji...@jf...> - 2008-01-04 21:31:34
|
Add an option to filter by a combination of artifactid, groupid and version
---------------------------------------------------------------------------
Key: MDV-62
URL: http://www.jfrog.org/jira/browse/MDV-62
Project: Dependency Analyzer
Issue Type: Improvement
Components: GUI
Reporter: Dror Bereznitsky
Assignee: Dror Bereznitsky
Extend the current functionality of filtering by groupid
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.jfrog.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|