jamonapi icon indicating copy to clipboard operation
jamonapi copied to clipboard

Another repo for jamonapi.com which is primarily hosted on sourceforge

Results 10 jamonapi issues
Sort by recently updated
recently updated
newest added

Bumps log4j-api from 2.13.3 to 2.17.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.logging.log4j:log4j-api&package-manager=maven&previous-version=2.13.3&new-version=2.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

We are using Jamonapi, but not Hazelcast. Jamon has a dependency on hazelcast, but still works well when excluding it. (at least in the way we use it). Can it...

As you wanted, here is my version for catching PreparedStatement.executeBatch() with the real number of SQL queries in the bach. It throws an exception if statement.executeBatch() because it's more complex...

Hello @stevensouza First, thank you for JAMon As you may know the JDBC proxy misses queries sent by the executeBatch method. I have been able to catch them by enabling...

Hi @stevensouza ! I have been trying my hands on Jamon for a couple of days.I am using the EJB interceptor to monitor my methods.Everything is working fine only issue...

@stevensouza, when I compiled the jamonapi with findbugs check, I found there're some built-in check errors found according to findbugs, so any idea on improve the source code quality as...

...allback to default jamonapi.properties. jamonPropertiesLocation file:${my-application.dir}/jamonapi.properties - Fixed Misc.getFormattedDate() to pass on non-english locales. - Stop the saveTimer when the context is destroyed to prevent resource leak. This is the...

Java EE is no longer maintained, so it would be a good idea to migrate from _javax_ namespace to _jakarta_ namespace. Refs (taken from ): [Jakarta EE Maven Coordinates](https://wiki.eclipse.org/Jakarta_EE_Maven_Coordinates) [Transition...

Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 4.0.2.RELEASE to 5.2.22.RELEASE. Release notes Sourced from org.springframework:spring-context's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Thanks to a [comment](https://github.com/stevensouza/jamonapi/issues/17#issuecomment-291933969) on issue #17 I know that I can get `fdsapi-1.2.jar` from https://github.com/stevensouza/jamonapi/blob/master/jamon_war/src/main/webapp/WEB-INF/lib/fdsapi-1.2.jar. But know I'm wondering: - If a ("official") Maven repository exist for this file?...