python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrading Wicket 9.0.0 to 9.3.0: runtime error when try to access database
I am attempting to upgrade from Wicket 9.0.0 to Wicket 9.3.0. When I change the version in a quick-start application, everything is fine.
The problem occurs in my real application, where we were origi...
sushilab
Votes: 0
Answers: 2
Can we use cglib compiled with java 8 on jdk 11.0.3?
Caused by: java.lang.OutOfMemoryError: Java heap space
at net.sf.cglib.asm.$SymbolTable.put(SymbolTable.java:410)
at net.sf.cglib.asm.$SymbolTable.addConstantUtf8(SymbolTable.java:775)
at net.sf.cglib...
Akshay Nagpal
Votes: 0
Answers: 0
Jackson can't serialize Spring proxy object
I'm using @ConfigurationProperties to create an object like this:
From application.yml
myObject:
field1: field1
field2: field2
And I have these classes defined:
@Getter
@Setter
@ToString
@NoArgsC...
Peter Kronenberg
Votes: 0
Answers: 1
Calling a @Bean annotated method in Spring java configuration with dummy param values
I have an application with a huge amount of beans and I have a problem - I have tried to isolate it here in this example but unfortunately it works as expected but still I'm posting the example as I w...
bodrin
Votes: 0
Answers: 0