question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AOP Starter not available to add as a dependency

See original GitHub issue

The AOP / Aspects starter seems to not be available to choose. Adding the dependency spring-boot-starter-aop manually works fine. Is this an intended behavior?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
marcinkunertcommented, Jul 5, 2019

Let me explain my point of view, the decision is ofc up to you.

As a developer I would expect all the (official) starters to be on start.spring.io, simply because there is no reason why not (at least on the first thought). There is already a lot of them and no information that the list is limited. So I go to the search bar and type “aop” or “aspect” and there is nothing. At this moment I think there is no starter for that and I have to setup it manually.

One way to fix this would be to expand the “No result.” message to sth like “No result. Consider checking the community starters”. Or (in this case) “No result. Consider checking the community starters and our official ones which didn’t make it to the list.”

I’m sorry for the exaggeration but the more I think of it the more it seems to be wrong.

1reaction
marcinkunertcommented, Jul 9, 2019

@snicoll Thanks for the answer. I understand now that the decision is well thought out. I’ll adjust my course, thats not an issue at all. I just wanted to share my opinion on this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AspectJ dependency missing in spring boot 2.1.1
Do you mean that the starter still exists - just not in start.spring.io as I was able to get it using spring-boot-starter-aop and...
Read more >
Spring Boot AOP - Javatpoint
Spring Boot Starter AOP is a dependency that provides Spring AOP and AspectJ. Where AOP provides basic AOP capabilities while the AspectJ provides...
Read more >
Spring Boot Reference Documentation
Typically, your Maven POM file inherits from the spring-boot-starter-parent project and declares dependencies to one or more “Starters”. Spring Boot also ...
Read more >
AOP with Spring and the X-Ray SDK for Java
In addition to the Spring dependency described in the previous section, if you're using Spring Boot, add the following dependency if it's not...
Read more >
Implementing a Custom Spring AOP Annotation - Baeldung
First, let's add our Maven dependencies. ... By default it is not, so Spring AOP would not be able to see the annotation....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found