Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
-1 votes
0 answers
33 views

import 'package:flutter/material.dart'; import 'package:flutter_revisao_2bi_ads5sn/cliente_lista_screen.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const ...
bacondepeppa's user avatar
Best practices
0 votes
0 replies
37 views

Hello I would like to know how to best Count Processed Items to Print out a Summary. I find it quite Complicated because Rolledbacked and Skipped Items should not be Counted. Only successful ones. I ...
Gorock's user avatar
-1 votes
0 answers
49 views

this is where everything is innitlized public TheRpgGame() { random = new Random(); //this will initilize everything Character Warrior = new Character(CharacterComponent....
Abdullah Al-dulaimy's user avatar
0 votes
0 answers
35 views

I'm having issue in my automation tests project that started appearing recently. I cloned my repository from GitHub, built my project so all tests go through and when i wanted to fix some of the tests ...
oskar's user avatar
2 votes
1 answer
73 views

I'm trying to deploy my project, but I'm having trouble with (I believe) including the external library. Here's my pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi=&...
Koda's user avatar
Advice
0 votes
6 replies
58 views

I have two JAR files, which, unfortunately, cannot be merged together with jar xf since there are packages' collision. Also, I have two native *.so libraries. For the third-party software I ran, I ...
Azii's user avatar
0 votes
1 answer
132 views

I'm developing my own DBMS (database management system) to get a deep understanding on how this works. My programming language is Java. I have a concept on how to implement locking as well as write-...
user1994405's user avatar
-2 votes
0 answers
84 views

Hello I have a problem learning how to communicate between controllers in javafx. The things is that I have two (A,B) controllers who are communicating between themselves through a Main controller. I ...
Nikola's user avatar
Advice
0 votes
6 replies
98 views

Entry level developer in here. Just finished a FULL-STACK BOOTCAMP, covering Java, SQL and the frontend stack (including React). Any recommendations for the next step?
Stathis's user avatar
1 vote
1 answer
82 views

I would like to create an aggregator that will count number of files from a source (e.g. sftp server) and sent them to a metric tool. When there are files, it should send 0 as a result. I came up with ...
Rafał Trójczak's user avatar
1 vote
1 answer
58 views

Background Spring Boot: 4.0.2 Hibernate: 7.2.1.Final Spring Data JPA: 4.0.2 Java: 21 PostgreSQL I have a ServiceItem entity with a @OneToMany collection: @OneToMany(mappedBy = "serviceItem&...
uanik.projects's user avatar
Advice
1 vote
1 replies
61 views

Problem Before virtual threads, Tomcat's bounded thread pool acted as implicit backpressure. Under overload, /health would slow down and time out, causing the load balancer to stop routing traffic to ...
satyam singhal's user avatar
1 vote
1 answer
126 views

I've recently upgraded my Springboot version (3.x -> 4.x) which seems to have broken how my application is deployed. I'm connecting to MongoDB, relying on Spring magic to auto setup DB connection ...
DaFoot's user avatar
0 votes
1 answer
74 views

it seems to me Hibernate is mixing up cached id values from sequences from separated tenants. I could not find the problem/reproduce it but it happens in production that the next value from the ...
Jan Paul's user avatar
1 vote
0 answers
106 views

I have simple reactive chain: callUpstream() //returned Mono .publishOn(boundedElastic()) .doOnNext(this::sendJmsBlocking) //this operation is blocking and must be executed on worker thread from ...
metalpalo's user avatar

15 30 50 per page
1
2 3 4 5
127705