Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Library source doesn't match bytecode #8281

Open
AB-xdev opened this issue Feb 6, 2024 · 0 comments
Open

[Bug]: Library source doesn't match bytecode #8281

AB-xdev opened this issue Feb 6, 2024 · 0 comments
Labels

Comments

@AB-xdev
Copy link
Contributor

AB-xdev commented Feb 6, 2024

Module

Core

Testcontainers version

1.19.4

Using the latest Testcontainers version?

Yes

What happened?

It looks like you are using Lombok in your source code. This is fine, however when you publish the source jar make sure that the actual generated code from lombok is inside this jar.

Currently when viewing the source code e.g. line numbers are distorted, imports are invalid and IntelliJ brings this warning:
grafik

We e.g. had major problems debugging why GenericContainer#startupAttempts was not 1 because according to the provided source code no setter is invoked ist not set anywhere:
grafik
but it is:
grafik

Additional Information

You may have a look at:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant