saxmaster79

Results 2 issues of saxmaster79

If I compile my afterburner.fx project in Java 9 und start it with Java 9 i get the following error: Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at com.airhacks.afterburner.injection.Injector.initialize(Injector.java:176) at com.airhacks.afterburner.injection.Injector.injectAndInitialize(Injector.java:123) at com.airhacks.afterburner.injection.Injector.instantiateModelOrService(Injector.java:111)...

### Include your code ```console dotnet ef dbcontext scaffold "Server=myserver;Database=mydb;Trusted_Connection=True;User ID=xyz;Password=123;Integrated Security=False;" Microsoft.EntityFrameworkCore.SqlServer -d --context "ReportsContext" -o "Model/Reports" -f -t Table1 -t Table2 ``` Result: Fluent API is used to...

type-bug
customer-reported
area-tools
punted-for-7.0