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 }}
kumarcodes
/
Java8Coding
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: kumarcodes/Java8Coding
Actions
All workflows
Workflows
Java CI with Maven
Java CI with Maven
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
91 workflow runs
91 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Add WordLengthCounter class to filter and print short words
Java CI with Maven
#91:
Commit
0dc99e2
pushed by
kumarcodes
28s
master
master
28s
View workflow file
Update input string in SecondUniqueChar class for testing
Java CI with Maven
#90:
Commit
196b18a
pushed by
kumarcodes
30s
master
master
30s
View workflow file
Update input string in SecondUniqueChar class for testing
Java CI with Maven
#89:
Commit
3add6ac
pushed by
kumarcodes
15m 3s
master
master
15m 3s
View workflow file
Remove unused import statement from SecondUniqueChar class
Java CI with Maven
#88:
Commit
8d93605
pushed by
kumarcodes
24s
master
master
24s
View workflow file
Add SecondUniqueChar class to find the second unique character in a s…
Java CI with Maven
#87:
Commit
42b3ee0
pushed by
kumarcodes
21s
master
master
21s
View workflow file
Add FiboNumbers class to generate and print the first 10 Fibonacci nu…
Java CI with Maven
#86:
Commit
a19946c
pushed by
kumarcodes
32s
master
master
32s
View workflow file
Add FiboNumbers class to generate and print the first 10 Fibonacci nu…
Java CI with Maven
#85:
Commit
f346efd
pushed by
kumarcodes
33s
master
master
33s
View workflow file
Add documentation to FirstNonRepeatedChar class explaining its functi…
Java CI with Maven
#84:
Commit
86a5a5f
pushed by
kumarcodes
22s
master
master
22s
View workflow file
Add FirstNonRepeatedChar class to find the first non-repeated charact…
Java CI with Maven
#83:
Commit
bbeeef9
pushed by
kumarcodes
59s
master
master
59s
View workflow file
Add PatternPrint class to print a right-angled triangle pattern of as…
Java CI with Maven
#82:
Commit
012df35
pushed by
kumarcodes
35s
master
master
35s
View workflow file
Add GroupByDept class to group employees by department and find highe…
Java CI with Maven
#81:
Commit
97e0fd7
pushed by
kumarcodes
26s
master
master
26s
View workflow file
code fix
Java CI with Maven
#80:
Commit
5d0687e
pushed by
kumarcodes
22s
master
master
22s
View workflow file
Add CountEmployees class to count employees by department
Java CI with Maven
#79:
Commit
21a711d
pushed by
kumarcodes
36s
master
master
36s
View workflow file
Add CountEmployees class to count employees by department
Java CI with Maven
#78:
Commit
62d81b3
pushed by
kumarcodes
30s
master
master
30s
View workflow file
Add FirstNonRepeatedCharQ15 class to find the first non-repeated char…
Java CI with Maven
#77:
Commit
d8eab3a
pushed by
kumarcodes
24s
master
master
24s
View workflow file
Add Q13EmployeeEarningMoreThanAvg class and SortMapValues class for e…
Java CI with Maven
#76:
Commit
de57d5b
pushed by
kumarcodes
26s
master
master
26s
View workflow file
Add Employees, EmployeesDTO, and Q12EmployeesMapping classes for empl…
Java CI with Maven
#75:
Commit
caa91cc
pushed by
kumarcodes
32s
master
master
32s
View workflow file
Add Q11FrequencyOfChars class to count character frequency in a string
Java CI with Maven
#74:
Commit
663f49e
pushed by
kumarcodes
34s
master
master
34s
View workflow file
Add FlattenListOfList class to flatten a list of lists of integers
Java CI with Maven
#73:
Commit
bcb65aa
pushed by
kumarcodes
29s
master
master
29s
View workflow file
Add PartitionOddEven class to partition a list of integers into odd a…
Java CI with Maven
#72:
Commit
9f674b9
pushed by
kumarcodes
34s
master
master
34s
View workflow file
Add ConvertToUpperCaseJoin class to convert a list of names to upperc…
Java CI with Maven
#71:
Commit
9b6bb2e
pushed by
kumarcodes
29s
master
master
29s
View workflow file
Add DeptWithMaxEmployees and EmployeeNameFrequencyQ29 classes to anal…
Java CI with Maven
#70:
Commit
a905249
pushed by
kumarcodes
27s
master
master
27s
View workflow file
Add LongestEmployeeNameQ28 class to find and print the longest employ…
Java CI with Maven
#69:
Commit
238d021
pushed by
kumarcodes
38s
master
master
38s
View workflow file
Add SalaryHistogram class to categorize and print employee salaries i…
Java CI with Maven
#68:
Commit
8449d06
pushed by
kumarcodes
26s
master
master
26s
View workflow file
Add ThirdHighestSalaryQ26 class to find and print the third highest s…
Java CI with Maven
#67:
Commit
ef3b832
pushed by
kumarcodes
26s
master
master
26s
View workflow file
Previous
1
2
3
4
Next
You can’t perform that action at this time.