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
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
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 }}
upendrakumbham
/
code-exercise-java
Public
forked from
tpximpact/code-exercise-java
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
Feature/add url shortener api tests
- #3
#3
Merged
upendrakumbham
merged 16 commits into
dev
upendrakumbham/code-exercise-java:dev
from
feature/add-url-shortener-api-tests
upendrakumbham/code-exercise-java:feature/add-url-shortener-api-tests
Copy head branch name to clipboard
Apr 26, 2026
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Feature/add url shortener api tests
#3
upendrakumbham
merged 16 commits into
dev
upendrakumbham/code-exercise-java:dev
from
feature/add-url-shortener-api-tests
upendrakumbham/code-exercise-java:feature/add-url-shortener-api-tests
Copy head branch name to clipboard
Commits
Commits on Apr 22, 2026
Added H2 data files
upendrakumbham
committed
8c06bcd
View commit details
Copy full SHA for 8c06bcd
Browse repository at this point
Added springboot starter test dependency
upendrakumbham
committed
80c7fb8
View commit details
Copy full SHA for 80c7fb8
Browse repository at this point
Commits on Apr 23, 2026
Added service layer unit tests
upendrakumbham
committed
ce085ed
View commit details
Copy full SHA for ce085ed
Browse repository at this point
Commits on Apr 24, 2026
Updated H2 Db as part of testing
upendrakumbham
committed
f24f104
View commit details
Copy full SHA for f24f104
Browse repository at this point
Upgraded parent starter dependency to 4.0.1 from 3.2.0, 3.0.2 is in the end of life phase(deprecated).Good to upgrade before tests, save tests fixing time.
upendrakumbham
committed
762d07f
View commit details
Copy full SHA for 762d07f
Browse repository at this point
Upgraded parent starter dependency to 4.0.5 from 4.0.1 to remove vulnerabilities warnings.
upendrakumbham
committed
ff2cd29
View commit details
Copy full SHA for ff2cd29
Browse repository at this point
Moved back to 3.5.0 to avoid modularised tech saperation package issues
upendrakumbham
committed
0c396fd
View commit details
Copy full SHA for 0c396fd
Browse repository at this point
Added web integration(E2E) tests
upendrakumbham
committed
0a1f68d
View commit details
Copy full SHA for 0a1f68d
Browse repository at this point
Added controller unit tests
upendrakumbham
committed
d631bdf
View commit details
Copy full SHA for d631bdf
Browse repository at this point
Added controller integration Mockmvc tests to verify API flow, especially redirection endpoint testing.
upendrakumbham
committed
795d1bb
View commit details
Copy full SHA for 795d1bb
Browse repository at this point
Removed unused variable
upendrakumbham
committed
b6b0f67
View commit details
Copy full SHA for b6b0f67
Browse repository at this point
Rename DB and added more capabilities
upendrakumbham
committed
3823260
View commit details
Copy full SHA for 3823260
Browse repository at this point
Commits on Apr 26, 2026
We don't need @Transactional, data jpa handles that.
upendrakumbham
committed
dd903e8
View commit details
Copy full SHA for dd903e8
Browse repository at this point
Remove unused import
upendrakumbham
committed
518d3ca
View commit details
Copy full SHA for 518d3ca
Browse repository at this point
Commit DB data
upendrakumbham
committed
9bbc0ee
View commit details
Copy full SHA for 9bbc0ee
Browse repository at this point
Added test properties file
upendrakumbham
committed
f0b4bab
View commit details
Copy full SHA for f0b4bab
Browse repository at this point
You can’t perform that action at this time.