Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
8 views

I am developing a Spring Boot application that consumes external APIs via spring-cloud-starter-openfeign. I am also using Resilience4j for Circuit Breaker and Retries. My goal is to implement a ...
Lucas LC's user avatar
Advice
0 votes
1 replies
25 views

Is it possible to access the VSync signal in pure, portable, documented, official Java? ExtendedBufferCapabilities.VSyncType.VSYNC_ON); obviously uses the internal class sun.java2d.pipe.hw....
Alexis Dufrenoy's user avatar
0 votes
0 answers
18 views

I am running my project in vela and during the sonar task it is failing with No such property: SNAKE_CASE for class: com.fasterxml.jackson.databind.PropertyNamingStrategy No where in the code base are ...
Geogrio's user avatar
  • 183
1 vote
1 answer
31 views

I've been making a minecraft papermc plugin and I ran into an issue trying to add MongoDB to my project using Gradle. I followed the "Getting Started" steps with Java Sync, but I kept ...
Rhombus17's user avatar
Tooling
0 votes
2 replies
29 views

I’m working on an Android (Java) mobile app for a school project, and I’m trying to integrate a virtual try-on feature (clothes fitting on user images). I’ve explored a few options on platforms like ...
Yassine's user avatar
1 vote
0 answers
56 views

In Hibernate 6, a field annotated with @Column @NotNull private Set<String> issueTypeLabels mapped to a Postgres VARCHAR ARRAY column generated: public static volatile SingularAttribute<...
rento's user avatar
  • 144
0 votes
1 answer
59 views

I have made a searchable combo box for use in a Java Swing program. Here is how I would like it to work: When clicked, it opens up the options list and enables typing in the box to let the user ...
Ian McInnes's user avatar
Advice
0 votes
4 replies
121 views

I want to play this obscure Java-based game from 2000, one that was graciously provided by the Internet Archive (https://archive.org/details/diamond-mine-java). The contents of the game's files look ...
Genostix's user avatar
0 votes
1 answer
51 views

I am implementing an observability layer in a Spring Boot 3.2.0 ecosystem to ensure distributed tracing across multiple microservices. I have a ContextInterceptor that captures a correlation-id from ...
Kauan Oliveira's user avatar
1 vote
1 answer
66 views

In my unit test I want to use my custom implementation of PhysicalNamingStrategy: public class CustomPhysicalNamingStrategyStandardImpl implements PhysicalNamingStrategy { @Override public ...
Paul's user avatar
  • 11
-1 votes
0 answers
38 views

I am using arthas https://github.com/alibaba/arthas to tracing the function time, this is the command look like: trace com.baomidou.mybatisplus.core.mapper.BaseMapper selectOne -n 5 --skipJDKMethod ...
Dolphin's user avatar
  • 41.2k
0 votes
2 answers
60 views

I'm not able to set the initial window size. The app always displays 200x200. public class tcase extends Application { @Override public void start(Stage primaryStage) {...
codeDr's user avatar
  • 1,732
Advice
1 vote
2 replies
120 views

I am currently a 3rd-year Computer Engineering student from a tier-3 college in India. I know basic Java, DSA, and I have started learning web development. I am confused about career direction because ...
Musab Shaikh's user avatar
-1 votes
0 answers
62 views

I configured my spring application to interact with flyway for a data migration but flyway seems not to be working. My application.properties file is in the resources package spring.application.name=...
Gnome's user avatar
  • 41
Advice
0 votes
3 replies
132 views

If I run Java 25 JShell with Java Object Layout library (JOL) without any JVM settings and measure the memory cost in bytes of a Predicate<String> I see the following: $ jshell --class-path ~/....
Donald Raab's user avatar
  • 6,991

15 30 50 per page
1
2 3 4 5
127754