1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 JavaMelody v1.64.0 发布,系统监控平台 下载

Discussion in '软件资讯' started by 漂亮的石头, 2017-03-12.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    487,979
    Likes Received:
    47
    JavaMelody v1.64.0 发布了,主要更新如下:


    • fix compatibility with Java 9. (PR #609 for issue #556 , thanks to James Pether Sörling)


    • In the Jenkins plugin, fix JENKINS-42112 : HTTP user session is reported as "anonymous" when using anything but AbstractPasswordBasedSecurityRealm (like Google login plugin or Cloudbees Operations Center).


    • In the Liferay plugin, fix compatibility with Liferay 7 (649fd35 and PR #7 with help from Inácio Nery from Liferay, fixed in 1.63.1)


    • improved: make easier the selection of the stack-trace text in the tooltips of the threads list (736cf0e)


    • added: javamelody sprint boot starter to simplify configuration of javamelody when using Spring Boot (PR #615 thanks to Georg Wittberger).


    • added: pdf report in the detail page of a request. (28e2474)


    • added: links to view java source from errors and threads stack-traces. (e5263bf)

    [​IMG]


    • Source from the JDK and source from artifacts built by Maven and available in Maven central can be viewed. So if your server uses a JRE and not a JDK, source from the JDK are not available. And note that many artifacts available in Maven central were not built by Maven, for example Tomcat libraries, so sources of those artifacts can't be located.


    • The javamelody parameter maven-repositories can be used like the other javamelody parameters, to search for sources of Maven artifacts in other repositories than your local repository and than Maven central, and such as your own company repository containing the sources of your own app. The parameter value must be a comma separated list of Maven repositories URLs (~/.m2/repository,https://repo1.maven.org/maven2/ by default and recommended as last repositories). And if your repository needs basic authentication, you can insert "username:password" in the URL. For example in the web.xml :

    <filter>
    <filter-name>javamelody</filter-name>
    <filter-class>net.bull.javamelody.MonitoringFilter</filter-class>
    <init-param>
    <param-name>maven-repositories</param-name>
    <param-value>https://myusername:secret@repo.mycorp.com,~/.m2/repository,https://repo1.maven.org/maven2/</param-value>
    </init-param>
    </filter>
    ...

    • added: new javamelody parameter application-name, to override the default one based on the context path of the webapp and on the hostname. Using this parameter will change the default storage directory path. (PR #604 thanks to kai-modrzok)


    • added: if the javamelody parameter jmx-expose-enabled is set to true, then javamelody mbeans are available with aggregated statistics data about requests. See doc. (PR #591 thanks to Alexey Pushkin)

    [​IMG]


    发布说明

    下载地址:

    JavaMelody v1.64.0 发布,系统监控平台下载地址
     
Loading...