Skip to content

Commit

Permalink
Merge branch 'release/3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Apr 19, 2024
2 parents 8571173 + 7ea76a0 commit 7e2aa6a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Notas de versão
- Correcao de Null Pointer Exception ao lista Repositorio Windows.
- Adicionado GitActions para gerar o Jar
- Atualizado CACERT (ERRO MS)
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Java_Certificado [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_Certificado.svg)](https://github.com/Samuel-Oliveira/Java_Certificado/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java_certificado.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java_certificado/3.4/jar)
# Java_Certificado [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_Certificado.svg)](https://github.com/Samuel-Oliveira/Java_Certificado/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java_certificado.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java_certificado/3.5/jar)

Projeto Java de Gerenciamentos de Certificado Digital

Expand All @@ -16,7 +16,7 @@ Para Iniciar :
<dependency>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java_certificado</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>
```

Expand All @@ -25,6 +25,9 @@ Veja a [Wiki](https://Samuel-Oliveira.github.io/Java_Certificado/), para ter um
________________________________________________________________________________________________
# Historico de Versões

## v3.5 - 19/04/2024
- Gerado Novo Cacert

## v3.4 - 25/03/2024
- Correcao de Null Pointer Exception ao lista Repositorio Windows.
- Adicionado GitActions para gerar o Jar
Expand Down
Binary file modified cacert
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.swconsultoria</groupId>
<artifactId>java_certificado</artifactId>
<version>3.5-SNAPSHOT</version>
<version>3.6-SNAPSHOT</version>
<name>Java_Certificado</name>
<description>Api java para gerenciamento de certificados digitais</description>
<url>https://github.com/Samuel-Oliveira/Java_Certificado</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public static void inicializaCertificado(Certificado certificado, InputStream ca

log.info(String.format("JAVA-CERTIFICADO | Samuel Oliveira | [email protected] " +
"| VERSAO=%s | DATA_VERSAO=%s | CNPJ/CPF=%s | VENCIMENTO=%s | ALIAS=%s | TIPO=%s | CAMINHO=%s | CACERT=%s | SSL=%s",
"3.4",
"25/03/2024",
"3.5",
"19/04/2024",
certificado.getCnpjCpf(),
certificado.getDataHoraVencimento(),
certificado.getNome().toUpperCase(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ private static List<String> listaPadraoWebService() {
listaWebServices.add("wshomo.pelotas.rs.gov.br");
listaWebServices.add("ws.pelotas.rs.gov.br");
listaWebServices.add("tributacao.vilavelha.es.gov.br");
listaWebServices.add("serra.es.gov.br");

return listaWebServices;
}
Expand Down
Binary file modified src/main/resources/cacert
Binary file not shown.

0 comments on commit 7e2aa6a

Please sign in to comment.