aspectj-maven-plugin icon indicating copy to clipboard operation
aspectj-maven-plugin copied to clipboard

Results 18 aspectj-maven-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [aspectjtools](https://github.com/eclipse/org.aspectj) from 1.9.8 to 1.9.9.1. Release notes Sourced from aspectjtools's releases. 1.9.9.1 release AspectJ 1.9.9.1 release notes 1.9.9 release AspectJ 1.9.9 release notes 1.9.8 release AspectJ 1.9.8 release notes...

dependencies
java

Bumps [maven-reporting-impl](https://github.com/apache/maven-reporting-impl) from 3.1.0 to 3.2.0. Commits 967e756 [maven-release-plugin] prepare release maven-reporting-impl-3.2.0 ecf1b03 [MSHARED-1099] Render with a skin when report is run in standalone mode df5e068 [MSHARED-1121] Upgrade plugins and...

dependencies
java

Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.4.1 to 3.4.2. Release notes Sourced from plexus-utils's releases. 3.4.2 🚀 New features and improvements Provides a CachingOuptutStream and a CachingWriter (#184) @​gnodet Use (already) precalculated value...

dependencies
java

Bumps [mojo-parent](https://github.com/mojohaus/mojo-parent) from 67 to 70. Release notes Sourced from mojo-parent's releases. 70 Changes 🚀 New features and improvements Improvement checkstyle configuration (#293) @​slawekjaranowski Add modello-maven-plugin to pluginManagement (#288) @​slawekjaranowski...

dependencies
java

Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0 to 3.1.0. Release notes Sourced from maven-enforcer-plugin's releases. 3.1.0 🚀 New features and improvements [MENFORCER-420] - cache dependencies across rules (#152) @​josephw [MENFORCER-409] - Log at...

dependencies
java

aspectj-maven-plugin generates a builddef.lst file with the detailed options passed to AspectJ and this file is embedded in the final jar. The various paths appearing in this file are all...

The Maven compiler plugin currently _always_ recompiles sources, even if there have been any changes at all (see [these](https://issues.apache.org/jira/browse/MCOMPILER-209) [tickets](https://issues.apache.org/jira/browse/MCOMPILER-205) for details). That recompilation however is not recognized by the...

bug
stale

If you include a dependency to be weaved that has a transitive dependency that you also wants to weave, this later is not considered unless explicitly specified. Is there a...

enhancement

@olamy PTAL

help wanted
github_actions

I am using aspectj-maven-plugin to weave my sources and tests. I have a spring-boot app, in which I want to use compile-time weaving of my code to manage JDBC transactions....