Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #23

Merged
merged 9 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
exclude_paths:
- "**/aws-lambda-slf4j.css"
- "**/prism.css"
- "**/prism.js"
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slf4j-aws-lambda
aws-lambda-slf4j
Copyright 2022-2024 Vitalij Berdinskih

Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<scope>test</scope>
</dependency>
</dependencies>
<description>An SLF4J Logger implementation for AWS Lambda, code module</description>
<description>An SLF4J Logger implementation for AWS Lambda, core module</description>
<modelVersion>4.0.0</modelVersion>
<name>SLF4J for AWS Lambda : Core</name>
<parent>
Expand Down
27 changes: 27 additions & 0 deletions core/src/main/javadoc/resources/aws-lambda-slf4j.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.tooltip {
border-bottom: 1px dotted #4d7a97;
display: inline-block;
position: relative;
}

.tooltip .tooltiptext {
background-color: #f8981d;
border: 1px dotted #4d7a97;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
color: #253441;
left: 113%;
padding: 5px 3px;
position: absolute;
text-align: center;
top: -5px;
visibility: hidden;
width: 97px;
z-index: 1;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}
4 changes: 4 additions & 0 deletions core/src/main/javadoc/resources/prism.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions core/src/main/javadoc/resources/prism.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions json-logger/src/main/javadoc/resources/aws-lambda-slf4j.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.tooltip {
border-bottom: 1px dotted #4d7a97;
display: inline-block;
position: relative;
}

.tooltip .tooltiptext {
background-color: #f8981d;
border: 1px dotted #4d7a97;
-moz-border-radius: 6px;
-ms-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
color: #253441;
left: 113%;
padding: 5px 3px;
position: absolute;
text-align: center;
top: -5px;
visibility: hidden;
width: 97px;
z-index: 1;
}

.tooltip:hover .tooltiptext {
visibility: visible;
}
4 changes: 4 additions & 0 deletions json-logger/src/main/javadoc/resources/prism.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading