Skip to content

Commit

Permalink
Update dependencies, fix Javadocs, update README
Browse files Browse the repository at this point in the history
* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0

* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0

* Fix mistyping in the description of core module

* Fix Javadoc, update old names slf4j-aws-lambda => aws-lambda-slf4j

* Fix Javadoc, update old names slf4j-aws-lambda => aws-lambda-slf4j

* Fix stlye issues

* Fix style issues

* Fix README

* Update footprint info

* Fix README

* Fix style issue
  • Loading branch information
vitalijr2 authored Jun 4, 2024
1 parent 7f2ecf6 commit 5fe9c0d
Show file tree
Hide file tree
Showing 14 changed files with 138 additions and 12 deletions.
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

0 comments on commit 5fe9c0d

Please sign in to comment.