Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
KentinTL
/
JavaPathENProject8
Public
forked from
OpenClassrooms-Student-Center/JavaPathENProject8
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Sep 5, 2025
Merge remote-tracking branch 'origin/master'
KentinTL
committed
90dd9c5
View commit details
Copy full SHA for 90dd9c5
Browse repository at this point
use 10 000 instead of 100 to have better mesure for tests
Show description for 530d763
KentinTL
committed
530d763
View commit details
Copy full SHA for 530d763
Browse repository at this point
remove global variable in constructor to use it as it was originally RewardsService
Show description for 7a853e7
KentinTL
committed
7a853e7
View commit details
Copy full SHA for 7a853e7
Browse repository at this point
Commits on Sep 2, 2025
Create README.md
KentinTL
authored
0205b56
View commit details
Copy full SHA for 0205b56
Browse repository at this point
Commits on Sep 1, 2025
Merge pull request #3 from KentinTL/etape-4
Show description for edb445b
KentinTL
authored
edb445b
View commit details
Copy full SHA for edb445b
Browse repository at this point
remove setup method and @BeforeEach annotation and user local instance
KentinTL
committed
c935590
View commit details
Copy full SHA for c935590
Browse repository at this point
fixed maj missing into jar Name
KentinTL
committed
790df26
View commit details
Copy full SHA for 790df26
Browse repository at this point
Workflow to compile in .jar and Release the Artefact
KentinTL
committed
49c585b
View commit details
Copy full SHA for 49c585b
Browse repository at this point
Workflow for Build and testing Application
KentinTL
committed
f319ed7
View commit details
Copy full SHA for f319ed7
Browse repository at this point
Adapt test methods
Show description for c88791e
KentinTL
committed
c88791e
View commit details
Copy full SHA for c88791e
Browse repository at this point
Change call trackUserLocation by trackAllUsersLocation to simplify the foreach logic
KentinTL
committed
63bd57d
View commit details
Copy full SHA for 63bd57d
Browse repository at this point
Added ExecutorService and Executor to use newFixedThreadPool into my Classe
Show description for 3d39876
KentinTL
committed
3d39876
View commit details
Copy full SHA for 3d39876
Browse repository at this point
Added ExecutorService and Executor to use newFixedThreadPool into my Classe
Show description for edd6506
KentinTL
committed
edd6506
View commit details
Copy full SHA for edd6506
Browse repository at this point
Change class name to have camelCase
Show description for cbd37b3
KentinTL
committed
cbd37b3
View commit details
Copy full SHA for cbd37b3
Browse repository at this point
Commits on Aug 29, 2025
Merge pull request #2
Show description for 8e11afa
KentinTL
authored
8e11afa
View commit details
Copy full SHA for 8e11afa
Browse repository at this point
Add the new test testFindClosestAttractions to test new method into rewardService
KentinTL
committed
03a73d5
View commit details
Copy full SHA for 03a73d5
Browse repository at this point
Add Mockito into test class and create new test method testGetNearByAttractionDtos
KentinTL
committed
6ee9901
View commit details
Copy full SHA for 6ee9901
Browse repository at this point
Modified getNearBytAttractions request method by using tourGuideService.getNearByAttractionDtos and return a complete object NearAttractionDto
KentinTL
committed
60b93e1
View commit details
Copy full SHA for 60b93e1
Browse repository at this point
Modified getNearByAttractions to use rewardsService.findClosestAttractions
Show description for ee4291e
KentinTL
committed
ee4291e
View commit details
Copy full SHA for ee4291e
Browse repository at this point
Create new method findClosestAttraction to dispatch logic and not having to much code into the new method getNearByAttractionDtos (TourGuideService)
KentinTL
committed
e1db0f4
View commit details
Copy full SHA for e1db0f4
Browse repository at this point
Create new Class NearByAttrationDto to use it in TourGuideController easely withtout implement to much logic into the conroller class
KentinTL
committed
6bc3c72
View commit details
Copy full SHA for 6bc3c72
Browse repository at this point
Commits on Aug 26, 2025
Merge pull request #1 from KentinTL/etape-2
Show description for 44439a6
KentinTL
authored
44439a6
View commit details
Copy full SHA for 44439a6
Browse repository at this point
Remove @Disabled on test nearAllAttractions to pass the test
KentinTL
committed
adb1e70
View commit details
Copy full SHA for adb1e70
Browse repository at this point
Remove @Disabled on test nearAllAttractions to pass the test
KentinTL
committed
bfe9cb8
View commit details
Copy full SHA for bfe9cb8
Browse repository at this point
Add rewardsLock variable from ReentrantLock to lock calculateRewards method
Show description for 5e5bda0
KentinTL
committed
5e5bda0
View commit details
Copy full SHA for 5e5bda0
Browse repository at this point
Allow @Test on test method getTripDeals into TestTourGuideService
KentinTL
committed
b5502f0
View commit details
Copy full SHA for b5502f0
Browse repository at this point
Modifying getTripDeals to have 10 providers in test, obligation to call 2 time logic into he mehtod
KentinTL
committed
7fd33b0
View commit details
Copy full SHA for 7fd33b0
Browse repository at this point
Add repositories to use local libs gpsUtil rewardCentral and tripPricer with local variables
KentinTL
committed
7a56a2d
View commit details
Copy full SHA for 7a56a2d
Browse repository at this point
Commits on Aug 2, 2023
Merge pull request #12 from romainsessa/master
Show description for d073ccf
romainsessa
authored
d073ccf
View commit details
Copy full SHA for d073ccf
Browse repository at this point
Commits on Jun 28, 2023
migration to Java 17, Spring Boot 3.X and Maven
romainsessa
committed
0a5126f
View commit details
Copy full SHA for 0a5126f
Browse repository at this point
Commits on Oct 18, 2019
Delete README.md
HayVThom
authored
1eb44e4
View commit details
Copy full SHA for 1eb44e4
Browse repository at this point
Update README.md
HayVThom
authored
212dff3
View commit details
Copy full SHA for 212dff3
Browse repository at this point
Commits on Jul 22, 2019
Initial commit.
ewlg
committed
1dc86d5
View commit details
Copy full SHA for 1dc86d5
Browse repository at this point
Commits on Jul 19, 2019
Initial commit
HayVThom
authored
0fc5a90
View commit details
Copy full SHA for 0fc5a90
Browse repository at this point
You can’t perform that action at this time.