Gallyam Biktashev

Results 25 comments of Gallyam Biktashev

@sbrannen The code snippet you provided is responsible for all @Configurations' classes parsing. The actual condition evaluation happens after the `ConfigurationClassParser.parse` at the `this.reader.loadBeanDefinitions(configClasses);` https://github.com/spring-projects/spring-framework/blob/7820804bf6d07635d6f28c607ecde9243db4628f/spring-context/src/main/java/org/springframework/context/annotation/ConfigurationClassPostProcessor.java#L350-L362 At this point all parsing...

@sbrannen sorry for tagging you, but I don't know who else could help me. What do you think about [this](https://github.com/spring-projects/spring-framework/issues/28337#issuecomment-1099251329) comment?

In my opinion, it's very difficult to support more than one language for books. Each translation had to be updated each time, when original book is changed. So, I suppose,...

Wow! I think that this task is too difficult to be solved for now. The only one way to determine whether there need to update the translation (that I can...

Hi, @snicoll! Thank you for your reply > I am a bit confused because we mention component scanning and I don't see it in your example Issue description contains a...

FYI test case in PR https://github.com/mybatis/mybatis-3/pull/2813