jcabi-aspects icon indicating copy to clipboard operation
jcabi-aspects copied to clipboard

Collection of AspectJ Java Aspects to facilitate aspect-oriented programming patterns: logging, caching, validating, etc.

Results 64 jcabi-aspects issues
Sort by recently updated
recently updated
newest added

Bumps [qulice-maven-plugin](https://github.com/yegor256/qulice) from 0.18.19 to 0.21.1. Release notes Sourced from qulice-maven-plugin's releases. qulice release See #1113, release log: a27fc2885d8b9da2862e941ef57086a4213a1471 by @​Graur: added unicode property to chec... 3a8330ca3f1079c028673347c24176dfc0027f3d by @​Graur: added...

dependencies
0crat/new

Bumps maven-bundle-plugin from 3.0.0 to 5.1.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.felix:maven-bundle-plugin&package-manager=maven&previous-version=3.0.0&new-version=5.1.8)](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
0crat/new

Bumps [junit-jupiter-params](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-jupiter-params's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

dependencies

Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.8.2 to 5.9.0. Release notes Sourced from junit-jupiter-api's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See Release Notes. JUnit 5.9.0-RC1 = Platform...

dependencies

Bumps [jcabi-log](https://github.com/jcabi/jcabi-log) from 0.17 to 0.21.0. Release notes Sourced from jcabi-log's releases. fresh release See #114, release log: 6ad03557a8b687600eccb15f69d594779a7f4008 by @​yegor256: #114 test jacoco fix 04c9cebdfeb047a1eeb23318ca62b0d984cd00e0 by @​yegor256: #114 test...

dependencies

See issue #236 This chage does not break backwords compatibility. The most common case is to log entry/exit at either INFO or DEBUG level, however, exceptions are usually logged as...

CR
15 mins

How do i use with gradle for Loggable annotation

Love the @Loggable annotation!!! A few of our methods are annotated with spring's @Cachable or @Async tags which seem to collide with the @Loggable tag. Are you aware of this...

I have tried to use this annotation with my java method but it not timinout. Please find the below java method . ``` public static void main(String[] args) throws InterruptedException{...

![image](https://user-images.githubusercontent.com/5079505/34943061-f579d1e2-fa34-11e7-8886-7d0dd230edee.png) pom.xml: ``` 4.0.0 com.eisoo test-jcabi 1.0-SNAPSHOT com.jcabi jcabi-aspects 0.22.6 org.aspectj aspectjrt 1.8.13 org.slf4j slf4j-log4j12 1.7.25 ${basedir}/target com.jcabi jcabi-maven-plugin 0.14.1 1.8 1.8 ajc com.jcabi jcabi-maven-plugin 0.14.1 1.8 1.8 ajc ```...