Commit dc402bf
authored
chore: rename model to service (#2360)
Renames the `timefold-solver-model` to `timefold-solver-service`.
Successfully migrated locally:
- FSR compiles and all tests pass
- platform compiles; test failures due to missing local configuration
(same failures even before the migration)1 parent 1c6fb76 commit dc402bf
487 files changed
Lines changed: 1819 additions & 1793 deletions
File tree
- .mvn
- build/bom
- model
- definition/src/main/java/ai/timefold/solver/model/definition/api
- data
- metrics
- maps
- service-client/src
- main/java/ai/timefold/solver/model/maps/service/client/impl
- test/java/ai/timefold/solver/model/maps/service/client/util
- service-integration/src/main/java/ai/timefold/solver/model/maps/service/integration
- impl/reflection
- internal
- model
- provider
- quarkus
- deployment/src
- main/resources/META-INF/services
- test/java/ai/timefold/solver/model/quarkus/deployment/testdata
- modelconfigdefault
- modelconfigschema
- storage
- validationduplicates
- integration-tests/src/main/java/ai/timefold/solver/model/quarkus/deployment/it
- test/src/main/resources/META-INF/services
- service
- build
- build-support
- src/main/resources
- config
- src/main/java/ai/timefold/solver/service/config
- definition
- src
- main/java/ai/timefold/solver/service/definition
- api
- configuration
- data
- description
- domain
- enrichment
- error
- log
- metrics
- rest
- termination
- validation
- dto
- metadata
- impl
- log
- storage
- inmemory
- validation
- internal
- descriptor
- error
- events
- platform
- solver
- stats
- storage
- test/java/ai/timefold/solver/service/definition/api
- termination
- validation
- facade
- model-parent
- model-with-maps
- model
- jackson
- src
- main/java/ai/timefold/solver/service/jackson/impl
- test/java/ai/timefold/solver/service/jackson/impl
- json
- src
- main/java/ai/timefold/solver/service/json
- api/schema
- impl
- patch
- schema
- ext
- internal
- patch
- schema
- test
- java/ai/timefold/solver/service/json/internal
- patch
- schema
- resources/ai/timefold/solver/service/json/internal/patch
- maps
- api
- src
- main/java/ai/timefold/solver/service/maps
- api
- model
- travel
- impl
- test/java/ai/timefold/solver/service/maps
- api
- model/travel
- impl
- haversine
- src
- main/java/ai/timefold/solver/service/maps/haversine/impl
- test/java/ai/timefold/solver/service/maps/haversine/impl
- service-client
- src
- main/java/ai/timefold/solver/service/maps/service/client
- api
- impl
- error
- health
- processors
- test/java/ai/timefold/solver/service/maps/service/client
- api
- impl
- util
- service-integration
- src/main/java/ai/timefold/solver/service/maps/service/integration
- api
- impl
- reflection
- internal
- model
- provider
- service-rest
- src/main/java/ai/timefold/solver/service/maps/service/rest/impl
- service-test
- src/main/java/ai/timefold/solver/service/maps/service/test
- api
- impl
- model-defaults
- src/main/resources
- quarkus
- deployment
- src
- main
- java/ai/timefold/solver/service/quarkus/deployment
- builditem
- config
- descriptor
- openapi
- rest
- util
- validation
- resources
- META-INF
- services
- test/java/ai/timefold/solver/service/quarkus/deployment
- descriptor
- openapi
- testdata
- constraintgroup
- defaultconfigprofile
- modelconfigdefault
- modelconfigreference
- modelconfigschema
- storage
- validationduplicates
- validation
- integration-tests
- src
- main
- java/ai/timefold/solver/service/quarkus/deployment/it
- resources
- test/java/ai/timefold/solver/service/quarkus/deployment/it
- runtime
- src/main
- java/ai/timefold/solver/service/quarkus/deployment
- defaults
- graalvm/validator
- log
- rest
- io
- schema
- validation
- resources/META-INF
- rest
- src/main
- java/ai/timefold/solver/service/rest
- api
- impl
- error
- ext
- stats
- resources/META-INF
- test-model
- src
- build
- main
- java/ai/timefold/solver/model/testmodel
- domain
- resources
- test/java/ai/timefold/solver/model/testmodel
- test
- src/main
- java/ai/timefold/solver/service/test/impl/quarkus
- resources/META-INF/services
- tools/maven-plugin
- src
- main/java/ai/timefold/solver/tools/maven
- client
- test
- java/ai/timefold/solver/tools/maven
- utils
- resources
- project-to-test
- worker
- src
- main/java/ai/timefold/solver/service/worker/impl
- audit
- enrich
- log
- metrics
- monitoring
- termination
- test/java/ai/timefold/solver/service/worker/impl/termination
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
| 292 | + | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
368 | | - | |
| 368 | + | |
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | | - | |
| 391 | + | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
437 | | - | |
| 437 | + | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | | - | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| |||
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 0 additions & 11 deletions
This file was deleted.
0 commit comments