Skip to content

Conversation

@SentryMan
Copy link
Collaborator

@SentryMan SentryMan commented Nov 19, 2025

related to #922

resolves issue where the following would fail to compile

interface SomeDao {

  String findById(String id);

  interface SomeMapper {

    SomeDao someDao(String keyspace);
  }
}

@Factory
final class SomeUnrelatedExampleFactory {

  @Bean
  SomeMapper mapper() {
    return null;
  }
}

@SentryMan SentryMan self-assigned this Nov 19, 2025
@SentryMan SentryMan added the bug Something isn't working label Nov 19, 2025
@SentryMan SentryMan added this to the 12.1 milestone Nov 19, 2025
@SentryMan SentryMan requested a review from rbygrave November 19, 2025 21:36
@SentryMan SentryMan enabled auto-merge (squash) November 19, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant