sbt-aspectj
sbt-aspectj copied to clipboard
AspectJ sbt plugin
The purpose of the PR is to make it easier for sbt projects to use aspectj 1.9.x that is compatible with Java 11. Tested it by publishing it to local...
Given the poor handling of the recent security incident (https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/) I'm suspending Travis CI integration indefinitely. Let's move on to GitHub Actions.
Taking from your example on compile time waiving with annotations I could waive project source code but not the calls the libraries I'm using. I there any way to include...
Currently something like this is found in [6 different places](https://github.com/sbt/sbt-aspectj/search?q=%5Cnhello) in the code base: ```scala val expected = "Printing sample:\nhello\n" ``` Those tests will all fail on Windows due to...
How to apply aspects for unit-test using sbt-aspectj. It's only worked for my project main classes and not worked for test classes My config in build.sbt ``` aspectjSettings aspectjInputs in...
I am in the process of writing a library that does monitoring/OpenTracing and I am attempting to use sbt-aspectj so that users of the library don't need to manually instrument...
I am trying to use aspectJ within a play app. After lot of digging around I am able to configure the aspectJ where I can see my java classes being...
I am trying to compile and run a tool, which is using an **old version** of sbt-aspectj (com.typesafe.sbtaspectj" % "sbt-aspectj" % "0.5.3"). I updated the plugins.sbt file to switch to...
Upgrading our tooling to Scala 2.12, SBT 0.13.16 and newest (0.11.0) version of this plugin as well as the newest (1.0.1) version of the [kamon-io aspectj runner plugin](https://github.com/kamon-io/sbt-aspectj-runner). Get this...
If possible please make this or a separate plugin, more generic, to enable specifying arbitrary library/dependency as agent; should support specifying more than one agent library, and agent specific parameters.