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

I have been learning about the double-checked locking problem in Java, and the Java Memory Model and which optimisations are permitted to be made to a program's execution. I am currently addressing a ...
arch's user avatar
  • 469
0 votes
1 answer
39 views

I'm making a Fabric 1.21.11 mod (Mojang mappings, GeckoLib 5.4.4) with a custom whale entity that extends Animal. The whale won't swim properly. It either stands still, floats to the surface, or gets ...
Jakub Polak's user avatar
-2 votes
0 answers
28 views

Error: Could not find or load main class com.backend.PFE.PfeApplication Caused by: java.lang.ClassNotFoundException: com.backend.PFE.PfeApplication Class PfeApplication is located in src/main/java/...
Geek IT's user avatar
0 votes
1 answer
31 views

I have a Gradle project with different dependencies. I now want to make sure that all source Java classes in my project are starting with the same packages. How can I achieve this with ArchUnit?
Harold L. Brown's user avatar
Best practices
1 vote
2 replies
42 views

I am building a Text-to-SQL application where an LLM generates PostgreSQL queries based on natural language. These queries are executed against a database using a strict read-only user. However, as an ...
Nelson Wang's user avatar
-6 votes
1 answer
61 views

public class MyService { @Transactional public void doSomething() { // How can I check here? } } I have a Spring Boot service method annotated with @Transactional. How can I ...
projectsrv007's user avatar
Best practices
3 votes
1 replies
41 views

My context I have a large Java Spring-Boot project that have fitted in an hexagonal architecture. It is focused on cities and local authorities problematic, and study various subjects: cities, ...
Marc Le Bihan's user avatar
Tooling
1 vote
0 replies
29 views

I am experimenting with GridDB for an IoT application where sensors continuously send temperature and humidity readings. Each record contains a timestamp and the measurements. The container is defined ...
wali murtaza's user avatar
-4 votes
0 answers
22 views

I have a do data migration using spring batching And created a processor of 10 steps in which first 3 steps are api calls that create the new txn in the system with the data from the source But if ...
Amrit's user avatar
  • 1
0 votes
0 answers
41 views

NullAway is reporting a dereference error on all parts of the place.getGeographicLocation().getValue().getGeoJson().getCoordinates() chain from the snippet below, even though it's been validated by ...
korshyadoo's user avatar
0 votes
0 answers
60 views

Here is my dilemma, I need to query ALL 4 nodes in Firebase Realtime DB in an Android Java app (I have this working fine in iOS): PlayerInGroup Users PlayerPicks Teams I start by getting the ...
Learn2Code's user avatar
  • 2,320
-2 votes
0 answers
127 views

Then my plugin, written in C, is loaded it makes an initial call to JNI_CreateJavaVM(). It seems to fail completely at random. Running it one time might fail but the next time it might succeed. It ...
Fabel's user avatar
  • 1,793
Advice
0 votes
3 replies
86 views

I am structuring the command and response models for my service layer. Currently, putting all models into a single, flat folder (like /commands or /responses) is becoming hard to manage due to the ...
Quốc Dũng's user avatar
Advice
0 votes
5 replies
68 views

We have a very large java code base and we are looking for some tools which show technical debt and also shows return of investment in terms of time and money on resolving those issues. Please suggest....
Sanjay's user avatar
  • 313
-4 votes
0 answers
71 views

I am integrating ClamAV scanning into a Spring Boot application to validate uploaded files before storing them. The application streams file bytes to the clamd daemon using the INSTREAM command via a ...
Surya Teja Chavali's user avatar

15 30 50 per page
1
2 3 4 5
127800